MidnightBSD Magus

sysutils/beats8

Send logs, network, metrics and heartbeat to elasticsearch or logstash

Flavor Version Run OSVersion Arch License Restricted Status
8.8.2 545 3.1 i386 apache2 0 fail

Events

Machine Type Time Message
m3132b info 2023-11-03 09:31:16.117353 Test Started
m3132b fail 2023-11-03 09:48:57.692406 make test returned non-zero: 1
m3132b fail 2023-11-03 09:48:58.117568 Test complete.

Log

===>  Testing for beats8-8.8.2
(cd /magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2;  for t in ./...; do  echo "===>  Testing ${t}";  /usr/bin/env GOBUILD_FLAGS="-mod=vendor" XDG_DATA_HOME=/magus/work/usr/mports/sysutils/beats8/work  XDG_CONFIG_HOME=/magus/work/usr/mports/sysutils/beats8/work  HOME=/magus/work/usr/mports/sysutils/beats8/work TMPDIR="/tmp" XDG_DATA_HOME=/magus/work/usr/mports/sysutils/beats8/work  XDG_CONFIG_HOME=/magus/work/usr/mports/sysutils/beats8/work  HOME=/magus/work/usr/mports/sysutils/beats8/work TMPDIR="/tmp" PATH=/magus/work/usr/mports/sysutils/beats8/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/magus/work/usr/mports/sysutils/beats8/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES TARGETDIR=/usr/local  DESTDIR=  PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444" CGO_ENABLED=1  CGO_CFLAGS="-I. -I/usr/local/include"  CGO_LDFLAGS="-L. -L/usr/local/lib"  GOAMD64=  GOARM=  GOTMPDIR="/magus/work/usr/mports/sysutils/beats8/work" GOPATH="/magus/distfiles/go/sysutils_beats8"  GOBIN="/magus/work/usr/mports/sysutils/beats8/work/bin"  GO111MODULE=on  GOFLAGS=-modcacherw  GOSUMDB=sum.golang.org GOPROXY=off /usr/local/bin/go120 test -v -buildvcs=false -mod=vendor ${t};  done)
===>  Testing ./...
# github.com/elastic/beats/v7/libbeat/publisher/processing
package github.com/elastic/beats/v7/libbeat/publisher/processing (test)
	imports github.com/elastic/beats/v7/libbeat/processors/add_docker_metadata: build constraints exclude all Go files in /magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_docker_metadata
FAIL	github.com/elastic/beats/v7/libbeat/publisher/processing [setup failed]
?   	github.com/elastic/beats/v7/auditbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/auditbeat/core	[no test files]
?   	github.com/elastic/beats/v7/auditbeat/datastore	[no test files]
?   	github.com/elastic/beats/v7/auditbeat/module/auditd	[no test files]
?   	github.com/elastic/beats/v7/auditbeat/include	[no test files]
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Auditbeat template has 328 fields in default_field.
--- PASS: TestTemplate (0.16s)
    --- PASS: TestTemplate/default_field_length (0.14s)
PASS
ok  	github.com/elastic/beats/v7/auditbeat	0.312s
=== RUN   TestHasher
--- PASS: TestHasher (0.00s)
=== RUN   TestHasherLimits
--- PASS: TestHasherLimits (0.00s)
PASS
ok  	github.com/elastic/beats/v7/auditbeat/helper/hasher	0.045s
?   	github.com/elastic/beats/v7/auditbeat/module/file_integrity/schema	[no test files]
=== RUN   TestConfig
--- PASS: TestConfig (0.00s)
=== RUN   TestConfigInvalid
    config_test.go:81: 4 errors: invalid hash_types value 'crc32'; invalid hash_types value 'hmac'; invalid max_file_size value: unhandled size name: hz; invalid scan_rate_per_sec value: unhandled size name: mb/sec accessing config
    config_test.go:109: error parsing regexp: unexpected ): `unmatched)` accessing 'exclude_files'
--- PASS: TestConfigInvalid (0.00s)
=== RUN   TestConfigInvalidMaxFileSize
    config_test.go:131: 1 error: max_file_size value (0) must be positive accessing config
--- PASS: TestConfigInvalidMaxFileSize (0.00s)
=== RUN   TestConfigEvalSymlinks
--- PASS: TestConfigEvalSymlinks (0.00s)
=== RUN   TestConfigRemoveDuplicates
--- PASS: TestConfigRemoveDuplicates (0.00s)
=== RUN   TestDiffEvents
=== RUN   TestDiffEvents/nil_values
=== RUN   TestDiffEvents/no_change
=== RUN   TestDiffEvents/new_file
=== RUN   TestDiffEvents/deleted
=== RUN   TestDiffEvents/moved
=== RUN   TestDiffEvents/updated_metadata
=== RUN   TestDiffEvents/missing_metadata
=== RUN   TestDiffEvents/more_hashes
=== RUN   TestDiffEvents/subset_of_hashes
=== RUN   TestDiffEvents/different_hash_values
=== RUN   TestDiffEvents/updated_hashes_and_metadata
=== RUN   TestDiffEvents/updated_setuid_field
=== RUN   TestDiffEvents/updated_setgid_field
--- PASS: TestDiffEvents (0.00s)
    --- PASS: TestDiffEvents/nil_values (0.00s)
    --- PASS: TestDiffEvents/no_change (0.00s)
    --- PASS: TestDiffEvents/new_file (0.00s)
    --- PASS: TestDiffEvents/deleted (0.00s)
    --- PASS: TestDiffEvents/moved (0.00s)
    --- PASS: TestDiffEvents/updated_metadata (0.00s)
    --- PASS: TestDiffEvents/missing_metadata (0.00s)
    --- PASS: TestDiffEvents/more_hashes (0.00s)
    --- PASS: TestDiffEvents/subset_of_hashes (0.00s)
    --- PASS: TestDiffEvents/different_hash_values (0.00s)
    --- PASS: TestDiffEvents/updated_hashes_and_metadata (0.00s)
    --- PASS: TestDiffEvents/updated_setuid_field (0.00s)
    --- PASS: TestDiffEvents/updated_setgid_field (0.00s)
=== RUN   TestHashFile
=== RUN   TestHashFile/valid_hashes
=== RUN   TestHashFile/no_hashes
=== RUN   TestHashFile/invalid_hash
=== RUN   TestHashFile/invalid_file
=== RUN   TestHashFile/size_over_hash_limit
=== RUN   TestHashFile/size_at_hash_limit
=== RUN   TestHashFile/size_below_hash_limit
=== RUN   TestHashFile/no_size_limit
--- PASS: TestHashFile (0.00s)
    --- PASS: TestHashFile/valid_hashes (0.00s)
    --- PASS: TestHashFile/no_hashes (0.00s)
    --- PASS: TestHashFile/invalid_hash (0.00s)
    --- PASS: TestHashFile/invalid_file (0.00s)
    --- PASS: TestHashFile/size_over_hash_limit (0.00s)
    --- PASS: TestHashFile/size_at_hash_limit (0.00s)
    --- PASS: TestHashFile/size_below_hash_limit (0.00s)
    --- PASS: TestHashFile/no_size_limit (0.00s)
=== RUN   TestNewEventFromFileInfoHash
=== RUN   TestNewEventFromFileInfoHash/file_stays_the_same
=== RUN   TestNewEventFromFileInfoHash/file_grows_before_hashing
=== RUN   TestNewEventFromFileInfoHash/file_shrinks_before_hashing
--- PASS: TestNewEventFromFileInfoHash (0.03s)
    --- PASS: TestNewEventFromFileInfoHash/file_stays_the_same (0.02s)
    --- PASS: TestNewEventFromFileInfoHash/file_grows_before_hashing (0.00s)
    --- PASS: TestNewEventFromFileInfoHash/file_shrinks_before_hashing (0.00s)
=== RUN   TestBuildEvent
=== RUN   TestBuildEvent/all_fields
=== RUN   TestBuildEvent/ecs_categorization
=== RUN   TestBuildEvent/no_setuid/setgid
=== RUN   TestBuildEvent/setgid_set
=== RUN   TestBuildEvent/setuid_set
=== RUN   TestBuildEvent/setuid_and_setgid_set
--- PASS: TestBuildEvent (0.00s)
    --- PASS: TestBuildEvent/all_fields (0.00s)
    --- PASS: TestBuildEvent/ecs_categorization (0.00s)
    --- PASS: TestBuildEvent/no_setuid/setgid (0.00s)
    --- PASS: TestBuildEvent/setgid_set (0.00s)
    --- PASS: TestBuildEvent/setuid_set (0.00s)
    --- PASS: TestBuildEvent/setuid_and_setgid_set (0.00s)
=== RUN   TestEventReader
    eventreader_test.go:44: Flaky test: about 1/10 of builds fails https://github.com/elastic/beats/issues/21302
--- SKIP: TestEventReader (0.00s)
=== RUN   TestRaces
    eventreader_test.go:244: Flaky test: about 1/20 of builds fails https://github.com/elastic/beats/issues/21303
--- SKIP: TestRaces (0.00s)
=== RUN   TestExeObjParser
=== RUN   TestExeObjParser/executableObject_elf_go
=== RUN   TestExeObjParser/executableObject_elf_garble
=== RUN   TestExeObjParser/executableObject_macho_go
=== RUN   TestExeObjParser/executableObject_macho_garble
=== RUN   TestExeObjParser/executableObject_pe_go
=== RUN   TestExeObjParser/executableObject_pe_garble
    exeobjparser_test.go:44: skipping test on garbled PE file: see https://github.com/elastic/beats/issues/35705
--- PASS: TestExeObjParser (0.11s)
    --- PASS: TestExeObjParser/executableObject_elf_go (0.02s)
    --- PASS: TestExeObjParser/executableObject_elf_garble (0.01s)
    --- PASS: TestExeObjParser/executableObject_macho_go (0.03s)
    --- PASS: TestExeObjParser/executableObject_macho_garble (0.02s)
    --- PASS: TestExeObjParser/executableObject_pe_go (0.03s)
    --- SKIP: TestExeObjParser/executableObject_pe_garble (0.00s)
=== RUN   TestFileParsers
--- PASS: TestFileParsers (0.00s)
=== RUN   TestNewMetadata
--- PASS: TestNewMetadata (0.00s)
=== RUN   TestSetUIDSetGIDBits
--- PASS: TestSetUIDSetGIDBits (0.00s)
=== RUN   TestFBEncodeDecode
    flatbuffers_test.go:33: encoded length: 152
--- PASS: TestFBEncodeDecode (0.00s)
=== RUN   TestData
--- PASS: TestData (0.10s)
=== RUN   TestActions
--- PASS: TestActions (0.01s)
=== RUN   TestExcludedFiles
--- PASS: TestExcludedFiles (0.00s)
=== RUN   TestIncludedExcludedFiles
--- PASS: TestIncludedExcludedFiles (0.00s)
=== RUN   TestErrorReporting
    metricset_test.go:310: This test can't be run as root
--- SKIP: TestErrorReporting (0.00s)
=== RUN   TestEventFailedHash
=== RUN   TestEventFailedHash/failed_hash_on_update
    metricset_test.go:463: got title= creation event event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","hash":{"sha1":"3131313131313131313131313131313131313131"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.960829547-04:00","path":"/some/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960829547 -0400 EDT m=+0.263636862    0s 0s false}
    metricset_test.go:463: got title= update with hash event= {{} {} {"event":{"action":["updated"],"category":["file"],"kind":"event","type":["change"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.960829547-04:00","path":"/some/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960868707 -0400 EDT m=+0.263676022    0s 0s false}
    metricset_test.go:463: got title= update with failed hash event= {{} {} {"event":{"action":["updated"],"category":["file"],"kind":"event","type":["change"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.960829547-04:00","path":"/some/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960872999 -0400 EDT m=+0.263680314    0s 0s false}
    metricset_test.go:463: got title= update again now with hash event= {{} {} {"event":{"action":["updated"],"category":["file"],"kind":"event","type":["change"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","hash":{"sha1":"3333333333333333333333333333333333333333"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.960829547-04:00","path":"/some/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960877052 -0400 EDT m=+0.263684307    0s 0s false}
    metricset_test.go:463: got title= new modification time event= {{} {} {"event":{"action":["attributes_modified"],"category":["file"],"kind":"event","type":["change"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","hash":{"sha1":"3333333333333333333333333333333333333333"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:58.960829547-04:00","path":"/some/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960881344 -0400 EDT m=+0.263688659    0s 0s false}
=== RUN   TestEventFailedHash/failed_hash_on_creation
    metricset_test.go:463: got title= creation event with failed hash event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.960829547-04:00","path":"/some/other/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960829547 -0400 EDT m=+0.263636862    0s 0s false}
    metricset_test.go:463: got title= update with hash event= {{} {} {"event":{"action":["updated","attributes_modified"],"category":["file"],"kind":"event","type":["change"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:58.960829547-04:00","path":"/some/other/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.971124348 -0400 EDT m=+0.273931782    0s 0s false}
=== RUN   TestEventFailedHash/delete
    metricset_test.go:463: got title= creation event event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.960829547-04:00","path":"/some/other/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960829547 -0400 EDT m=+0.263636862    0s 0s false}
    metricset_test.go:463: got title= delete event= {{} {} {"event":{"action":["deleted"],"category":["file"],"kind":"event","type":["deletion"]},"file":{"path":"/some/other/path"}}    2023-11-03 09:37:57.972686527 -0400 EDT m=+0.275493842    0s 0s false}
=== RUN   TestEventFailedHash/move
    metricset_test.go:463: got title= creation event event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.960829547-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.960829547-04:00","path":"/some/other/path","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.960829547 -0400 EDT m=+0.263636862    0s 0s false}
    metricset_test.go:463: got title= delete event= {{} {} {"event":{"action":["moved"],"category":["file"],"kind":"event","type":["change"]},"file":{"path":"/some/other/path"}}    2023-11-03 09:37:57.974384665 -0400 EDT m=+0.277191979    0s 0s false}
--- PASS: TestEventFailedHash (0.02s)
    --- PASS: TestEventFailedHash/failed_hash_on_update (0.01s)
    --- PASS: TestEventFailedHash/failed_hash_on_creation (0.00s)
    --- PASS: TestEventFailedHash/delete (0.00s)
    --- PASS: TestEventFailedHash/move (0.00s)
=== RUN   TestEventDelete
=== RUN   TestEventDelete/delete_event_for_file_missing_on_disk
    metricset_test.go:463: got title= creation event event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.977662624-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.977662624-04:00","path":"/file","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.977662624 -0400 EDT m=+0.280470177    0s 0s false}
    metricset_test.go:463: got title= delete event= {{} {} {"event":{"action":["deleted"],"category":["file"],"kind":"event","type":["deletion"]},"file":{"path":"/file"}}    2023-11-03 09:37:57.977707923 -0400 EDT m=+0.280515238    0s 0s false}
    metricset_test.go:463: got title= creation event event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.977662624-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.977662624-04:00","path":"/file","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.977662624 -0400 EDT m=+0.280470177    0s 0s false}
=== RUN   TestEventDelete/delete_event_for_file_present_on_disk_(different_contents)
    metricset_test.go:463: got title= create event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.977662624-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.977662624-04:00","path":"/file","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.977662624 -0400 EDT m=+0.280470177    0s 0s false}
    metricset_test.go:463: got title= delete event= {{} {} {"event":{"action":["updated"],"category":["file"],"kind":"event","type":["change"]},"file":{"ctime":"2023-11-03T09:37:57.977662624-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323233"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.977662624-04:00","path":"/file","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.979505541 -0400 EDT m=+0.282312975    0s 0s false}
=== RUN   TestEventDelete/delete_event_for_file_present_on_disk_(same_contents)
    metricset_test.go:463: got title= create event= {{} {} {"event":{"action":["created"],"category":["file"],"kind":"event","type":["creation"]},"file":{"ctime":"2023-11-03T09:37:57.977662624-04:00","gid":"0","hash":{"sha1":"3232323232323232323232323232323232323232"},"inode":"0","mode":"0000","mtime":"2023-11-03T09:37:57.977662624-04:00","path":"/file","size":0,"type":"file","uid":"0"}}    2023-11-03 09:37:57.977662624 -0400 EDT m=+0.280470177    0s 0s false}
--- PASS: TestEventDelete (0.01s)
    --- PASS: TestEventDelete/delete_event_for_file_missing_on_disk (0.00s)
    --- PASS: TestEventDelete/delete_event_for_file_present_on_disk_(different_contents) (0.00s)
    --- PASS: TestEventDelete/delete_event_for_file_present_on_disk_(same_contents) (0.00s)
=== RUN   TestGetMimeType
=== RUN   TestGetMimeType/docx
=== RUN   TestGetMimeType/elf
=== RUN   TestGetMimeType/jpg
=== RUN   TestGetMimeType/gif
=== RUN   TestGetMimeType/png
--- PASS: TestGetMimeType (0.00s)
    --- PASS: TestGetMimeType/docx (0.00s)
    --- PASS: TestGetMimeType/elf (0.00s)
    --- PASS: TestGetMimeType/jpg (0.00s)
    --- PASS: TestGetMimeType/gif (0.00s)
    --- PASS: TestGetMimeType/png (0.00s)
=== RUN   TestScanner
=== RUN   TestScanner/non-recursive
=== RUN   TestScanner/recursive
=== RUN   TestScanner/executable
=== RUN   TestScanner/with_rate_limit
--- PASS: TestScanner (0.02s)
    --- PASS: TestScanner/non-recursive (0.00s)
    --- PASS: TestScanner/recursive (0.00s)
    --- PASS: TestScanner/executable (0.01s)
    --- PASS: TestScanner/with_rate_limit (0.00s)
PASS
ok  	github.com/elastic/beats/v7/auditbeat/module/file_integrity	0.347s
?   	github.com/elastic/beats/v7/auditbeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/auditbeat/testing	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/cmd/dashboards	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/cmd/license	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/cmd/module_fields	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/cmd/module_include_list	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/cmd/update_go	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/gotool	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/kubernetes	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/build	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/collectors	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/common	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/dashboards	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/docs	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/integtest	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/integtest/docker	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/integtest/notests	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/pkg	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/test	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/unittest	[no test files]
?   	github.com/elastic/beats/v7/dev-tools/mage/target/update	[no test files]
?   	github.com/elastic/beats/v7/filebeat/autodiscover	[no test files]
?   	github.com/elastic/beats/v7/filebeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/filebeat/generator	[no test files]
?   	github.com/elastic/beats/v7/filebeat/generator/fileset	[no test files]
?   	github.com/elastic/beats/v7/filebeat/generator/module	[no test files]
?   	github.com/elastic/beats/v7/filebeat/include	[no test files]
?   	github.com/elastic/beats/v7/filebeat/input/default-inputs	[no test files]
# github.com/elastic/beats/v7/filebeat/input/filestream/takeover [github.com/elastic/beats/v7/filebeat/input/filestream/takeover.test]
filebeat/input/filestream/takeover/takeover_test.go:100:16: cannot use 1800000000000 (untyped int constant) as int value in map literal (overflows)
filebeat/input/filestream/takeover/takeover_test.go:101:22: cannot use 257795329760 (untyped int constant) as int value in array or slice literal (overflows)
filebeat/input/filestream/takeover/takeover_test.go:111:24: cannot use 258139663760 (untyped int constant) as int value in array or slice literal (overflows)
filebeat/input/filestream/takeover/takeover_test.go:129:24: cannot use 258139663761 (untyped int constant) as int value in array or slice literal (overflows)
filebeat/input/filestream/takeover/takeover_test.go:148:24: cannot use 258139663760 (untyped int constant) as int value in array or slice literal (overflows)
filebeat/input/filestream/takeover/takeover_test.go:206:24: cannot use 258139663760 (untyped int constant) as int value in array or slice literal (overflows)
filebeat/input/filestream/takeover/takeover_test.go:220:24: cannot use 258139663761 (untyped int constant) as int value in array or slice literal (overflows)
?   	github.com/elastic/beats/v7/filebeat/input/inputtest	[no test files]
?   	github.com/elastic/beats/v7/filebeat/input/journald	[no test files]
?   	github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalfield	[no test files]
?   	github.com/elastic/beats/v7/filebeat/input/unix	[no test files]
?   	github.com/elastic/beats/v7/filebeat/input/v2/internal/inputest	[no test files]
?   	github.com/elastic/beats/v7/filebeat/inputsource	[no test files]
?   	github.com/elastic/beats/v7/filebeat/input/winlog	[no test files]
?   	github.com/elastic/beats/v7/filebeat/inputsource/common/dgram	[no test files]
=== RUN   TestVisit
--- PASS: TestVisit (0.00s)
=== RUN   TestVisitOrder
--- PASS: TestVisitOrder (0.00s)
=== RUN   TestVisitError
--- PASS: TestVisitError (0.00s)
=== RUN   TestVisitCancel
--- PASS: TestVisitCancel (0.00s)
=== RUN   TestFilesAsDir
--- PASS: TestFilesAsDir (0.00s)
=== RUN   TestRemove
--- PASS: TestRemove (0.00s)
=== RUN   TestAt
--- PASS: TestAt (0.00s)
=== RUN   TestNonRecursive
--- PASS: TestNonRecursive (6.02s)
=== RUN   TestRecursive
--- PASS: TestRecursive (6.08s)
=== RUN   TestRecursiveNoFollowSymlink
    monitor_test.go:168: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/auditbeat/module/file_integrity/monitor/monitor_test.go:168
        	Error:      	Not equal: 
        	            	expected: *errors.errorString(&errors.errorString{s:"read timeout"})
        	            	actual  : ()
        	Test:       	TestRecursiveNoFollowSymlink
    monitor_test.go:170: Expected timeout, got event "/tmp/linked1428199563/not.seen": CREATE
--- FAIL: TestRecursiveNoFollowSymlink (0.00s)
=== RUN   TestRecursiveSubdirPermissions
    monitor_test.go:263: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/auditbeat/module/file_integrity/monitor/monitor_test.go:263
        	Error:      	"["/tmp/monitor3625720063/subdir": CREATE "/tmp/monitor3625720063/subdir/a": CREATE "/tmp/monitor3625720063/subdir/a/a": CREATE "/tmp/monitor3625720063/subdir/b": CREATE "/tmp/monitor3625720063/subdir/b/b": CREATE "/tmp/monitor3625720063/subdir/c": CREATE "/tmp/monitor3625720063/subdir/c/c": CREATE]" should have 6 item(s), but has 7
        	Test:       	TestRecursiveSubdirPermissions
    monitor_test.go:266: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/auditbeat/module/file_integrity/monitor/monitor_test.go:266
        	Error:      	Should be true
        	Test:       	TestRecursiveSubdirPermissions
        	Messages:   	/tmp/monitor3625720063/subdir/b/b
    monitor_test.go:267: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/auditbeat/module/file_integrity/monitor/monitor_test.go:267
        	Error:      	Not equal: 
        	            	expected: 0x0
        	            	actual  : 0x1
        	Test:       	TestRecursiveSubdirPermissions
--- FAIL: TestRecursiveSubdirPermissions (6.03s)
=== RUN   TestRecursiveExcludedPaths
    monitor_test.go:309: path: /tmp/monitor1459765327, excluded: false
    monitor_test.go:309: path: /tmp/monitor1459765327, excluded: false
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir, excluded: false
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir, excluded: false
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir/a, excluded: false
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir/a/a, excluded: false
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir/b, excluded: true
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir/b/b, excluded: true
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir/c, excluded: false
    monitor_test.go:309: path: /tmp/monitor1459765327/subdir/c/c, excluded: false
--- PASS: TestRecursiveExcludedPaths (6.01s)
FAIL
FAIL	github.com/elastic/beats/v7/auditbeat/module/file_integrity/monitor	24.193s
=== RUN   TestParseVersion
--- PASS: TestParseVersion (0.00s)
=== RUN   TestGoTest_CaptureOutput
=== RUN   TestGoTest_CaptureOutput/capture_wrong_panic
go: finding module for package gotest.tools/gotestsum
cannot query module due to -mod=vendor
	(Go version in go.mod is at least 1.14 and vendor directory exists.)
--- FAIL: TestGoTest_CaptureOutput (0.02s)
    --- FAIL: TestGoTest_CaptureOutput/capture_wrong_panic (0.02s)
panic: running "go install gotest.tools/gotestsum" failed with exit code 1 [recovered]
	panic: running "go install gotest.tools/gotestsum" failed with exit code 1

goroutine 37 [running]:
testing.tRunner.func1.2({0x886cd20, 0x31d951c0})
	/usr/local/go120/src/testing/testing.go:1526 +0x2a5
testing.tRunner.func1()
	/usr/local/go120/src/testing/testing.go:1529 +0x446
panic({0x886cd20, 0x31d951c0})
	/usr/local/go120/src/runtime/panic.go:884 +0x1b4
github.com/magefile/mage/mg.runDeps({0x89e0c1c, 0x31d18010}, {0x31df7300, 0x1, 0x1})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/magefile/mage/mg/deps.go:126 +0x2d6
github.com/magefile/mage/mg.CtxDeps({0x89e0c1c, 0x31d18010}, {0x31eb6610, 0x1, 0x1})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/magefile/mage/mg/deps.go:89 +0x57
github.com/magefile/mage/mg.Deps(...)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/magefile/mage/mg/deps.go:162
github.com/elastic/beats/v7/dev-tools/mage.GoTest({0x89e0c1c, 0x31d18014}, {{0x88d3d77, 0x7}, 0x0, {0x0, 0x0, 0x0}, {0x31d95090, 0x2, ...}, ...})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/dev-tools/mage/gotest.go:207 +0xa7
github.com/elastic/beats/v7/dev-tools/mage.TestGoTest_CaptureOutput.func2(0x31d04870)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/dev-tools/mage/gotest_test.go:116 +0x175
testing.tRunner(0x31d04870, 0x31df72d0)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/dev-tools/mage	0.072s
=== RUN   TestRPM
--- PASS: TestRPM (0.00s)
=== RUN   TestDeb
--- PASS: TestDeb (0.00s)
=== RUN   TestTar
--- PASS: TestTar (0.00s)
=== RUN   TestZip
--- PASS: TestZip (0.00s)
=== RUN   TestDocker
--- PASS: TestDocker (0.00s)
PASS
ok  	github.com/elastic/beats/v7/dev-tools/packaging	0.016s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Filebeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.23s)
    --- PASS: TestTemplate/default_field_length (0.23s)
PASS
ok  	github.com/elastic/beats/v7/filebeat	0.314s
=== RUN   TestUnpackCopiesDefault
--- PASS: TestUnpackCopiesDefault (0.00s)
=== RUN   TestGenerateHints
--- PASS: TestGenerateHints (0.04s)
=== RUN   TestGenerateHintsWithPaths
--- PASS: TestGenerateHintsWithPaths (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/autodiscover/builder/hints	0.075s
=== RUN   TestFileBackup
=== RUN   TestFileBackup/creates_exactly_one_backup_per_given_file
=== RUN   TestFileBackup/creates_second_round_of_backups
=== RUN   TestFileBackup/removes_all_created_backups
--- PASS: TestFileBackup (0.01s)
    --- PASS: TestFileBackup/creates_exactly_one_backup_per_given_file (0.01s)
    --- PASS: TestFileBackup/creates_second_round_of_backups (0.00s)
    --- PASS: TestFileBackup/removes_all_created_backups (0.00s)
=== RUN   TestFindCheckpoint
--- PASS: TestFindCheckpoint (0.00s)
=== RUN   TestRegistryBackup
=== RUN   TestRegistryBackup/creates_backups_for_registry_files_including_the_checkpoint
=== RUN   TestRegistryBackup/creates_backups_for_registry_files_including_the_checkpoint/creates_the_second_round_of_backups_for_registry_files
=== RUN   TestRegistryBackup/creates_backups_for_registry_files_including_the_checkpoint/removes_all_the_created_backups
=== RUN   TestRegistryBackup/creates_backups_for_registry_files_without_a_checkpoint
=== RUN   TestRegistryBackup/creates_backups_for_registry_files_without_a_checkpoint/creates_the_second_round_of_backups_for_registry_files
=== RUN   TestRegistryBackup/creates_backups_for_registry_files_without_a_checkpoint/removes_all_the_created_backups
--- PASS: TestRegistryBackup (0.00s)
    --- PASS: TestRegistryBackup/creates_backups_for_registry_files_including_the_checkpoint (0.00s)
        --- PASS: TestRegistryBackup/creates_backups_for_registry_files_including_the_checkpoint/creates_the_second_round_of_backups_for_registry_files (0.00s)
        --- PASS: TestRegistryBackup/creates_backups_for_registry_files_including_the_checkpoint/removes_all_the_created_backups (0.00s)
    --- PASS: TestRegistryBackup/creates_backups_for_registry_files_without_a_checkpoint (0.00s)
        --- PASS: TestRegistryBackup/creates_backups_for_registry_files_without_a_checkpoint/creates_the_second_round_of_backups_for_registry_files (0.00s)
        --- PASS: TestRegistryBackup/creates_backups_for_registry_files_without_a_checkpoint/removes_all_the_created_backups (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/backup	0.072s
=== RUN   TestACKer
=== RUN   TestACKer/only_stateless
=== RUN   TestACKer/only_stateful
=== RUN   TestACKer/both
=== RUN   TestACKer/any_other_Private_type
--- PASS: TestACKer (0.00s)
    --- PASS: TestACKer/only_stateless (0.00s)
    --- PASS: TestACKer/only_stateful (0.00s)
    --- PASS: TestACKer/both (0.00s)
    --- PASS: TestACKer/any_other_Private_type (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/beater	0.071s
=== RUN   TestProcessorsForConfig
--- PASS: TestProcessorsForConfig (0.00s)
=== RUN   TestProcessorsForConfigIsFlat
--- PASS: TestProcessorsForConfigIsFlat (0.00s)
=== RUN   TestRunnerFactoryWithCommonInputSettings
    runner_test.go:248: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/channel/runner_test.go:248
        	Error:      	Received unexpected error:
        	            	the processor action add_kubernetes_metadata does not exist. Valid actions: add_fields, copy_fields, decode_json_fields, detect_mime_type, include_fields, replace, add_cloud_metadata, add_formatted_index, add_tags, decode_base64_field, drop_event, drop_fields, rename, add_labels, add_network_direction, append, truncate_fields, decompress_gzip_field
        	Test:       	TestRunnerFactoryWithCommonInputSettings
--- FAIL: TestRunnerFactoryWithCommonInputSettings (0.00s)
=== RUN   TestCloseOnSignal
--- PASS: TestCloseOnSignal (0.01s)
=== RUN   TestCloseOnSignalClosed
--- PASS: TestCloseOnSignalClosed (0.01s)
=== RUN   TestSubOutlet
--- PASS: TestSubOutlet (0.01s)
=== RUN   TestCloseOnSignalSubOutlet
--- PASS: TestCloseOnSignalSubOutlet (0.01s)
FAIL
FAIL	github.com/elastic/beats/v7/filebeat/channel	0.088s
=== RUN   TestReadConfig2
--- PASS: TestReadConfig2 (0.00s)
=== RUN   TestGetConfigFiles_File
--- PASS: TestGetConfigFiles_File (0.00s)
=== RUN   TestGetConfigFiles_Dir
--- PASS: TestGetConfigFiles_Dir (0.00s)
=== RUN   TestGetConfigFiles_EmptyDir
--- PASS: TestGetConfigFiles_EmptyDir (0.00s)
=== RUN   TestGetConfigFiles_Invalid
--- PASS: TestGetConfigFiles_Invalid (0.00s)
=== RUN   TestMergeConfigFiles
--- PASS: TestMergeConfigFiles (0.00s)
=== RUN   TestEnabledInputs
=== RUN   TestEnabledInputs/ListEnabledInputs
=== RUN   TestEnabledInputs/ListEnabledInputs/all_inputs_disabled
=== RUN   TestEnabledInputs/ListEnabledInputs/all_inputs_enabled
=== RUN   TestEnabledInputs/ListEnabledInputs/disabled_and_enabled_inputs
=== RUN   TestEnabledInputs/IsInputEnabled
=== RUN   TestEnabledInputs/IsInputEnabled/input_exists_and_enabled
=== RUN   TestEnabledInputs/IsInputEnabled/input_exists_and_disabled
=== RUN   TestEnabledInputs/IsInputEnabled/input_doesn't_exist
=== RUN   TestEnabledInputs/IsInputEnabled/no_inputs_are_enabled
--- PASS: TestEnabledInputs (0.00s)
    --- PASS: TestEnabledInputs/ListEnabledInputs (0.00s)
        --- PASS: TestEnabledInputs/ListEnabledInputs/all_inputs_disabled (0.00s)
        --- PASS: TestEnabledInputs/ListEnabledInputs/all_inputs_enabled (0.00s)
        --- PASS: TestEnabledInputs/ListEnabledInputs/disabled_and_enabled_inputs (0.00s)
    --- PASS: TestEnabledInputs/IsInputEnabled (0.00s)
        --- PASS: TestEnabledInputs/IsInputEnabled/input_exists_and_enabled (0.00s)
        --- PASS: TestEnabledInputs/IsInputEnabled/input_exists_and_disabled (0.00s)
        --- PASS: TestEnabledInputs/IsInputEnabled/input_doesn't_exist (0.00s)
        --- PASS: TestEnabledInputs/IsInputEnabled/no_inputs_are_enabled (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/config	0.032s
=== RUN   TestAdaptPipelineForCompatibility
=== RUN   TestAdaptPipelineForCompatibility/ES_<_6.7.0
=== PAUSE TestAdaptPipelineForCompatibility/ES_<_6.7.0
=== RUN   TestAdaptPipelineForCompatibility/ES_==_6.7.0
=== PAUSE TestAdaptPipelineForCompatibility/ES_==_6.7.0
=== RUN   TestAdaptPipelineForCompatibility/ES_>=_7.0.0
=== PAUSE TestAdaptPipelineForCompatibility/ES_>=_7.0.0
=== CONT  TestAdaptPipelineForCompatibility/ES_<_6.7.0
=== CONT  TestAdaptPipelineForCompatibility/ES_>=_7.0.0
=== CONT  TestAdaptPipelineForCompatibility/ES_==_6.7.0
--- PASS: TestAdaptPipelineForCompatibility (0.00s)
    --- PASS: TestAdaptPipelineForCompatibility/ES_<_6.7.0 (0.00s)
    --- PASS: TestAdaptPipelineForCompatibility/ES_>=_7.0.0 (0.00s)
    --- PASS: TestAdaptPipelineForCompatibility/ES_==_6.7.0 (0.00s)
=== RUN   TestReplaceSetIgnoreEmptyValue
=== RUN   TestReplaceSetIgnoreEmptyValue/ES_<_7.9.0
=== PAUSE TestReplaceSetIgnoreEmptyValue/ES_<_7.9.0
=== RUN   TestReplaceSetIgnoreEmptyValue/ES_==_7.9.0
=== PAUSE TestReplaceSetIgnoreEmptyValue/ES_==_7.9.0
=== RUN   TestReplaceSetIgnoreEmptyValue/ES_>_7.9.0
=== PAUSE TestReplaceSetIgnoreEmptyValue/ES_>_7.9.0
=== RUN   TestReplaceSetIgnoreEmptyValue/existing_if
=== PAUSE TestReplaceSetIgnoreEmptyValue/existing_if
=== RUN   TestReplaceSetIgnoreEmptyValue/ignore_empty_value_is_false
=== PAUSE TestReplaceSetIgnoreEmptyValue/ignore_empty_value_is_false
=== RUN   TestReplaceSetIgnoreEmptyValue/no_value
=== PAUSE TestReplaceSetIgnoreEmptyValue/no_value
=== CONT  TestReplaceSetIgnoreEmptyValue/ES_<_7.9.0
=== CONT  TestReplaceSetIgnoreEmptyValue/existing_if
=== CONT  TestReplaceSetIgnoreEmptyValue/ES_==_7.9.0
=== CONT  TestReplaceSetIgnoreEmptyValue/ignore_empty_value_is_false
=== CONT  TestReplaceSetIgnoreEmptyValue/ES_>_7.9.0
=== CONT  TestReplaceSetIgnoreEmptyValue/no_value
--- PASS: TestReplaceSetIgnoreEmptyValue (0.00s)
    --- PASS: TestReplaceSetIgnoreEmptyValue/ES_<_7.9.0 (0.00s)
    --- PASS: TestReplaceSetIgnoreEmptyValue/existing_if (0.00s)
    --- PASS: TestReplaceSetIgnoreEmptyValue/ES_==_7.9.0 (0.00s)
    --- PASS: TestReplaceSetIgnoreEmptyValue/ignore_empty_value_is_false (0.00s)
    --- PASS: TestReplaceSetIgnoreEmptyValue/ES_>_7.9.0 (0.00s)
    --- PASS: TestReplaceSetIgnoreEmptyValue/no_value (0.00s)
=== RUN   TestReplaceAppendAllowDuplicates
=== RUN   TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_true
=== PAUSE TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_true
=== RUN   TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_false
=== PAUSE TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_false
=== RUN   TestReplaceAppendAllowDuplicates/ES_==_7.10.0
=== PAUSE TestReplaceAppendAllowDuplicates/ES_==_7.10.0
=== RUN   TestReplaceAppendAllowDuplicates/ES_>_7.10.0
=== PAUSE TestReplaceAppendAllowDuplicates/ES_>_7.10.0
=== RUN   TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if
=== PAUSE TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if
=== RUN   TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if_with_contains
=== PAUSE TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if_with_contains
=== RUN   TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_no_value
=== PAUSE TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_no_value
=== CONT  TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_true
=== CONT  TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if
=== CONT  TestReplaceAppendAllowDuplicates/ES_>_7.10.0
=== CONT  TestReplaceAppendAllowDuplicates/ES_==_7.10.0
=== CONT  TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_no_value
=== CONT  TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if_with_contains
=== CONT  TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_false
--- PASS: TestReplaceAppendAllowDuplicates (0.00s)
    --- PASS: TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_true (0.00s)
    --- PASS: TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if (0.00s)
    --- PASS: TestReplaceAppendAllowDuplicates/ES_>_7.10.0 (0.00s)
    --- PASS: TestReplaceAppendAllowDuplicates/ES_==_7.10.0 (0.00s)
    --- PASS: TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_no_value (0.00s)
    --- PASS: TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_existing_if_with_contains (0.00s)
    --- PASS: TestReplaceAppendAllowDuplicates/ES_<_7.10.0:_set_to_false (0.00s)
=== RUN   TestRemoveURIPartsProcessor
=== RUN   TestRemoveURIPartsProcessor/ES_<_7.12.0
=== PAUSE TestRemoveURIPartsProcessor/ES_<_7.12.0
=== RUN   TestRemoveURIPartsProcessor/ES_==_7.12.0
=== PAUSE TestRemoveURIPartsProcessor/ES_==_7.12.0
=== RUN   TestRemoveURIPartsProcessor/ES_>_7.12.0
=== PAUSE TestRemoveURIPartsProcessor/ES_>_7.12.0
=== CONT  TestRemoveURIPartsProcessor/ES_<_7.12.0
=== CONT  TestRemoveURIPartsProcessor/ES_>_7.12.0
=== CONT  TestRemoveURIPartsProcessor/ES_==_7.12.0
--- PASS: TestRemoveURIPartsProcessor (0.00s)
    --- PASS: TestRemoveURIPartsProcessor/ES_<_7.12.0 (0.00s)
    --- PASS: TestRemoveURIPartsProcessor/ES_>_7.12.0 (0.00s)
    --- PASS: TestRemoveURIPartsProcessor/ES_==_7.12.0 (0.00s)
=== RUN   TestRemoveNetworkDirectionProcessor
=== RUN   TestRemoveNetworkDirectionProcessor/ES_<_7.13.0
=== PAUSE TestRemoveNetworkDirectionProcessor/ES_<_7.13.0
=== RUN   TestRemoveNetworkDirectionProcessor/ES_==_7.13.0
=== PAUSE TestRemoveNetworkDirectionProcessor/ES_==_7.13.0
=== RUN   TestRemoveNetworkDirectionProcessor/ES_>_7.13.0
=== PAUSE TestRemoveNetworkDirectionProcessor/ES_>_7.13.0
=== CONT  TestRemoveNetworkDirectionProcessor/ES_<_7.13.0
=== CONT  TestRemoveNetworkDirectionProcessor/ES_==_7.13.0
=== CONT  TestRemoveNetworkDirectionProcessor/ES_>_7.13.0
--- PASS: TestRemoveNetworkDirectionProcessor (0.00s)
    --- PASS: TestRemoveNetworkDirectionProcessor/ES_<_7.13.0 (0.00s)
    --- PASS: TestRemoveNetworkDirectionProcessor/ES_==_7.13.0 (0.00s)
    --- PASS: TestRemoveNetworkDirectionProcessor/ES_>_7.13.0 (0.00s)
=== RUN   TestReplaceConvertIPWithGrok
=== RUN   TestReplaceConvertIPWithGrok/ES_>=_7.13.0:_keep_processor
=== PAUSE TestReplaceConvertIPWithGrok/ES_>=_7.13.0:_keep_processor
=== RUN   TestReplaceConvertIPWithGrok/ES_<_7.13.0:_replace_with_grok
=== PAUSE TestReplaceConvertIPWithGrok/ES_<_7.13.0:_replace_with_grok
=== RUN   TestReplaceConvertIPWithGrok/implicit_target
=== PAUSE TestReplaceConvertIPWithGrok/implicit_target
=== RUN   TestReplaceConvertIPWithGrok/missing_field
=== PAUSE TestReplaceConvertIPWithGrok/missing_field
=== RUN   TestReplaceConvertIPWithGrok/keep_settings_in_grok
=== PAUSE TestReplaceConvertIPWithGrok/keep_settings_in_grok
=== CONT  TestReplaceConvertIPWithGrok/ES_>=_7.13.0:_keep_processor
=== CONT  TestReplaceConvertIPWithGrok/missing_field
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.012-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":399},"message":"processor input={\"convert\":{\"type\":\"ip\"}}","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"convert","processor_index":0,"ecs.version":"1.6.0"}
=== CONT  TestReplaceConvertIPWithGrok/keep_settings_in_grok
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.012-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":399},"message":"processor input={\"convert\":{\"description\":\"foo bar\",\"field\":\"foo\",\"if\":\"condition\",\"ignore_failure\":false,\"ignore_missing\":true,\"on_failure\":[{\"foo\":{\"baz\":false}},{\"bar\":{\"baz\":true}}],\"tag\":\"myTag\",\"target_field\":\"bar\",\"type\":\"ip\"}}","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"convert","processor_index":0,"ecs.version":"1.6.0"}
=== CONT  TestReplaceConvertIPWithGrok/implicit_target
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.012-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":415},"message":"processor output={\"grok\":{\"description\":\"foo bar\",\"field\":\"foo\",\"if\":\"condition\",\"ignore_failure\":false,\"ignore_missing\":true,\"on_failure\":[{\"foo\":{\"baz\":false}},{\"bar\":{\"baz\":true}}],\"patterns\":[\"^%{IP:bar}$\"],\"tag\":\"myTag\"}}","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"convert","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.012-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":426},"message":"Removing unsupported 'description' from processor.","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"grok","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.012-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":399},"message":"processor input={\"convert\":{\"field\":\"foo\",\"type\":\"ip\"}}","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"convert","processor_index":0,"ecs.version":"1.6.0"}
=== CONT  TestReplaceConvertIPWithGrok/ES_<_7.13.0:_replace_with_grok
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":415},"message":"processor output={\"grok\":{\"field\":\"foo\",\"patterns\":[\"^%{IP:foo}$\"]}}","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"convert","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":399},"message":"processor input={\"convert\":{\"field\":\"foo\",\"target_field\":\"bar\",\"type\":\"ip\"}}","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"convert","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":415},"message":"processor output={\"grok\":{\"field\":\"foo\",\"patterns\":[\"^%{IP:bar}$\"]}}","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"convert","processor_index":0,"ecs.version":"1.6.0"}
--- PASS: TestReplaceConvertIPWithGrok (0.00s)
    --- PASS: TestReplaceConvertIPWithGrok/missing_field (0.00s)
    --- PASS: TestReplaceConvertIPWithGrok/ES_>=_7.13.0:_keep_processor (0.00s)
    --- PASS: TestReplaceConvertIPWithGrok/keep_settings_in_grok (0.00s)
    --- PASS: TestReplaceConvertIPWithGrok/implicit_target (0.00s)
    --- PASS: TestReplaceConvertIPWithGrok/ES_<_7.13.0:_replace_with_grok (0.00s)
=== RUN   TestRemoveRegisteredDomainProcessor
=== RUN   TestRemoveRegisteredDomainProcessor/ES_<_7.13.0
=== PAUSE TestRemoveRegisteredDomainProcessor/ES_<_7.13.0
=== RUN   TestRemoveRegisteredDomainProcessor/ES_==_7.13.0
=== PAUSE TestRemoveRegisteredDomainProcessor/ES_==_7.13.0
=== RUN   TestRemoveRegisteredDomainProcessor/ES_>_7.13.0
=== PAUSE TestRemoveRegisteredDomainProcessor/ES_>_7.13.0
=== CONT  TestRemoveRegisteredDomainProcessor/ES_<_7.13.0
=== CONT  TestRemoveRegisteredDomainProcessor/ES_>_7.13.0
=== CONT  TestRemoveRegisteredDomainProcessor/ES_==_7.13.0
--- PASS: TestRemoveRegisteredDomainProcessor (0.00s)
    --- PASS: TestRemoveRegisteredDomainProcessor/ES_<_7.13.0 (0.00s)
    --- PASS: TestRemoveRegisteredDomainProcessor/ES_>_7.13.0 (0.00s)
    --- PASS: TestRemoveRegisteredDomainProcessor/ES_==_7.13.0 (0.00s)
=== RUN   TestReplaceAlternativeFlowProcessors
=== RUN   TestReplaceAlternativeFlowProcessors/Replace_in_on_failure_section
=== PAUSE TestReplaceAlternativeFlowProcessors/Replace_in_on_failure_section
=== RUN   TestReplaceAlternativeFlowProcessors/Replace_in_processor's_on_failure
=== PAUSE TestReplaceAlternativeFlowProcessors/Replace_in_processor's_on_failure
=== RUN   TestReplaceAlternativeFlowProcessors/Remove_empty_on_failure_key
=== PAUSE TestReplaceAlternativeFlowProcessors/Remove_empty_on_failure_key
=== RUN   TestReplaceAlternativeFlowProcessors/process_foreach_processor
=== PAUSE TestReplaceAlternativeFlowProcessors/process_foreach_processor
=== RUN   TestReplaceAlternativeFlowProcessors/Remove_leftover_foreach_processor
=== PAUSE TestReplaceAlternativeFlowProcessors/Remove_leftover_foreach_processor
=== RUN   TestReplaceAlternativeFlowProcessors/nested
=== PAUSE TestReplaceAlternativeFlowProcessors/nested
=== CONT  TestReplaceAlternativeFlowProcessors/Replace_in_on_failure_section
=== CONT  TestReplaceAlternativeFlowProcessors/process_foreach_processor
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":352},"message":"Removing unsupported 'allow_duplicates' from append processor.","pipeline_id":"foo-pipeline","processors_section":"on_failure","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":387},"message":"Adding if ctx?.host?.hostname != null && ((ctx?.related?.hosts instanceof List && !ctx?.related?.hosts.contains(ctx?.host?.hostname)) || ctx?.related?.hosts != ctx?.host?.hostname) to replace 'allow_duplicates: false' in append processor.","pipeline_id":"foo-pipeline","processors_section":"on_failure","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":352},"message":"Removing unsupported 'allow_duplicates' from append processor.","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
=== CONT  TestReplaceAlternativeFlowProcessors/Remove_empty_on_failure_key
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":387},"message":"Adding if ctx?.host?.hostname != null && ((ctx?.related?.hosts instanceof List && !ctx?.related?.hosts.contains(ctx?.host?.hostname)) || ctx?.related?.hosts != ctx?.host?.hostname) to replace 'allow_duplicates: false' in append processor.","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
=== CONT  TestReplaceAlternativeFlowProcessors/nested
=== CONT  TestReplaceAlternativeFlowProcessors/Replace_in_processor's_on_failure
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":352},"message":"Removing unsupported 'allow_duplicates' from append processor.","pipeline_id":"foo-pipeline","processors_section":"processors","parent_processor_type":"foo","parent_processor_index":0,"processors_section":"on_failure","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":352},"message":"Removing unsupported 'allow_duplicates' from append processor.","pipeline_id":"foo-pipeline","processors_section":"on_failure","parent_processor_type":"foreach","parent_processor_index":0,"processors_section":"processor","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":387},"message":"Adding if ctx?.host?.hostname != null && ((ctx?.related?.hosts instanceof List && !ctx?.related?.hosts.contains(ctx?.host?.hostname)) || ctx?.related?.hosts != ctx?.host?.hostname) to replace 'allow_duplicates: false' in append processor.","pipeline_id":"foo-pipeline","processors_section":"processors","parent_processor_type":"foo","parent_processor_index":0,"processors_section":"on_failure","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.013-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":387},"message":"Adding if ctx?.host?.hostname != null && ((ctx?.related?.hosts instanceof List && !ctx?.related?.hosts.contains(ctx?.host?.hostname)) || ctx?.related?.hosts != ctx?.host?.hostname) to replace 'allow_duplicates: false' in append processor.","pipeline_id":"foo-pipeline","processors_section":"on_failure","parent_processor_type":"foreach","parent_processor_index":0,"processors_section":"processor","processor_type":"append","processor_index":0,"ecs.version":"1.6.0"}
=== CONT  TestReplaceAlternativeFlowProcessors/Remove_leftover_foreach_processor
--- PASS: TestReplaceAlternativeFlowProcessors (0.00s)
    --- PASS: TestReplaceAlternativeFlowProcessors/Replace_in_on_failure_section (0.00s)
    --- PASS: TestReplaceAlternativeFlowProcessors/process_foreach_processor (0.00s)
    --- PASS: TestReplaceAlternativeFlowProcessors/Remove_empty_on_failure_key (0.00s)
    --- PASS: TestReplaceAlternativeFlowProcessors/nested (0.00s)
    --- PASS: TestReplaceAlternativeFlowProcessors/Replace_in_processor's_on_failure (0.00s)
    --- PASS: TestReplaceAlternativeFlowProcessors/Remove_leftover_foreach_processor (0.00s)
=== RUN   TestRemoveDescription
=== RUN   TestRemoveDescription/ES_<_7.9.0
=== PAUSE TestRemoveDescription/ES_<_7.9.0
=== RUN   TestRemoveDescription/ES_==_7.9.0
=== PAUSE TestRemoveDescription/ES_==_7.9.0
=== RUN   TestRemoveDescription/ES_>_7.9.0
=== PAUSE TestRemoveDescription/ES_>_7.9.0
=== CONT  TestRemoveDescription/ES_<_7.9.0
=== CONT  TestRemoveDescription/ES_>_7.9.0
=== CONT  TestRemoveDescription/ES_==_7.9.0
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.014-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":426},"message":"Removing unsupported 'description' from processor.","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"set","processor_index":0,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.014-0400","log.logger":"modules","log.origin":{"file.name":"fileset/compatibility.go","file.line":426},"message":"Removing unsupported 'description' from processor.","pipeline_id":"foo-pipeline","processors_section":"processors","processor_type":"script","processor_index":1,"ecs.version":"1.6.0"}
--- PASS: TestRemoveDescription (0.00s)
    --- PASS: TestRemoveDescription/ES_>_7.9.0 (0.00s)
    --- PASS: TestRemoveDescription/ES_==_7.9.0 (0.00s)
    --- PASS: TestRemoveDescription/ES_<_7.9.0 (0.00s)
=== RUN   TestInputSettings
--- PASS: TestInputSettings (0.00s)
=== RUN   TestLoadManifestNginx
--- PASS: TestLoadManifestNginx (0.00s)
=== RUN   TestGetBuiltinVars
--- PASS: TestGetBuiltinVars (0.00s)
=== RUN   TestEvaluateVarsNginx
--- PASS: TestEvaluateVarsNginx (0.00s)
=== RUN   TestEvaluateVarsNginxOverride
--- PASS: TestEvaluateVarsNginxOverride (0.00s)
=== RUN   TestEvaluateVarsMySQL
--- PASS: TestEvaluateVarsMySQL (0.00s)
=== RUN   TestResolveVariable
--- PASS: TestResolveVariable (0.00s)
=== RUN   TestGetInputConfigNginx
--- PASS: TestGetInputConfigNginx (0.00s)
=== RUN   TestGetInputConfigNginxOverrides
=== RUN   TestGetInputConfigNginxOverrides/close_eof
=== RUN   TestGetInputConfigNginxOverrides/pipeline
--- PASS: TestGetInputConfigNginxOverrides (0.00s)
    --- PASS: TestGetInputConfigNginxOverrides/close_eof (0.00s)
    --- PASS: TestGetInputConfigNginxOverrides/pipeline (0.00s)
=== RUN   TestGetPipelineNginx
--- PASS: TestGetPipelineNginx (0.01s)
=== RUN   TestGetTemplateFunctions
--- PASS: TestGetTemplateFunctions (0.00s)
=== RUN   TestNewModuleRegistry
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.066-0400","log.logger":"modules","log.origin":{"file.name":"fileset/modules.go","file.line":120},"message":"Enabled modules/filesets: nginx (access), nginx (error), mysql (error), mysql (slowlog), system (syslog), system (auth), auditd (log)","ecs.version":"1.6.0"}
--- PASS: TestNewModuleRegistry (0.05s)
=== RUN   TestNewModuleRegistryConfig
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.081-0400","log.logger":"modules","log.origin":{"file.name":"fileset/modules.go","file.line":120},"message":"Enabled modules/filesets: nginx (access)","ecs.version":"1.6.0"}
--- PASS: TestNewModuleRegistryConfig (0.00s)
=== RUN   TestMovedModule
{"log.level":"warn","@timestamp":"2023-11-03T09:38:13.083-0400","log.logger":"modules","log.origin":{"file.name":"fileset/modules.go","file.line":72},"message":"Configuration uses the old name \"old\" for module \"new\", please update your configuration.","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.083-0400","log.logger":"modules","log.origin":{"file.name":"fileset/modules.go","file.line":120},"message":"Enabled modules/filesets: new (test)","ecs.version":"1.6.0"}
--- PASS: TestMovedModule (0.00s)
=== RUN   TestApplyOverrides
=== RUN   TestApplyOverrides/var_overrides
=== RUN   TestApplyOverrides/enable_and_var_overrides
=== RUN   TestApplyOverrides/input_overrides
--- PASS: TestApplyOverrides (0.00s)
    --- PASS: TestApplyOverrides/var_overrides (0.00s)
    --- PASS: TestApplyOverrides/enable_and_var_overrides (0.00s)
    --- PASS: TestApplyOverrides/input_overrides (0.00s)
=== RUN   TestAppendWithoutDuplicates
=== RUN   TestAppendWithoutDuplicates/just_modules
=== RUN   TestAppendWithoutDuplicates/eliminate_a_duplicate,_no_override
=== RUN   TestAppendWithoutDuplicates/disabled_config
--- PASS: TestAppendWithoutDuplicates (0.00s)
    --- PASS: TestAppendWithoutDuplicates/just_modules (0.00s)
    --- PASS: TestAppendWithoutDuplicates/eliminate_a_duplicate,_no_override (0.00s)
    --- PASS: TestAppendWithoutDuplicates/disabled_config (0.00s)
=== RUN   TestMcfgFromConfig
=== RUN   TestMcfgFromConfig/disable_fileset
=== RUN   TestMcfgFromConfig/set_variable
=== RUN   TestMcfgFromConfig/empty_fileset_(nil)
--- PASS: TestMcfgFromConfig (0.00s)
    --- PASS: TestMcfgFromConfig/disable_fileset (0.00s)
    --- PASS: TestMcfgFromConfig/set_variable (0.00s)
    --- PASS: TestMcfgFromConfig/empty_fileset_(nil) (0.00s)
=== RUN   TestMissingModuleFolder
{"log.level":"error","@timestamp":"2023-11-03T09:38:13.084-0400","log.logger":"modules","log.origin":{"file.name":"fileset/modules.go","file.line":137},"message":"Not loading modules. Module directory not found: /no/such/path/module","ecs.version":"1.6.0"}
--- PASS: TestMissingModuleFolder (0.00s)
=== RUN   TestInterpretError
=== RUN   TestInterpretError/other_plugin_not_installed
=== RUN   TestInterpretError/Elasticsearch_2.4
=== RUN   TestInterpretError/Elasticsearch_1.7
=== RUN   TestInterpretError/bad_json
=== RUN   TestInterpretError/another_error
--- PASS: TestInterpretError (0.00s)
    --- PASS: TestInterpretError/other_plugin_not_installed (0.00s)
    --- PASS: TestInterpretError/Elasticsearch_2.4 (0.00s)
    --- PASS: TestInterpretError/Elasticsearch_1.7 (0.00s)
    --- PASS: TestInterpretError/bad_json (0.00s)
    --- PASS: TestInterpretError/another_error (0.00s)
=== RUN   TestEnableFilesetsFromOverrides
=== RUN   TestEnableFilesetsFromOverrides/add_fileset
=== RUN   TestEnableFilesetsFromOverrides/defined_fileset
=== RUN   TestEnableFilesetsFromOverrides/disabled_module
=== RUN   TestEnableFilesetsFromOverrides/nil_overrides
=== RUN   TestEnableFilesetsFromOverrides/no_modules
--- PASS: TestEnableFilesetsFromOverrides (0.00s)
    --- PASS: TestEnableFilesetsFromOverrides/add_fileset (0.00s)
    --- PASS: TestEnableFilesetsFromOverrides/defined_fileset (0.00s)
    --- PASS: TestEnableFilesetsFromOverrides/disabled_module (0.00s)
    --- PASS: TestEnableFilesetsFromOverrides/nil_overrides (0.00s)
    --- PASS: TestEnableFilesetsFromOverrides/no_modules (0.00s)
=== RUN   TestLoadPipelinesWithMultiPipelineFileset
=== RUN   TestLoadPipelinesWithMultiPipelineFileset/ES_<_6.5.0
=== PAUSE TestLoadPipelinesWithMultiPipelineFileset/ES_<_6.5.0
=== RUN   TestLoadPipelinesWithMultiPipelineFileset/ES_==_6.5.0
=== PAUSE TestLoadPipelinesWithMultiPipelineFileset/ES_==_6.5.0
=== RUN   TestLoadPipelinesWithMultiPipelineFileset/ES_>_6.5.0
=== PAUSE TestLoadPipelinesWithMultiPipelineFileset/ES_>_6.5.0
=== CONT  TestLoadPipelinesWithMultiPipelineFileset/ES_<_6.5.0
=== CONT  TestLoadPipelinesWithMultiPipelineFileset/ES_>_6.5.0
=== CONT  TestLoadPipelinesWithMultiPipelineFileset/ES_==_6.5.0
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.085-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:38932","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.085-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:43591","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.085-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:20387","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.085-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":267},"message":"ES Ping(url=http://127.0.0.1:43591)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.085-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":267},"message":"ES Ping(url=http://127.0.0.1:38932)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.086-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":267},"message":"ES Ping(url=http://127.0.0.1:20387)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.086-0400","log.logger":"esclientleg","log.origin":{"file.name":"transport/logging.go","file.line":42},"message":"Completed dialing successfully","network":"tcp","address":"127.0.0.1:20387","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.085-0400","log.logger":"esclientleg","log.origin":{"file.name":"transport/logging.go","file.line":42},"message":"Completed dialing successfully","network":"tcp","address":"127.0.0.1:43591","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"esclientleg","log.origin":{"file.name":"transport/logging.go","file.line":42},"message":"Completed dialing successfully","network":"tcp","address":"127.0.0.1:38932","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":290},"message":"Ping status code: 200","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":291},"message":"Attempting to connect to Elasticsearch version 6.6.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"modules","log.origin":{"file.name":"fileset/pipelines.go","file.line":67},"message":"Required processors: []","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":290},"message":"Ping status code: 200","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":291},"message":"Attempting to connect to Elasticsearch version 6.4.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":290},"message":"Ping status code: 200","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"modules","log.origin":{"file.name":"fileset/pipelines.go","file.line":67},"message":"Required processors: []","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:38:13.087-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":291},"message":"Attempting to connect to Elasticsearch version 6.5.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.088-0400","log.logger":"modules","log.origin":{"file.name":"fileset/pipelines.go","file.line":67},"message":"Required processors: []","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.090-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":346},"message":"GET http://127.0.0.1:20387/_ingest/pipeline/filebeat-7.0.0-mod-fls-pipeline-plain  ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.091-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":346},"message":"GET http://127.0.0.1:43591/_ingest/pipeline/filebeat-7.0.0-mod-fls-pipeline-plain  ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.091-0400","log.logger":"modules","log.origin":{"file.name":"fileset/pipelines.go","file.line":120},"message":"Pipeline already exists in Elasticsearch.","pipeline":"filebeat-7.0.0-mod-fls-pipeline-plain","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.091-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":346},"message":"GET http://127.0.0.1:43591/_ingest/pipeline/filebeat-7.0.0-mod-fls-pipeline-json  ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.091-0400","log.logger":"modules","log.origin":{"file.name":"fileset/pipelines.go","file.line":120},"message":"Pipeline already exists in Elasticsearch.","pipeline":"filebeat-7.0.0-mod-fls-pipeline-plain","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.091-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":346},"message":"GET http://127.0.0.1:20387/_ingest/pipeline/filebeat-7.0.0-mod-fls-pipeline-json  ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.091-0400","log.logger":"modules","log.origin":{"file.name":"fileset/pipelines.go","file.line":120},"message":"Pipeline already exists in Elasticsearch.","pipeline":"filebeat-7.0.0-mod-fls-pipeline-json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:13.091-0400","log.logger":"modules","log.origin":{"file.name":"fileset/pipelines.go","file.line":120},"message":"Pipeline already exists in Elasticsearch.","pipeline":"filebeat-7.0.0-mod-fls-pipeline-json","ecs.version":"1.6.0"}
--- PASS: TestLoadPipelinesWithMultiPipelineFileset (0.00s)
    --- PASS: TestLoadPipelinesWithMultiPipelineFileset/ES_<_6.5.0 (0.01s)
    --- PASS: TestLoadPipelinesWithMultiPipelineFileset/ES_>_6.5.0 (0.01s)
    --- PASS: TestLoadPipelinesWithMultiPipelineFileset/ES_==_6.5.0 (0.01s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/fileset	0.105s
=== RUN   TestFieldsGenerator
--- PASS: TestFieldsGenerator (0.00s)
=== RUN   TestFieldsGeneratorKnownLimitations
--- PASS: TestFieldsGeneratorKnownLimitations (0.00s)
=== RUN   TestRemoveProcessor
--- PASS: TestRemoveProcessor (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/generator/fields	0.029s
=== RUN   TestMatchAnyRegexps
--- PASS: TestMatchAnyRegexps (0.00s)
=== RUN   TestExcludeLine
--- PASS: TestExcludeLine (0.00s)
=== RUN   TestIncludeLine
--- PASS: TestIncludeLine (0.00s)
=== RUN   TestInitRegexp
--- PASS: TestInitRegexp (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/harvester	0.032s
=== RUN   TestAddFactoryEmptyName
--- PASS: TestAddFactoryEmptyName (0.00s)
=== RUN   TestAddNilFactory
--- PASS: TestAddNilFactory (0.00s)
=== RUN   TestAddFactoryTwice
--- PASS: TestAddFactoryTwice (0.00s)
=== RUN   TestGetFactory
--- PASS: TestGetFactory (0.00s)
=== RUN   TestGetNonExistentFactory
--- PASS: TestGetNonExistentFactory (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input	0.021s
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.01s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/container	0.071s
=== RUN   TestGlob
--- PASS: TestGlob (0.00s)
=== RUN   TestGlobPatterns
--- PASS: TestGlobPatterns (0.00s)
=== RUN   TestINodeDeviceIdentifier
=== RUN   TestINodeDeviceIdentifier/two_states_poiting_to_the_same_file
=== RUN   TestINodeDeviceIdentifier/two_states_poiting_to_different_files
--- PASS: TestINodeDeviceIdentifier (0.00s)
    --- PASS: TestINodeDeviceIdentifier/two_states_poiting_to_the_same_file (0.00s)
    --- PASS: TestINodeDeviceIdentifier/two_states_poiting_to_different_files (0.00s)
=== RUN   TestPathIdentifier
=== RUN   TestPathIdentifier/two_states_poiting_to_the_same_file
=== RUN   TestPathIdentifier/two_states_poiting_to_different_files
--- PASS: TestPathIdentifier (0.01s)
    --- PASS: TestPathIdentifier/two_states_poiting_to_the_same_file (0.00s)
    --- PASS: TestPathIdentifier/two_states_poiting_to_different_files (0.00s)
=== RUN   TestInodeMarkerIdentifier

=== RUN   TestInodeMarkerIdentifier/two_states_poiting_to_different_files_ii.
=== RUN   TestInodeMarkerIdentifier/two_states_poiting_to_the_same_file_i.
=== RUN   TestInodeMarkerIdentifier/two_states_poiting_to_the_same_file_ii.
=== RUN   TestInodeMarkerIdentifier/two_states_poiting_to_different_files_i.
--- PASS: TestInodeMarkerIdentifier (0.00s)
    --- PASS: TestInodeMarkerIdentifier/two_states_poiting_to_different_files_ii. (0.00s)
    --- PASS: TestInodeMarkerIdentifier/two_states_poiting_to_the_same_file_i. (0.00s)
    --- PASS: TestInodeMarkerIdentifier/two_states_poiting_to_the_same_file_ii. (0.00s)
    --- PASS: TestInodeMarkerIdentifier/two_states_poiting_to_different_files_i. (0.00s)
=== RUN   TestCleanup
=== RUN   TestCleanup/Finished_and_TTL_set_to_0
=== RUN   TestCleanup/Unfinished_but_TTL_set_to_0
=== RUN   TestCleanup/TTL_=_-1_means_not_expiring
=== RUN   TestCleanup/Expired_and_finished
=== RUN   TestCleanup/Expired_but_unfinished
--- PASS: TestCleanup (0.00s)
    --- PASS: TestCleanup/Finished_and_TTL_set_to_0 (0.00s)
    --- PASS: TestCleanup/Unfinished_but_TTL_set_to_0 (0.00s)
    --- PASS: TestCleanup/TTL_=_-1_means_not_expiring (0.00s)
    --- PASS: TestCleanup/Expired_and_finished (0.00s)
    --- PASS: TestCleanup/Expired_but_unfinished (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/file	0.037s
=== RUN   TestConfigValidate
=== RUN   TestConfigValidate/paths_cannot_be_empty
--- PASS: TestConfigValidate (0.00s)
    --- PASS: TestConfigValidate/paths_cannot_be_empty (0.00s)
=== RUN   TestCopyTruncateProspector_Create
=== RUN   TestCopyTruncateProspector_Create/one_new_file,_then_rotated
=== RUN   TestCopyTruncateProspector_Create/one_new_file,_then_rotated_twice_in_order
=== RUN   TestCopyTruncateProspector_Create/one_new_file,_then_rotated_twice_with_renaming
=== RUN   TestCopyTruncateProspector_Create/first_rotated_file,_when_rotated_file_not_exist
--- PASS: TestCopyTruncateProspector_Create (0.00s)
    --- PASS: TestCopyTruncateProspector_Create/one_new_file,_then_rotated (0.00s)
    --- PASS: TestCopyTruncateProspector_Create/one_new_file,_then_rotated_twice_in_order (0.00s)
    --- PASS: TestCopyTruncateProspector_Create/one_new_file,_then_rotated_twice_with_renaming (0.00s)
    --- PASS: TestCopyTruncateProspector_Create/first_rotated_file,_when_rotated_file_not_exist (0.00s)
=== RUN   TestNumericSorter
=== RUN   TestNumericSorter/one_fileinfo
=== RUN   TestNumericSorter/ordered_fileinfos
=== RUN   TestNumericSorter/unordered_fileinfos
=== RUN   TestNumericSorter/unordered_fileinfos_with_numbers_in_filename
--- PASS: TestNumericSorter (0.00s)
    --- PASS: TestNumericSorter/one_fileinfo (0.00s)
    --- PASS: TestNumericSorter/ordered_fileinfos (0.00s)
    --- PASS: TestNumericSorter/unordered_fileinfos (0.00s)
    --- PASS: TestNumericSorter/unordered_fileinfos_with_numbers_in_filename (0.00s)
=== RUN   TestDateSorter
=== RUN   TestDateSorter/unordered_fileinfos
=== RUN   TestDateSorter/one_fileinfo
=== RUN   TestDateSorter/ordered_fileinfos
--- PASS: TestDateSorter (0.00s)
    --- PASS: TestDateSorter/unordered_fileinfos (0.00s)
    --- PASS: TestDateSorter/one_fileinfo (0.00s)
    --- PASS: TestDateSorter/ordered_fileinfos (0.00s)
=== RUN   TestLogFileTimedClosing
=== RUN   TestLogFileTimedClosing/read_from_file_and_close_inactive
=== RUN   TestLogFileTimedClosing/read_from_file_and_close_after_interval
=== RUN   TestLogFileTimedClosing/read_from_file_and_close_on_EOF
--- PASS: TestLogFileTimedClosing (5.01s)
    --- PASS: TestLogFileTimedClosing/read_from_file_and_close_inactive (2.00s)
    --- PASS: TestLogFileTimedClosing/read_from_file_and_close_after_interval (3.01s)
    --- PASS: TestLogFileTimedClosing/read_from_file_and_close_on_EOF (0.00s)
=== RUN   TestLogFileTruncated
--- PASS: TestLogFileTruncated (0.00s)
=== RUN   TestFileScanner
=== RUN   TestFileScanner/select_all_files
=== RUN   TestFileScanner/skip_excluded_files
=== RUN   TestFileScanner/only_include_included_files
=== RUN   TestFileScanner/skip_directories
--- PASS: TestFileScanner (0.00s)
    --- PASS: TestFileScanner/select_all_files (0.00s)
    --- PASS: TestFileScanner/skip_excluded_files (0.00s)
    --- PASS: TestFileScanner/only_include_included_files (0.00s)
    --- PASS: TestFileScanner/skip_directories (0.00s)
=== RUN   TestFileWatchNewDeleteModified
=== RUN   TestFileWatchNewDeleteModified/one_new_file
=== RUN   TestFileWatchNewDeleteModified/one_deleted_file
=== RUN   TestFileWatchNewDeleteModified/one_modified_file
=== RUN   TestFileWatchNewDeleteModified/two_modified_files
=== RUN   TestFileWatchNewDeleteModified/one_modified_file,_one_new_file
=== RUN   TestFileWatchNewDeleteModified/one_new_file,_one_deleted_file
--- PASS: TestFileWatchNewDeleteModified (0.00s)
    --- PASS: TestFileWatchNewDeleteModified/one_new_file (0.00s)
    --- PASS: TestFileWatchNewDeleteModified/one_deleted_file (0.00s)
    --- PASS: TestFileWatchNewDeleteModified/one_modified_file (0.00s)
    --- PASS: TestFileWatchNewDeleteModified/two_modified_files (0.00s)
    --- PASS: TestFileWatchNewDeleteModified/one_modified_file,_one_new_file (0.00s)
    --- PASS: TestFileWatchNewDeleteModified/one_new_file,_one_deleted_file (0.00s)
=== RUN   TestFileWatcherTruncate
=== RUN   TestFileWatcherTruncate/truncated_file,_only_size_changes
=== RUN   TestFileWatcherTruncate/truncated_file,_mod_time_and_size_changes
=== RUN   TestFileWatcherTruncate/no_file_change
--- PASS: TestFileWatcherTruncate (0.00s)
    --- PASS: TestFileWatcherTruncate/truncated_file,_only_size_changes (0.00s)
    --- PASS: TestFileWatcherTruncate/truncated_file,_mod_time_and_size_changes (0.00s)
    --- PASS: TestFileWatcherTruncate/no_file_change (0.00s)
=== RUN   TestFileIdentifier
=== RUN   TestFileIdentifier/default_file_identifier
=== RUN   TestFileIdentifier/default_file_identifier_with_suffix
=== RUN   TestFileIdentifier/path_identifier
--- PASS: TestFileIdentifier (0.00s)
    --- PASS: TestFileIdentifier/default_file_identifier (0.00s)
    --- PASS: TestFileIdentifier/default_file_identifier_with_suffix (0.00s)
    --- PASS: TestFileIdentifier/path_identifier (0.00s)
=== RUN   TestCreateProspector_SetIgnoreInactiveSince
=== RUN   TestCreateProspector_SetIgnoreInactiveSince/ignore_inactive_since_set_to_since_last_start
=== RUN   TestCreateProspector_SetIgnoreInactiveSince/ignore_inactive_since_set_to_since_first_start
=== RUN   TestCreateProspector_SetIgnoreInactiveSince/ignore_inactive_since_not_set
--- PASS: TestCreateProspector_SetIgnoreInactiveSince (0.00s)
    --- PASS: TestCreateProspector_SetIgnoreInactiveSince/ignore_inactive_since_set_to_since_last_start (0.00s)
    --- PASS: TestCreateProspector_SetIgnoreInactiveSince/ignore_inactive_since_set_to_since_first_start (0.00s)
    --- PASS: TestCreateProspector_SetIgnoreInactiveSince/ignore_inactive_since_not_set (0.00s)
=== RUN   TestProspector_InitCleanIfRemoved
=== RUN   TestProspector_InitCleanIfRemoved/prospector_init_with_clean_removed_disabled_with_entries
=== RUN   TestProspector_InitCleanIfRemoved/prospector_init_with_clean_removed_enabled_with_entries
=== RUN   TestProspector_InitCleanIfRemoved/prospector_init_with_clean_removed_enabled_with_no_entries
--- PASS: TestProspector_InitCleanIfRemoved (0.01s)
    --- PASS: TestProspector_InitCleanIfRemoved/prospector_init_with_clean_removed_disabled_with_entries (0.01s)
    --- PASS: TestProspector_InitCleanIfRemoved/prospector_init_with_clean_removed_enabled_with_entries (0.00s)
    --- PASS: TestProspector_InitCleanIfRemoved/prospector_init_with_clean_removed_enabled_with_no_entries (0.00s)
=== RUN   TestProspector_InitUpdateIdentifiers
=== RUN   TestProspector_InitUpdateIdentifiers/prospector_init_does_not_update_keys_if_there_are_no_entries
=== RUN   TestProspector_InitUpdateIdentifiers/prospector_init_does_not_update_keys_of_not_existing_files
=== RUN   TestProspector_InitUpdateIdentifiers/prospector_init_updates_keys_of_existing_files
--- PASS: TestProspector_InitUpdateIdentifiers (0.00s)
    --- PASS: TestProspector_InitUpdateIdentifiers/prospector_init_does_not_update_keys_if_there_are_no_entries (0.00s)
    --- PASS: TestProspector_InitUpdateIdentifiers/prospector_init_does_not_update_keys_of_not_existing_files (0.00s)
    --- PASS: TestProspector_InitUpdateIdentifiers/prospector_init_updates_keys_of_existing_files (0.00s)
=== RUN   TestProspectorNewAndUpdatedFiles
=== RUN   TestProspectorNewAndUpdatedFiles/two_new_files
=== RUN   TestProspectorNewAndUpdatedFiles/one_updated_file
=== RUN   TestProspectorNewAndUpdatedFiles/one_updated_then_truncated_file
=== RUN   TestProspectorNewAndUpdatedFiles/old_files_with_ignore_older_configured
=== RUN   TestProspectorNewAndUpdatedFiles/newer_files_with_ignore_older
--- PASS: TestProspectorNewAndUpdatedFiles (0.00s)
    --- PASS: TestProspectorNewAndUpdatedFiles/two_new_files (0.00s)
    --- PASS: TestProspectorNewAndUpdatedFiles/one_updated_file (0.00s)
    --- PASS: TestProspectorNewAndUpdatedFiles/one_updated_then_truncated_file (0.00s)
    --- PASS: TestProspectorNewAndUpdatedFiles/old_files_with_ignore_older_configured (0.00s)
    --- PASS: TestProspectorNewAndUpdatedFiles/newer_files_with_ignore_older (0.00s)
=== RUN   TestProspectorHarvesterUpdateIgnoredFiles
--- PASS: TestProspectorHarvesterUpdateIgnoredFiles (0.02s)
=== RUN   TestProspectorDeletedFile
=== RUN   TestProspectorDeletedFile/one_deleted_file_without_clean_removed
=== RUN   TestProspectorDeletedFile/one_deleted_file_with_clean_removed
--- PASS: TestProspectorDeletedFile (0.00s)
    --- PASS: TestProspectorDeletedFile/one_deleted_file_without_clean_removed (0.00s)
    --- PASS: TestProspectorDeletedFile/one_deleted_file_with_clean_removed (0.00s)
=== RUN   TestProspectorRenamedFile
=== RUN   TestProspectorRenamedFile/one_renamed_file_with_rename_tracker_with_close_renamed
=== RUN   TestProspectorRenamedFile/one_renamed_file_without_rename_tracker
=== RUN   TestProspectorRenamedFile/one_renamed_file_with_rename_tracker
--- PASS: TestProspectorRenamedFile (0.00s)
    --- PASS: TestProspectorRenamedFile/one_renamed_file_with_rename_tracker_with_close_renamed (0.00s)
    --- PASS: TestProspectorRenamedFile/one_renamed_file_without_rename_tracker (0.00s)
    --- PASS: TestProspectorRenamedFile/one_renamed_file_with_rename_tracker (0.00s)
=== RUN   TestOnRenameFileIdentity
=== RUN   TestOnRenameFileIdentity/identifier_name_from_meta_is_kept
=== RUN   TestOnRenameFileIdentity/identifier_from_prospector_is_used
--- PASS: TestOnRenameFileIdentity (0.00s)
    --- PASS: TestOnRenameFileIdentity/identifier_name_from_meta_is_kept (0.00s)
    --- PASS: TestOnRenameFileIdentity/identifier_from_prospector_is_used (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/filestream	5.075s
=== RUN   TestGCStore
=== RUN   TestGCStore/empty_store
=== RUN   TestGCStore/state_is_still_alive
=== RUN   TestGCStore/old_state_can_be_removed
=== RUN   TestGCStore/old_state_is_not_removed_if_cleanup_is_not_active_long_enough
=== RUN   TestGCStore/old_state_but_resource_is_accessed
=== RUN   TestGCStore/old_state_but_resource_has_pending_updates
--- PASS: TestGCStore (0.00s)
    --- PASS: TestGCStore/empty_store (0.00s)
    --- PASS: TestGCStore/state_is_still_alive (0.00s)
    --- PASS: TestGCStore/old_state_can_be_removed (0.00s)
    --- PASS: TestGCStore/old_state_is_not_removed_if_cleanup_is_not_active_long_enough (0.00s)
    --- PASS: TestGCStore/old_state_but_resource_is_accessed (0.00s)
    --- PASS: TestGCStore/old_state_but_resource_has_pending_updates (0.00s)
=== RUN   TestCursor_IsNew
=== RUN   TestCursor_IsNew/true_if_key_is_not_in_store
=== RUN   TestCursor_IsNew/true_if_key_is_in_store_but_without_cursor_value
=== RUN   TestCursor_IsNew/false_if_key_with_cursor_value_is_in_persistent_store
=== RUN   TestCursor_IsNew/false_if_key_with_cursor_value_is_in_memory_store_only
--- PASS: TestCursor_IsNew (0.00s)
    --- PASS: TestCursor_IsNew/true_if_key_is_not_in_store (0.00s)
    --- PASS: TestCursor_IsNew/true_if_key_is_in_store_but_without_cursor_value (0.00s)
    --- PASS: TestCursor_IsNew/false_if_key_with_cursor_value_is_in_persistent_store (0.00s)
    --- PASS: TestCursor_IsNew/false_if_key_with_cursor_value_is_in_memory_store_only (0.00s)
=== RUN   TestCursor_Unpack
=== RUN   TestCursor_Unpack/nothing_to_unpack_if_key_is_new
=== RUN   TestCursor_Unpack/unpack_fails_if_types_are_not_compatible
=== RUN   TestCursor_Unpack/unpack_from_state_in_persistent_store
=== RUN   TestCursor_Unpack/unpack_from_in_memory_state_if_updates_are_pending
--- PASS: TestCursor_Unpack (0.00s)
    --- PASS: TestCursor_Unpack/nothing_to_unpack_if_key_is_new (0.00s)
    --- PASS: TestCursor_Unpack/unpack_fails_if_types_are_not_compatible (0.00s)
    --- PASS: TestCursor_Unpack/unpack_from_state_in_persistent_store (0.00s)
    --- PASS: TestCursor_Unpack/unpack_from_in_memory_state_if_updates_are_pending (0.00s)
=== RUN   TestReaderGroup
=== RUN   TestReaderGroup/assert_new_group_is_empty
=== RUN   TestReaderGroup/assert_non_existent_key_can_be_removed
=== RUN   TestReaderGroup/assert_inserting_existing_key_returns_error
=== RUN   TestReaderGroup/assert_new_key_is_added,_can_be_removed_and_its_context_is_cancelled
--- PASS: TestReaderGroup (0.00s)
    --- PASS: TestReaderGroup/assert_new_group_is_empty (0.00s)
    --- PASS: TestReaderGroup/assert_non_existent_key_can_be_removed (0.00s)
    --- PASS: TestReaderGroup/assert_inserting_existing_key_returns_error (0.00s)
    --- PASS: TestReaderGroup/assert_new_key_is_added,_can_be_removed_and_its_context_is_cancelled (0.00s)
=== RUN   TestDefaultHarvesterGroup
=== RUN   TestDefaultHarvesterGroup/assert_a_harvester_is_started_in_a_goroutine
=== RUN   TestDefaultHarvesterGroup/assert_a_harvester_is_only_started_if_harvester_limit_haven't_been_reached
=== RUN   TestDefaultHarvesterGroup/assert_a_harvester_can_be_stopped_and_removed_from_bookkeeper
=== RUN   TestDefaultHarvesterGroup/assert_a_harvester_for_same_source_cannot_be_started
=== RUN   TestDefaultHarvesterGroup/assert_a_harvester_panic_is_handled
=== RUN   TestDefaultHarvesterGroup/assert_a_harvester_error_is_handled
=== RUN   TestDefaultHarvesterGroup/assert_already_locked_resource_has_to_wait
=== RUN   TestDefaultHarvesterGroup/assert_already_locked_resource_has_no_problem_when_harvestergroup_is_cancelled
=== RUN   TestDefaultHarvesterGroup/assert_harvester_can_be_restarted
--- PASS: TestDefaultHarvesterGroup (0.09s)
    --- PASS: TestDefaultHarvesterGroup/assert_a_harvester_is_started_in_a_goroutine (0.01s)
    --- PASS: TestDefaultHarvesterGroup/assert_a_harvester_is_only_started_if_harvester_limit_haven't_been_reached (0.01s)
    --- PASS: TestDefaultHarvesterGroup/assert_a_harvester_can_be_stopped_and_removed_from_bookkeeper (0.00s)
    --- PASS: TestDefaultHarvesterGroup/assert_a_harvester_for_same_source_cannot_be_started (0.00s)
    --- PASS: TestDefaultHarvesterGroup/assert_a_harvester_panic_is_handled (0.01s)
    --- PASS: TestDefaultHarvesterGroup/assert_a_harvester_error_is_handled (0.05s)
    --- PASS: TestDefaultHarvesterGroup/assert_already_locked_resource_has_to_wait (0.00s)
    --- PASS: TestDefaultHarvesterGroup/assert_already_locked_resource_has_no_problem_when_harvestergroup_is_cancelled (0.00s)
    --- PASS: TestDefaultHarvesterGroup/assert_harvester_can_be_restarted (0.00s)
=== RUN   TestSourceIdentifier_ID
=== RUN   TestSourceIdentifier_ID/plugin_with_no_user_configured_ID
=== RUN   TestSourceIdentifier_ID/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_src:_unique_name
=== RUN   TestSourceIdentifier_ID/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_src:_another_unique_name
--- PASS: TestSourceIdentifier_ID (0.00s)
    --- PASS: TestSourceIdentifier_ID/plugin_with_no_user_configured_ID (0.00s)
        --- PASS: TestSourceIdentifier_ID/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_src:_unique_name (0.00s)
        --- PASS: TestSourceIdentifier_ID/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_src:_another_unique_name (0.00s)
=== RUN   TestSourceIdentifier_MatchesInput
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_id:_my_test_plugin::.global::my_id
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_id:_my_test_plugin::.global::path::my_id
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_id:_my_test_plugin::.global::my_test_plugin::my_id
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin::my-id::my_id
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin::my-id::path::my_id
=== RUN   TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin::my-id::my_test_plugin::my_id
--- PASS: TestSourceIdentifier_MatchesInput (0.00s)
    --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID (0.00s)
        --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_id:_my_test_plugin::.global::my_id (0.00s)
        --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_id:_my_test_plugin::.global::path::my_id (0.00s)
        --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_no_user_configured_ID/plugin_with_no_user_configured_ID_with_id:_my_test_plugin::.global::my_test_plugin::my_id (0.00s)
    --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID (0.00s)
        --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin::my-id::my_id (0.00s)
        --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin::my-id::path::my_id (0.00s)
        --- PASS: TestSourceIdentifier_MatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin::my-id::my_test_plugin::my_id (0.00s)
=== RUN   TestSourceIdentifier_NotMatchesInput
=== RUN   TestSourceIdentifier_NotMatchesInput/plugin_with_user_configured_ID
=== RUN   TestSourceIdentifier_NotMatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin-other-id::my_id
=== RUN   TestSourceIdentifier_NotMatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my-id::path::my_id
--- PASS: TestSourceIdentifier_NotMatchesInput (0.00s)
    --- PASS: TestSourceIdentifier_NotMatchesInput/plugin_with_user_configured_ID (0.00s)
        --- PASS: TestSourceIdentifier_NotMatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my_test_plugin-other-id::my_id (0.00s)
        --- PASS: TestSourceIdentifier_NotMatchesInput/plugin_with_user_configured_ID/plugin_with_user_configured_ID_with_id:_my-id::path::my_id (0.00s)
=== RUN   TestSourceIdentifierNoAccidentalMatches
--- PASS: TestSourceIdentifierNoAccidentalMatches (0.00s)
=== RUN   TestInputManager_Create
=== RUN   TestInputManager_Create/Checking_config_does_not_print_duplicated_id_warning
--- PASS: TestInputManager_Create (0.00s)
    --- PASS: TestInputManager_Create/Checking_config_does_not_print_duplicated_id_warning (0.00s)
=== RUN   TestPublish
=== RUN   TestPublish/event_with_cursor_state_creates_update_operation
=== RUN   TestPublish/event_without_cursor_creates_no_update_operation
=== RUN   TestPublish/publish_returns_error_if_context_has_been_cancelled
--- PASS: TestPublish (0.00s)
    --- PASS: TestPublish/event_with_cursor_state_creates_update_operation (0.00s)
    --- PASS: TestPublish/event_without_cursor_creates_no_update_operation (0.00s)
    --- PASS: TestPublish/publish_returns_error_if_context_has_been_cancelled (0.00s)
=== RUN   TestOp_Execute
=== RUN   TestOp_Execute/applying_final_op_marks_the_key_as_finished
=== RUN   TestOp_Execute/acking_multiple_ops_applies_the_latest_update_and_marks_key_as_finished
=== RUN   TestOp_Execute/ACK_only_subset_of_pending_ops_will_only_update_up_to_ACKed_state
--- PASS: TestOp_Execute (0.00s)
    --- PASS: TestOp_Execute/applying_final_op_marks_the_key_as_finished (0.00s)
    --- PASS: TestOp_Execute/acking_multiple_ops_applies_the_latest_update_and_marks_key_as_finished (0.00s)
    --- PASS: TestOp_Execute/ACK_only_subset_of_pending_ops_will_only_update_up_to_ACKed_state (0.00s)
=== RUN   TestResource_CopyInto
--- PASS: TestResource_CopyInto (0.00s)
=== RUN   TestStore_OpenClose
=== RUN   TestStore_OpenClose/releasing_store_closes
=== RUN   TestStore_OpenClose/fail_if_persistent_store_can_not_be_accessed
=== RUN   TestStore_OpenClose/load_from_empty
=== RUN   TestStore_OpenClose/already_available_state_is_loaded
=== RUN   TestStore_OpenClose/ignore_entries_with_wrong_index_on_open
--- PASS: TestStore_OpenClose (0.01s)
    --- PASS: TestStore_OpenClose/releasing_store_closes (0.00s)
    --- PASS: TestStore_OpenClose/fail_if_persistent_store_can_not_be_accessed (0.00s)
    --- PASS: TestStore_OpenClose/load_from_empty (0.00s)
    --- PASS: TestStore_OpenClose/already_available_state_is_loaded (0.00s)
    --- PASS: TestStore_OpenClose/ignore_entries_with_wrong_index_on_open (0.00s)
=== RUN   TestStore_Get
=== RUN   TestStore_Get/find_existing_resource
=== RUN   TestStore_Get/access_unknown_resource
=== RUN   TestStore_Get/same_resource_is_returned
--- PASS: TestStore_Get (0.00s)
    --- PASS: TestStore_Get/find_existing_resource (0.00s)
    --- PASS: TestStore_Get/access_unknown_resource (0.00s)
    --- PASS: TestStore_Get/same_resource_is_returned (0.00s)
=== RUN   TestStore_UpdateTTL
=== RUN   TestStore_UpdateTTL/add_TTL_for_new_entry_to_store
=== RUN   TestStore_UpdateTTL/update_TTL_for_in-sync_resource_does_not_overwrite_state
=== RUN   TestStore_UpdateTTL/update_TTL_for_resource_with_pending_updates
--- PASS: TestStore_UpdateTTL (0.00s)
    --- PASS: TestStore_UpdateTTL/add_TTL_for_new_entry_to_store (0.00s)
    --- PASS: TestStore_UpdateTTL/update_TTL_for_in-sync_resource_does_not_overwrite_state (0.00s)
    --- PASS: TestStore_UpdateTTL/update_TTL_for_resource_with_pending_updates (0.00s)
=== RUN   TestStore_ResetCursor
=== RUN   TestStore_ResetCursor/reset_cursor_empty_and_lock_it
=== RUN   TestStore_ResetCursor/reset_cursor_with_no_pending_updates
=== RUN   TestStore_ResetCursor/reset_cursor_with_pending_updates
--- PASS: TestStore_ResetCursor (0.00s)
    --- PASS: TestStore_ResetCursor/reset_cursor_empty_and_lock_it (0.00s)
    --- PASS: TestStore_ResetCursor/reset_cursor_with_no_pending_updates (0.00s)
    --- PASS: TestStore_ResetCursor/reset_cursor_with_pending_updates (0.00s)
=== RUN   TestSourceStore_UpdateIdentifiers
=== RUN   TestSourceStore_UpdateIdentifiers/update_identifiers_when_TTL_is_bigger_than_zero
--- PASS: TestSourceStore_UpdateIdentifiers (0.01s)
    --- PASS: TestSourceStore_UpdateIdentifiers/update_identifiers_when_TTL_is_bigger_than_zero (0.01s)
=== RUN   TestSourceStore_CleanIf
=== RUN   TestSourceStore_CleanIf/entries_are_cleaned_when_function_returns_true
=== RUN   TestSourceStore_CleanIf/entries_are_left_alone_when_function_returns_false
--- PASS: TestSourceStore_CleanIf (0.00s)
    --- PASS: TestSourceStore_CleanIf/entries_are_cleaned_when_function_returns_true (0.00s)
    --- PASS: TestSourceStore_CleanIf/entries_are_left_alone_when_function_returns_false (0.00s)
=== RUN   TestUpdateWriter
=== RUN   TestUpdateWriter/single_op_is_executed
=== RUN   TestUpdateWriter/multiple_ops_sum_for_single_key
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 54 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 10 events
    update_writer_test.go:80: ACK 1 events
    update_writer_test.go:80: ACK 20 events
--- PASS: TestUpdateWriter (0.00s)
    --- PASS: TestUpdateWriter/single_op_is_executed (0.00s)
    --- PASS: TestUpdateWriter/multiple_ops_sum_for_single_key (0.00s)
=== RUN   TestUpdateChan_SendRecv
=== RUN   TestUpdateChan_SendRecv/read_does_not_block_if_events_are_available
=== RUN   TestUpdateChan_SendRecv/cancel_read
=== RUN   TestUpdateChan_SendRecv/wait_for_send
--- PASS: TestUpdateChan_SendRecv (0.10s)
    --- PASS: TestUpdateChan_SendRecv/read_does_not_block_if_events_are_available (0.00s)
    --- PASS: TestUpdateChan_SendRecv/cancel_read (0.00s)
    --- PASS: TestUpdateChan_SendRecv/wait_for_send (0.10s)
=== RUN   TestUpdateChan_TryRecv
=== RUN   TestUpdateChan_TryRecv/return_empty_list_if_channel_is_empty
=== RUN   TestUpdateChan_TryRecv/read_update
=== RUN   TestUpdateChan_TryRecv/reading_updates_consumes_all_pending_update
--- PASS: TestUpdateChan_TryRecv (0.00s)
    --- PASS: TestUpdateChan_TryRecv/return_empty_list_if_channel_is_empty (0.00s)
    --- PASS: TestUpdateChan_TryRecv/read_update (0.00s)
    --- PASS: TestUpdateChan_TryRecv/reading_updates_consumes_all_pending_update (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile	0.285s
=== RUN   TestNewGroup
--- PASS: TestNewGroup (0.00s)
=== RUN   TestGroup_Go
=== RUN   TestGroup_Go/don't_run_more_than_limit_goroutines
=== RUN   TestGroup_Go/workloads_wait_for_available_worker
    group_test.go:110: f1 started
    group_test.go:123: f2 started
    group_test.go:129: f2 done
    group_test.go:142: f3 started
    group_test.go:176: waiting the worker pool to finish all workloads
    group_test.go:144: f3 done
    group_test.go:112: f1 done
    group_test.go:179: worker pool to finished all workloads
=== RUN   TestGroup_Go/return_error_if_the_group_is_closed
=== RUN   TestGroup_Go/without_limit,_all_goroutines_run
    group_test.go:200: running 22119 goroutines
=== RUN   TestGroup_Go/all_workloads_return_an_error
=== RUN   TestGroup_Go/some_workloads_return_an_error
=== RUN   TestGroup_Go/workload_returns_no_error
--- PASS: TestGroup_Go (0.19s)
    --- PASS: TestGroup_Go/don't_run_more_than_limit_goroutines (0.10s)
    --- PASS: TestGroup_Go/workloads_wait_for_available_worker (0.00s)
    --- PASS: TestGroup_Go/return_error_if_the_group_is_closed (0.00s)
    --- PASS: TestGroup_Go/without_limit,_all_goroutines_run (0.09s)
    --- PASS: TestGroup_Go/all_workloads_return_an_error (0.00s)
    --- PASS: TestGroup_Go/some_workloads_return_an_error (0.00s)
    --- PASS: TestGroup_Go/workload_returns_no_error (0.00s)
=== RUN   TestGroup_Stop
=== RUN   TestGroup_Stop/timeout
=== RUN   TestGroup_Stop/all_goroutine_finish_before_timeout
--- PASS: TestGroup_Stop (0.00s)
    --- PASS: TestGroup_Stop/timeout (0.00s)
    --- PASS: TestGroup_Stop/all_goroutine_finish_before_timeout (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/filestream/internal/task	0.226s
FAIL	github.com/elastic/beats/v7/filebeat/input/filestream/takeover [build failed]
=== RUN   TestMode_Unpack
=== RUN   TestMode_Unpack/ok
=== RUN   TestMode_Unpack/ok/tail
=== RUN   TestMode_Unpack/ok/cursor
=== RUN   TestMode_Unpack/ok/head
=== RUN   TestMode_Unpack/failing
=== RUN   TestMode_Unpack/failing/invalid
=== RUN   TestMode_Unpack/failing/#00
=== RUN   TestMode_Unpack/failing/unknown
--- PASS: TestMode_Unpack (0.00s)
    --- PASS: TestMode_Unpack/ok (0.00s)
        --- PASS: TestMode_Unpack/ok/tail (0.00s)
        --- PASS: TestMode_Unpack/ok/cursor (0.00s)
        --- PASS: TestMode_Unpack/ok/head (0.00s)
    --- PASS: TestMode_Unpack/failing (0.00s)
        --- PASS: TestMode_Unpack/failing/invalid (0.00s)
        --- PASS: TestMode_Unpack/failing/#00 (0.00s)
        --- PASS: TestMode_Unpack/failing/unknown (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalread	0.017s
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/kafka	0.019s
=== RUN   TestCleanOlderError
--- PASS: TestCleanOlderError (0.00s)
=== RUN   TestCleanOlderIgnoreOlderError
--- PASS: TestCleanOlderIgnoreOlderError (0.00s)
=== RUN   TestCleanOlderIgnoreOlderErrorEqual
--- PASS: TestCleanOlderIgnoreOlderErrorEqual (0.00s)
=== RUN   TestCleanOlderIgnoreOlder
--- PASS: TestCleanOlderIgnoreOlder (0.00s)
=== RUN   TestReadLine
    harvester_test.go:107: received line: '9Characte'
    harvester_test.go:114: received line: 'This is line 2'
    harvester_test.go:121: received line: ''
--- PASS: TestReadLine (0.72s)
=== RUN   TestMatchFile
--- PASS: TestMatchFile (0.00s)
=== RUN   TestInit
--- PASS: TestInit (0.00s)
=== RUN   TestInputFileExclude
--- PASS: TestInputFileExclude (0.00s)
=== RUN   TestIsCleanInactive
--- PASS: TestIsCleanInactive (0.00s)
=== RUN   TestInputLifecycle
=== RUN   TestInputLifecycle/explicitly_closed
=== RUN   TestInputLifecycle/context_done
=== RUN   TestInputLifecycle/beat_context_done
--- PASS: TestInputLifecycle (0.05s)
    --- PASS: TestInputLifecycle/explicitly_closed (0.03s)
    --- PASS: TestInputLifecycle/context_done (0.01s)
    --- PASS: TestInputLifecycle/beat_context_done (0.01s)
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.01s)
=== RUN   TestNewInputError
--- PASS: TestNewInputError (0.00s)
=== RUN   TestMatchesMeta
--- PASS: TestMatchesMeta (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/log	0.825s
=== RUN   TestNewInput_MissingConfigField
--- PASS: TestNewInput_MissingConfigField (0.00s)
=== RUN   TestNewInput_ConnectWithFailed
--- PASS: TestNewInput_ConnectWithFailed (0.00s)
=== RUN   TestNewInput_Run
--- PASS: TestNewInput_Run (0.00s)
=== RUN   TestNewInput_Run_Wait
--- PASS: TestNewInput_Run_Wait (0.10s)
=== RUN   TestRun_Once
--- PASS: TestRun_Once (0.00s)
=== RUN   TestRun_Twice
--- PASS: TestRun_Twice (0.00s)
=== RUN   TestWait
--- PASS: TestWait (0.00s)
=== RUN   TestStop
--- PASS: TestStop (0.00s)
=== RUN   TestOnCreateHandler_SubscribeMultiple_Succeeded
--- PASS: TestOnCreateHandler_SubscribeMultiple_Succeeded (0.00s)
=== RUN   TestOnCreateHandler_SubscribeMultiple_BackoffSucceeded
--- PASS: TestOnCreateHandler_SubscribeMultiple_BackoffSucceeded (0.00s)
=== RUN   TestOnCreateHandler_SubscribeMultiple_BackoffSignalDone
--- PASS: TestOnCreateHandler_SubscribeMultiple_BackoffSignalDone (0.00s)
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/mqtt	0.126s
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/redis	0.029s
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/stdin	0.030s
=== RUN   TestSeverity
--- PASS: TestSeverity (0.00s)
=== RUN   TestFacility
--- PASS: TestFacility (0.00s)
=== RUN   TestHasPriority
--- PASS: TestHasPriority (0.00s)
=== RUN   TestNoPrioritySet
--- PASS: TestNoPrioritySet (0.00s)
=== RUN   TestHasPid
--- PASS: TestHasPid (0.00s)
=== RUN   TestDateParsing
=== RUN   TestDateParsing/-07:00
=== RUN   TestDateParsing/-0700
=== RUN   TestDateParsing/-07
=== RUN   TestDateParsing/+07:00
=== RUN   TestDateParsing/+0700
=== RUN   TestDateParsing/+07
=== RUN   TestDateParsing/z+00:00
=== RUN   TestDateParsing/z+0000
=== RUN   TestDateParsing/z+00
=== RUN   TestDateParsing/Z+00:00
=== RUN   TestDateParsing/Z+0000
=== RUN   TestDateParsing/Z+00
--- PASS: TestDateParsing (0.00s)
    --- PASS: TestDateParsing/-07:00 (0.00s)
    --- PASS: TestDateParsing/-0700 (0.00s)
    --- PASS: TestDateParsing/-07 (0.00s)
    --- PASS: TestDateParsing/+07:00 (0.00s)
    --- PASS: TestDateParsing/+0700 (0.00s)
    --- PASS: TestDateParsing/+07 (0.00s)
    --- PASS: TestDateParsing/z+00:00 (0.00s)
    --- PASS: TestDateParsing/z+0000 (0.00s)
    --- PASS: TestDateParsing/z+00 (0.00s)
    --- PASS: TestDateParsing/Z+00:00 (0.00s)
    --- PASS: TestDateParsing/Z+0000 (0.00s)
    --- PASS: TestDateParsing/Z+00 (0.00s)
=== RUN   TestNanosecondParsing
=== RUN   TestNanosecondParsing/5555
=== RUN   TestNanosecondParsing/5
=== RUN   TestNanosecondParsing/0005
=== RUN   TestNanosecondParsing/000545
=== RUN   TestNanosecondParsing/00012345
--- PASS: TestNanosecondParsing (0.00s)
    --- PASS: TestNanosecondParsing/5555 (0.00s)
    --- PASS: TestNanosecondParsing/5 (0.00s)
    --- PASS: TestNanosecondParsing/0005 (0.00s)
    --- PASS: TestNanosecondParsing/000545 (0.00s)
    --- PASS: TestNanosecondParsing/00012345 (0.00s)
=== RUN   TestIsValid
--- PASS: TestIsValid (0.00s)
=== RUN   TestIsRFC5424
--- PASS: TestIsRFC5424 (0.00s)
=== RUN   TestWhenPriorityIsSet
--- PASS: TestWhenPriorityIsSet (0.00s)
=== RUN   TestWhenPriorityIsNotSet
--- PASS: TestWhenPriorityIsNotSet (0.00s)
=== RUN   TestPid
=== RUN   TestPid/is_set
=== RUN   TestPid/is_not_set
--- PASS: TestPid (0.00s)
    --- PASS: TestPid/is_set (0.00s)
    --- PASS: TestPid/is_not_set (0.00s)
=== RUN   TestHostname
=== RUN   TestHostname/is_set
=== RUN   TestHostname/is_not_set
--- PASS: TestHostname (0.00s)
    --- PASS: TestHostname/is_set (0.00s)
    --- PASS: TestHostname/is_not_set (0.00s)
=== RUN   TestProgram
=== RUN   TestProgram/is_set
=== RUN   TestProgram/is_not_set
--- PASS: TestProgram (0.00s)
    --- PASS: TestProgram/is_set (0.00s)
    --- PASS: TestProgram/is_not_set (0.00s)
=== RUN   TestSequence
=== RUN   TestSequence/is_set
=== RUN   TestSequence/is_not_set
--- PASS: TestSequence (0.00s)
    --- PASS: TestSequence/is_set (0.00s)
    --- PASS: TestSequence/is_not_set (0.00s)
=== RUN   TestParseAndCreateEvent3164
=== RUN   TestParseAndCreateEvent3164/invalid_data
=== RUN   TestParseAndCreateEvent3164/valid_data
--- PASS: TestParseAndCreateEvent3164 (0.00s)
    --- PASS: TestParseAndCreateEvent3164/invalid_data (0.00s)
    --- PASS: TestParseAndCreateEvent3164/valid_data (0.00s)
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.00s)
=== RUN   TestParseAndCreateEvent5424
=== RUN   TestParseAndCreateEvent5424/valid_data
=== RUN   TestParseAndCreateEvent5424/valid_data2
=== RUN   TestParseAndCreateEvent5424/invalid_data
--- PASS: TestParseAndCreateEvent5424 (0.00s)
    --- PASS: TestParseAndCreateEvent5424/valid_data (0.00s)
    --- PASS: TestParseAndCreateEvent5424/valid_data2 (0.00s)
    --- PASS: TestParseAndCreateEvent5424/invalid_data (0.00s)
=== RUN   TestParserRFC3164Syslog
=== RUN   TestParserRFC3164Syslog/Cisco's_syslog:<190>589265:_Feb_8_18:55:31.306:_%SEC-11-IPACCESSLOGP:_list_177_denied_udp_10.0.0.1(53640)_->_10.100.0.1(15600),_1_packet
=== RUN   TestParserRFC3164Syslog/no_timezone_in_date:<190>2018-06-19_02:13:38_super_mon_message
=== RUN   TestParserRFC3164Syslog/no_timezone_in_date_with_nanoseconds:<190>2018-06-19_02:13:38.0004_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-07:00_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-0700_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-0730_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-07:10_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-07_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z+0000_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z+00:00_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z+00_super_mon_message
=== RUN   TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38Z+00_super_mon_message
=== RUN   TestParserRFC3164Syslog/priority_and_timestamp_defined_as_2018-05-08T10:31:24_(rfc3339):<38>2018-05-08T10:31:24_localhost_prg00000[1234]:_seq:_0000000000,_thread:_0000,_runid:_1525768284,_stamp:_2018-05-08T10:31:24_PADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPAD_DPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADD
=== RUN   TestParserRFC3164Syslog/timestamp_defined_as_2018-05-08T10:31:24_(rfc3339):2016-05-08T10:31:24_localhost_prg00000[1234]:_seq:_0000000000,_thread:_0000,_runid:_1525768284
=== RUN   TestParserRFC3164Syslog/timestamp_with_nanosecond_defined_as_2018-05-08T10:31:24.0004_(rfc3339):2016-05-08T10:31:24.0004_localhost_prg00000[1234]:_seq:_0000000000,_thread:_0000,_runid:_1525768284
=== RUN   TestParserRFC3164Syslog/message_only:---_last_message_repeated_1_time_---
=== RUN   TestParserRFC3164Syslog/time_and_message_only:Oct_11_22:14:15_---_last_message_repeated_1_time_---
=== RUN   TestParserRFC3164Syslog/time_with_nanosecond:Oct_11_22:14:15.000000005_---_last_message_repeated_1_time_---
=== RUN   TestParserRFC3164Syslog/No_priority_defined:Oct_11_22:14:15_mymachine_su[230]:_'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestParserRFC3164Syslog/Space_after_priority:<13>_Aug_16_12:25:24_10.12.255.2-1_TRAPMGR[53034492]:_traputil.c(696)_135956_%%_Link_Up:_g5.\x00
=== RUN   TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_mymachine_su[230]:_'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestParserRFC3164Syslog/:<34>Oct_11_22:14:15.57643_mymachine_su:_'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_mymachine_su:_'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_mymachine_postfix/smtpd[2000]:_'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_wopr.mymachine.co_postfix/smtpd[2000]:_'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestParserRFC3164Syslog/:<13>Feb_25_17:32:18_10.0.0.99_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/Check_relay_+_hostname_alpha:<13>Feb_25_17:32:18_wopr_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/Check_relay_+_ipv6:<13>Feb_25_17:32:18_2607:f0d0:1002:51::4_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/Check_relay_+_ipv6:<13>Feb_25_17:32:18_2607:f0d0:1002:0051:0000:0000:0000:0004_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/ipv6:_1:::<13>Feb_25_17:32:18_1::_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/ipv6:_1::2:<13>Feb_25_17:32:18_1::2_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/ipv6:_1::2:5:<13>Feb_25_17:32:18_1::2:5_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/ipv4_mapped_on_ipv6:<13>Feb_25_17:32:18_::ffff:0:255.255.255.255_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/ipv4_embedded_on_ipv6:<13>Feb_25_17:32:18_60::ffff::10.0.1.120_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/ipv6:_1:2:3:4:5:6:7:8:<13>Feb_25_17:32:18_1:2:3:4:5:6:7:8_Use_the_Force!
=== RUN   TestParserRFC3164Syslog/Number_inf_the_host:<164>Oct_26_15:19:25_1.2.3.4_ASA1-2:_Deny_udp_src_DRAC:10.1.2.3/43434_dst_outside:192.168.0.1/53_by_access-group_"acl_drac"_[0x0,_0x0]
=== RUN   TestParserRFC3164Syslog/:<164>Oct_26_15:19:25_1.2.3.4_%ASA1-120:_Deny_udp_src_DRAC:10.1.2.3/43434_dst_outside:192.168.0.1/53_by_access-group_"acl_drac"_[0x0,_0x0]
=== RUN   TestParserRFC3164Syslog/non-compliant_rfc3164_date_with_leading_0:<123>Sep_01_02:03:04_hostname:_message
--- PASS: TestParserRFC3164Syslog (0.02s)
    --- PASS: TestParserRFC3164Syslog/Cisco's_syslog:<190>589265:_Feb_8_18:55:31.306:_%SEC-11-IPACCESSLOGP:_list_177_denied_udp_10.0.0.1(53640)_->_10.100.0.1(15600),_1_packet (0.00s)
    --- PASS: TestParserRFC3164Syslog/no_timezone_in_date:<190>2018-06-19_02:13:38_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/no_timezone_in_date_with_nanoseconds:<190>2018-06-19_02:13:38.0004_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-07:00_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-0700_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-0730_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-07:10_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322-07_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z+0000_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z+00:00_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38.635322Z+00_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_in_ISO8601_format:<190>2018-06-19T02:13:38Z+00_super_mon_message (0.00s)
    --- PASS: TestParserRFC3164Syslog/priority_and_timestamp_defined_as_2018-05-08T10:31:24_(rfc3339):<38>2018-05-08T10:31:24_localhost_prg00000[1234]:_seq:_0000000000,_thread:_0000,_runid:_1525768284,_stamp:_2018-05-08T10:31:24_PADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPAD_DPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADDPADD (0.00s)
    --- PASS: TestParserRFC3164Syslog/timestamp_defined_as_2018-05-08T10:31:24_(rfc3339):2016-05-08T10:31:24_localhost_prg00000[1234]:_seq:_0000000000,_thread:_0000,_runid:_1525768284 (0.00s)
    --- PASS: TestParserRFC3164Syslog/timestamp_with_nanosecond_defined_as_2018-05-08T10:31:24.0004_(rfc3339):2016-05-08T10:31:24.0004_localhost_prg00000[1234]:_seq:_0000000000,_thread:_0000,_runid:_1525768284 (0.00s)
    --- PASS: TestParserRFC3164Syslog/message_only:---_last_message_repeated_1_time_--- (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_and_message_only:Oct_11_22:14:15_---_last_message_repeated_1_time_--- (0.00s)
    --- PASS: TestParserRFC3164Syslog/time_with_nanosecond:Oct_11_22:14:15.000000005_---_last_message_repeated_1_time_--- (0.00s)
    --- PASS: TestParserRFC3164Syslog/No_priority_defined:Oct_11_22:14:15_mymachine_su[230]:_'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestParserRFC3164Syslog/Space_after_priority:<13>_Aug_16_12:25:24_10.12.255.2-1_TRAPMGR[53034492]:_traputil.c(696)_135956_%%_Link_Up:_g5.\x00 (0.00s)
    --- PASS: TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_mymachine_su[230]:_'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestParserRFC3164Syslog/:<34>Oct_11_22:14:15.57643_mymachine_su:_'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_mymachine_su:_'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_mymachine_postfix/smtpd[2000]:_'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestParserRFC3164Syslog/:<34>Oct_11_22:14:15_wopr.mymachine.co_postfix/smtpd[2000]:_'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestParserRFC3164Syslog/:<13>Feb_25_17:32:18_10.0.0.99_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/Check_relay_+_hostname_alpha:<13>Feb_25_17:32:18_wopr_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/Check_relay_+_ipv6:<13>Feb_25_17:32:18_2607:f0d0:1002:51::4_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/Check_relay_+_ipv6:<13>Feb_25_17:32:18_2607:f0d0:1002:0051:0000:0000:0000:0004_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/ipv6:_1:::<13>Feb_25_17:32:18_1::_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/ipv6:_1::2:<13>Feb_25_17:32:18_1::2_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/ipv6:_1::2:5:<13>Feb_25_17:32:18_1::2:5_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/ipv4_mapped_on_ipv6:<13>Feb_25_17:32:18_::ffff:0:255.255.255.255_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/ipv4_embedded_on_ipv6:<13>Feb_25_17:32:18_60::ffff::10.0.1.120_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/ipv6:_1:2:3:4:5:6:7:8:<13>Feb_25_17:32:18_1:2:3:4:5:6:7:8_Use_the_Force! (0.00s)
    --- PASS: TestParserRFC3164Syslog/Number_inf_the_host:<164>Oct_26_15:19:25_1.2.3.4_ASA1-2:_Deny_udp_src_DRAC:10.1.2.3/43434_dst_outside:192.168.0.1/53_by_access-group_"acl_drac"_[0x0,_0x0] (0.00s)
    --- PASS: TestParserRFC3164Syslog/:<164>Oct_26_15:19:25_1.2.3.4_%ASA1-120:_Deny_udp_src_DRAC:10.1.2.3/43434_dst_outside:192.168.0.1/53_by_access-group_"acl_drac"_[0x0,_0x0] (0.00s)
    --- PASS: TestParserRFC3164Syslog/non-compliant_rfc3164_date_with_leading_0:<123>Sep_01_02:03:04_hostname:_message (0.00s)
=== RUN   TestMonth
=== RUN   TestMonth/short_month
=== RUN   TestMonth/short_month/Month_Jan
=== RUN   TestMonth/short_month/Month_Feb
=== RUN   TestMonth/short_month/Month_Mar
=== RUN   TestMonth/short_month/Month_Apr
=== RUN   TestMonth/short_month/Month_May
=== RUN   TestMonth/short_month/Month_Jun
=== RUN   TestMonth/short_month/Month_Jul
=== RUN   TestMonth/short_month/Month_Aug
=== RUN   TestMonth/short_month/Month_Sep
=== RUN   TestMonth/short_month/Month_Oct
=== RUN   TestMonth/short_month/Month_Nov
=== RUN   TestMonth/short_month/Month_Dec
=== RUN   TestMonth/full_month
=== RUN   TestMonth/full_month/Month_January
=== RUN   TestMonth/full_month/Month_February
=== RUN   TestMonth/full_month/Month_March
=== RUN   TestMonth/full_month/Month_April
=== RUN   TestMonth/full_month/Month_May
=== RUN   TestMonth/full_month/Month_June
=== RUN   TestMonth/full_month/Month_July
=== RUN   TestMonth/full_month/Month_August
=== RUN   TestMonth/full_month/Month_September
=== RUN   TestMonth/full_month/Month_October
=== RUN   TestMonth/full_month/Month_November
=== RUN   TestMonth/full_month/Month_December
--- PASS: TestMonth (0.01s)
    --- PASS: TestMonth/short_month (0.00s)
        --- PASS: TestMonth/short_month/Month_Jan (0.00s)
        --- PASS: TestMonth/short_month/Month_Feb (0.00s)
        --- PASS: TestMonth/short_month/Month_Mar (0.00s)
        --- PASS: TestMonth/short_month/Month_Apr (0.00s)
        --- PASS: TestMonth/short_month/Month_May (0.00s)
        --- PASS: TestMonth/short_month/Month_Jun (0.00s)
        --- PASS: TestMonth/short_month/Month_Jul (0.00s)
        --- PASS: TestMonth/short_month/Month_Aug (0.00s)
        --- PASS: TestMonth/short_month/Month_Sep (0.00s)
        --- PASS: TestMonth/short_month/Month_Oct (0.00s)
        --- PASS: TestMonth/short_month/Month_Nov (0.00s)
        --- PASS: TestMonth/short_month/Month_Dec (0.00s)
    --- PASS: TestMonth/full_month (0.00s)
        --- PASS: TestMonth/full_month/Month_January (0.00s)
        --- PASS: TestMonth/full_month/Month_February (0.00s)
        --- PASS: TestMonth/full_month/Month_March (0.00s)
        --- PASS: TestMonth/full_month/Month_April (0.00s)
        --- PASS: TestMonth/full_month/Month_May (0.00s)
        --- PASS: TestMonth/full_month/Month_June (0.00s)
        --- PASS: TestMonth/full_month/Month_July (0.00s)
        --- PASS: TestMonth/full_month/Month_August (0.00s)
        --- PASS: TestMonth/full_month/Month_September (0.00s)
        --- PASS: TestMonth/full_month/Month_October (0.00s)
        --- PASS: TestMonth/full_month/Month_November (0.00s)
        --- PASS: TestMonth/full_month/Month_December (0.00s)
=== RUN   TestDay
=== RUN   TestDay/Day_1
=== RUN   TestDay/Day_2
=== RUN   TestDay/Day_3
=== RUN   TestDay/Day_4
=== RUN   TestDay/Day_5
=== RUN   TestDay/Day_6
=== RUN   TestDay/Day_7
=== RUN   TestDay/Day_8
=== RUN   TestDay/Day_9
=== RUN   TestDay/Day_10
=== RUN   TestDay/Day_11
=== RUN   TestDay/Day_12
=== RUN   TestDay/Day_13
=== RUN   TestDay/Day_14
=== RUN   TestDay/Day_15
=== RUN   TestDay/Day_16
=== RUN   TestDay/Day_17
=== RUN   TestDay/Day_18
=== RUN   TestDay/Day_19
=== RUN   TestDay/Day_20
=== RUN   TestDay/Day_21
=== RUN   TestDay/Day_22
=== RUN   TestDay/Day_23
=== RUN   TestDay/Day_24
=== RUN   TestDay/Day_25
=== RUN   TestDay/Day_26
=== RUN   TestDay/Day_27
=== RUN   TestDay/Day_28
=== RUN   TestDay/Day_29
=== RUN   TestDay/Day_30
=== RUN   TestDay/Day_31
--- PASS: TestDay (0.00s)
    --- PASS: TestDay/Day_1 (0.00s)
    --- PASS: TestDay/Day_2 (0.00s)
    --- PASS: TestDay/Day_3 (0.00s)
    --- PASS: TestDay/Day_4 (0.00s)
    --- PASS: TestDay/Day_5 (0.00s)
    --- PASS: TestDay/Day_6 (0.00s)
    --- PASS: TestDay/Day_7 (0.00s)
    --- PASS: TestDay/Day_8 (0.00s)
    --- PASS: TestDay/Day_9 (0.00s)
    --- PASS: TestDay/Day_10 (0.00s)
    --- PASS: TestDay/Day_11 (0.00s)
    --- PASS: TestDay/Day_12 (0.00s)
    --- PASS: TestDay/Day_13 (0.00s)
    --- PASS: TestDay/Day_14 (0.00s)
    --- PASS: TestDay/Day_15 (0.00s)
    --- PASS: TestDay/Day_16 (0.00s)
    --- PASS: TestDay/Day_17 (0.00s)
    --- PASS: TestDay/Day_18 (0.00s)
    --- PASS: TestDay/Day_19 (0.00s)
    --- PASS: TestDay/Day_20 (0.00s)
    --- PASS: TestDay/Day_21 (0.00s)
    --- PASS: TestDay/Day_22 (0.00s)
    --- PASS: TestDay/Day_23 (0.00s)
    --- PASS: TestDay/Day_24 (0.00s)
    --- PASS: TestDay/Day_25 (0.00s)
    --- PASS: TestDay/Day_26 (0.00s)
    --- PASS: TestDay/Day_27 (0.00s)
    --- PASS: TestDay/Day_28 (0.00s)
    --- PASS: TestDay/Day_29 (0.00s)
    --- PASS: TestDay/Day_30 (0.00s)
    --- PASS: TestDay/Day_31 (0.00s)
=== RUN   TestHour
=== RUN   TestHour/Hour_0
=== RUN   TestHour/Hour_1
=== RUN   TestHour/Hour_2
=== RUN   TestHour/Hour_3
=== RUN   TestHour/Hour_4
=== RUN   TestHour/Hour_5
=== RUN   TestHour/Hour_6
=== RUN   TestHour/Hour_7
=== RUN   TestHour/Hour_8
=== RUN   TestHour/Hour_9
=== RUN   TestHour/Hour_10
=== RUN   TestHour/Hour_11
=== RUN   TestHour/Hour_12
=== RUN   TestHour/Hour_13
=== RUN   TestHour/Hour_14
=== RUN   TestHour/Hour_15
=== RUN   TestHour/Hour_16
=== RUN   TestHour/Hour_17
=== RUN   TestHour/Hour_18
=== RUN   TestHour/Hour_19
=== RUN   TestHour/Hour_20
=== RUN   TestHour/Hour_21
=== RUN   TestHour/Hour_22
=== RUN   TestHour/Hour_23
--- PASS: TestHour (0.01s)
    --- PASS: TestHour/Hour_0 (0.00s)
    --- PASS: TestHour/Hour_1 (0.00s)
    --- PASS: TestHour/Hour_2 (0.00s)
    --- PASS: TestHour/Hour_3 (0.00s)
    --- PASS: TestHour/Hour_4 (0.00s)
    --- PASS: TestHour/Hour_5 (0.00s)
    --- PASS: TestHour/Hour_6 (0.00s)
    --- PASS: TestHour/Hour_7 (0.00s)
    --- PASS: TestHour/Hour_8 (0.00s)
    --- PASS: TestHour/Hour_9 (0.00s)
    --- PASS: TestHour/Hour_10 (0.00s)
    --- PASS: TestHour/Hour_11 (0.01s)
    --- PASS: TestHour/Hour_12 (0.00s)
    --- PASS: TestHour/Hour_13 (0.00s)
    --- PASS: TestHour/Hour_14 (0.00s)
    --- PASS: TestHour/Hour_15 (0.00s)
    --- PASS: TestHour/Hour_16 (0.00s)
    --- PASS: TestHour/Hour_17 (0.00s)
    --- PASS: TestHour/Hour_18 (0.00s)
    --- PASS: TestHour/Hour_19 (0.00s)
    --- PASS: TestHour/Hour_20 (0.00s)
    --- PASS: TestHour/Hour_21 (0.00s)
    --- PASS: TestHour/Hour_22 (0.00s)
    --- PASS: TestHour/Hour_23 (0.00s)
=== RUN   TestMinute
=== RUN   TestMinute/Minute_0
=== RUN   TestMinute/Minute_1
=== RUN   TestMinute/Minute_2
=== RUN   TestMinute/Minute_3
=== RUN   TestMinute/Minute_4
=== RUN   TestMinute/Minute_5
=== RUN   TestMinute/Minute_6
=== RUN   TestMinute/Minute_7
=== RUN   TestMinute/Minute_8
=== RUN   TestMinute/Minute_9
=== RUN   TestMinute/Minute_10
=== RUN   TestMinute/Minute_11
=== RUN   TestMinute/Minute_12
=== RUN   TestMinute/Minute_13
=== RUN   TestMinute/Minute_14
=== RUN   TestMinute/Minute_15
=== RUN   TestMinute/Minute_16
=== RUN   TestMinute/Minute_17
=== RUN   TestMinute/Minute_18
=== RUN   TestMinute/Minute_19
=== RUN   TestMinute/Minute_20
=== RUN   TestMinute/Minute_21
=== RUN   TestMinute/Minute_22
=== RUN   TestMinute/Minute_23
=== RUN   TestMinute/Minute_24
=== RUN   TestMinute/Minute_25
=== RUN   TestMinute/Minute_26
=== RUN   TestMinute/Minute_27
=== RUN   TestMinute/Minute_28
=== RUN   TestMinute/Minute_29
=== RUN   TestMinute/Minute_30
=== RUN   TestMinute/Minute_31
=== RUN   TestMinute/Minute_32
=== RUN   TestMinute/Minute_33
=== RUN   TestMinute/Minute_34
=== RUN   TestMinute/Minute_35
=== RUN   TestMinute/Minute_36
=== RUN   TestMinute/Minute_37
=== RUN   TestMinute/Minute_38
=== RUN   TestMinute/Minute_39
=== RUN   TestMinute/Minute_40
=== RUN   TestMinute/Minute_41
=== RUN   TestMinute/Minute_42
=== RUN   TestMinute/Minute_43
=== RUN   TestMinute/Minute_44
=== RUN   TestMinute/Minute_45
=== RUN   TestMinute/Minute_46
=== RUN   TestMinute/Minute_47
=== RUN   TestMinute/Minute_48
=== RUN   TestMinute/Minute_49
=== RUN   TestMinute/Minute_50
=== RUN   TestMinute/Minute_51
=== RUN   TestMinute/Minute_52
=== RUN   TestMinute/Minute_53
=== RUN   TestMinute/Minute_54
=== RUN   TestMinute/Minute_55
=== RUN   TestMinute/Minute_56
=== RUN   TestMinute/Minute_57
=== RUN   TestMinute/Minute_58
=== RUN   TestMinute/Minute_59
--- PASS: TestMinute (0.00s)
    --- PASS: TestMinute/Minute_0 (0.00s)
    --- PASS: TestMinute/Minute_1 (0.00s)
    --- PASS: TestMinute/Minute_2 (0.00s)
    --- PASS: TestMinute/Minute_3 (0.00s)
    --- PASS: TestMinute/Minute_4 (0.00s)
    --- PASS: TestMinute/Minute_5 (0.00s)
    --- PASS: TestMinute/Minute_6 (0.00s)
    --- PASS: TestMinute/Minute_7 (0.00s)
    --- PASS: TestMinute/Minute_8 (0.00s)
    --- PASS: TestMinute/Minute_9 (0.00s)
    --- PASS: TestMinute/Minute_10 (0.00s)
    --- PASS: TestMinute/Minute_11 (0.00s)
    --- PASS: TestMinute/Minute_12 (0.00s)
    --- PASS: TestMinute/Minute_13 (0.00s)
    --- PASS: TestMinute/Minute_14 (0.00s)
    --- PASS: TestMinute/Minute_15 (0.00s)
    --- PASS: TestMinute/Minute_16 (0.00s)
    --- PASS: TestMinute/Minute_17 (0.00s)
    --- PASS: TestMinute/Minute_18 (0.00s)
    --- PASS: TestMinute/Minute_19 (0.00s)
    --- PASS: TestMinute/Minute_20 (0.00s)
    --- PASS: TestMinute/Minute_21 (0.00s)
    --- PASS: TestMinute/Minute_22 (0.00s)
    --- PASS: TestMinute/Minute_23 (0.00s)
    --- PASS: TestMinute/Minute_24 (0.00s)
    --- PASS: TestMinute/Minute_25 (0.00s)
    --- PASS: TestMinute/Minute_26 (0.00s)
    --- PASS: TestMinute/Minute_27 (0.00s)
    --- PASS: TestMinute/Minute_28 (0.00s)
    --- PASS: TestMinute/Minute_29 (0.00s)
    --- PASS: TestMinute/Minute_30 (0.00s)
    --- PASS: TestMinute/Minute_31 (0.00s)
    --- PASS: TestMinute/Minute_32 (0.00s)
    --- PASS: TestMinute/Minute_33 (0.00s)
    --- PASS: TestMinute/Minute_34 (0.00s)
    --- PASS: TestMinute/Minute_35 (0.00s)
    --- PASS: TestMinute/Minute_36 (0.00s)
    --- PASS: TestMinute/Minute_37 (0.00s)
    --- PASS: TestMinute/Minute_38 (0.00s)
    --- PASS: TestMinute/Minute_39 (0.00s)
    --- PASS: TestMinute/Minute_40 (0.00s)
    --- PASS: TestMinute/Minute_41 (0.00s)
    --- PASS: TestMinute/Minute_42 (0.00s)
    --- PASS: TestMinute/Minute_43 (0.00s)
    --- PASS: TestMinute/Minute_44 (0.00s)
    --- PASS: TestMinute/Minute_45 (0.00s)
    --- PASS: TestMinute/Minute_46 (0.00s)
    --- PASS: TestMinute/Minute_47 (0.00s)
    --- PASS: TestMinute/Minute_48 (0.00s)
    --- PASS: TestMinute/Minute_49 (0.00s)
    --- PASS: TestMinute/Minute_50 (0.00s)
    --- PASS: TestMinute/Minute_51 (0.00s)
    --- PASS: TestMinute/Minute_52 (0.00s)
    --- PASS: TestMinute/Minute_53 (0.00s)
    --- PASS: TestMinute/Minute_54 (0.00s)
    --- PASS: TestMinute/Minute_55 (0.00s)
    --- PASS: TestMinute/Minute_56 (0.00s)
    --- PASS: TestMinute/Minute_57 (0.00s)
    --- PASS: TestMinute/Minute_58 (0.00s)
    --- PASS: TestMinute/Minute_59 (0.00s)
=== RUN   TestSecond
=== RUN   TestSecond/Second_0
=== RUN   TestSecond/Second_1
=== RUN   TestSecond/Second_2
=== RUN   TestSecond/Second_3
=== RUN   TestSecond/Second_4
=== RUN   TestSecond/Second_5
=== RUN   TestSecond/Second_6
=== RUN   TestSecond/Second_7
=== RUN   TestSecond/Second_8
=== RUN   TestSecond/Second_9
=== RUN   TestSecond/Second_10
=== RUN   TestSecond/Second_11
=== RUN   TestSecond/Second_12
=== RUN   TestSecond/Second_13
=== RUN   TestSecond/Second_14
=== RUN   TestSecond/Second_15
=== RUN   TestSecond/Second_16
=== RUN   TestSecond/Second_17
=== RUN   TestSecond/Second_18
=== RUN   TestSecond/Second_19
=== RUN   TestSecond/Second_20
=== RUN   TestSecond/Second_21
=== RUN   TestSecond/Second_22
=== RUN   TestSecond/Second_23
=== RUN   TestSecond/Second_24
=== RUN   TestSecond/Second_25
=== RUN   TestSecond/Second_26
=== RUN   TestSecond/Second_27
=== RUN   TestSecond/Second_28
=== RUN   TestSecond/Second_29
=== RUN   TestSecond/Second_30
=== RUN   TestSecond/Second_31
=== RUN   TestSecond/Second_32
=== RUN   TestSecond/Second_33
=== RUN   TestSecond/Second_34
=== RUN   TestSecond/Second_35
=== RUN   TestSecond/Second_36
=== RUN   TestSecond/Second_37
=== RUN   TestSecond/Second_38
=== RUN   TestSecond/Second_39
=== RUN   TestSecond/Second_40
=== RUN   TestSecond/Second_41
=== RUN   TestSecond/Second_42
=== RUN   TestSecond/Second_43
=== RUN   TestSecond/Second_44
=== RUN   TestSecond/Second_45
=== RUN   TestSecond/Second_46
=== RUN   TestSecond/Second_47
=== RUN   TestSecond/Second_48
=== RUN   TestSecond/Second_49
=== RUN   TestSecond/Second_50
=== RUN   TestSecond/Second_51
=== RUN   TestSecond/Second_52
=== RUN   TestSecond/Second_53
=== RUN   TestSecond/Second_54
=== RUN   TestSecond/Second_55
=== RUN   TestSecond/Second_56
=== RUN   TestSecond/Second_57
=== RUN   TestSecond/Second_58
=== RUN   TestSecond/Second_59
--- PASS: TestSecond (0.00s)
    --- PASS: TestSecond/Second_0 (0.00s)
    --- PASS: TestSecond/Second_1 (0.00s)
    --- PASS: TestSecond/Second_2 (0.00s)
    --- PASS: TestSecond/Second_3 (0.00s)
    --- PASS: TestSecond/Second_4 (0.00s)
    --- PASS: TestSecond/Second_5 (0.00s)
    --- PASS: TestSecond/Second_6 (0.00s)
    --- PASS: TestSecond/Second_7 (0.00s)
    --- PASS: TestSecond/Second_8 (0.00s)
    --- PASS: TestSecond/Second_9 (0.00s)
    --- PASS: TestSecond/Second_10 (0.00s)
    --- PASS: TestSecond/Second_11 (0.00s)
    --- PASS: TestSecond/Second_12 (0.00s)
    --- PASS: TestSecond/Second_13 (0.00s)
    --- PASS: TestSecond/Second_14 (0.00s)
    --- PASS: TestSecond/Second_15 (0.00s)
    --- PASS: TestSecond/Second_16 (0.00s)
    --- PASS: TestSecond/Second_17 (0.00s)
    --- PASS: TestSecond/Second_18 (0.00s)
    --- PASS: TestSecond/Second_19 (0.00s)
    --- PASS: TestSecond/Second_20 (0.00s)
    --- PASS: TestSecond/Second_21 (0.00s)
    --- PASS: TestSecond/Second_22 (0.00s)
    --- PASS: TestSecond/Second_23 (0.00s)
    --- PASS: TestSecond/Second_24 (0.00s)
    --- PASS: TestSecond/Second_25 (0.00s)
    --- PASS: TestSecond/Second_26 (0.00s)
    --- PASS: TestSecond/Second_27 (0.00s)
    --- PASS: TestSecond/Second_28 (0.00s)
    --- PASS: TestSecond/Second_29 (0.00s)
    --- PASS: TestSecond/Second_30 (0.00s)
    --- PASS: TestSecond/Second_31 (0.00s)
    --- PASS: TestSecond/Second_32 (0.00s)
    --- PASS: TestSecond/Second_33 (0.00s)
    --- PASS: TestSecond/Second_34 (0.00s)
    --- PASS: TestSecond/Second_35 (0.00s)
    --- PASS: TestSecond/Second_36 (0.00s)
    --- PASS: TestSecond/Second_37 (0.00s)
    --- PASS: TestSecond/Second_38 (0.00s)
    --- PASS: TestSecond/Second_39 (0.00s)
    --- PASS: TestSecond/Second_40 (0.00s)
    --- PASS: TestSecond/Second_41 (0.00s)
    --- PASS: TestSecond/Second_42 (0.00s)
    --- PASS: TestSecond/Second_43 (0.00s)
    --- PASS: TestSecond/Second_44 (0.00s)
    --- PASS: TestSecond/Second_45 (0.00s)
    --- PASS: TestSecond/Second_46 (0.00s)
    --- PASS: TestSecond/Second_47 (0.00s)
    --- PASS: TestSecond/Second_48 (0.00s)
    --- PASS: TestSecond/Second_49 (0.00s)
    --- PASS: TestSecond/Second_50 (0.00s)
    --- PASS: TestSecond/Second_51 (0.00s)
    --- PASS: TestSecond/Second_52 (0.00s)
    --- PASS: TestSecond/Second_53 (0.00s)
    --- PASS: TestSecond/Second_54 (0.00s)
    --- PASS: TestSecond/Second_55 (0.00s)
    --- PASS: TestSecond/Second_56 (0.00s)
    --- PASS: TestSecond/Second_57 (0.00s)
    --- PASS: TestSecond/Second_58 (0.00s)
    --- PASS: TestSecond/Second_59 (0.00s)
=== RUN   TestPriority
=== RUN   TestPriority/Priority_1
=== RUN   TestPriority/Priority_2
=== RUN   TestPriority/Priority_3
=== RUN   TestPriority/Priority_4
=== RUN   TestPriority/Priority_5
=== RUN   TestPriority/Priority_6
=== RUN   TestPriority/Priority_7
=== RUN   TestPriority/Priority_8
=== RUN   TestPriority/Priority_9
=== RUN   TestPriority/Priority_10
=== RUN   TestPriority/Priority_11
=== RUN   TestPriority/Priority_12
=== RUN   TestPriority/Priority_13
=== RUN   TestPriority/Priority_14
=== RUN   TestPriority/Priority_15
=== RUN   TestPriority/Priority_16
=== RUN   TestPriority/Priority_17
=== RUN   TestPriority/Priority_18
=== RUN   TestPriority/Priority_19
=== RUN   TestPriority/Priority_20
=== RUN   TestPriority/Priority_21
=== RUN   TestPriority/Priority_22
=== RUN   TestPriority/Priority_23
=== RUN   TestPriority/Priority_24
=== RUN   TestPriority/Priority_25
=== RUN   TestPriority/Priority_26
=== RUN   TestPriority/Priority_27
=== RUN   TestPriority/Priority_28
=== RUN   TestPriority/Priority_29
=== RUN   TestPriority/Priority_30
=== RUN   TestPriority/Priority_31
=== RUN   TestPriority/Priority_32
=== RUN   TestPriority/Priority_33
=== RUN   TestPriority/Priority_34
=== RUN   TestPriority/Priority_35
=== RUN   TestPriority/Priority_36
=== RUN   TestPriority/Priority_37
=== RUN   TestPriority/Priority_38
=== RUN   TestPriority/Priority_39
=== RUN   TestPriority/Priority_40
=== RUN   TestPriority/Priority_41
=== RUN   TestPriority/Priority_42
=== RUN   TestPriority/Priority_43
=== RUN   TestPriority/Priority_44
=== RUN   TestPriority/Priority_45
=== RUN   TestPriority/Priority_46
=== RUN   TestPriority/Priority_47
=== RUN   TestPriority/Priority_48
=== RUN   TestPriority/Priority_49
=== RUN   TestPriority/Priority_50
=== RUN   TestPriority/Priority_51
=== RUN   TestPriority/Priority_52
=== RUN   TestPriority/Priority_53
=== RUN   TestPriority/Priority_54
=== RUN   TestPriority/Priority_55
=== RUN   TestPriority/Priority_56
=== RUN   TestPriority/Priority_57
=== RUN   TestPriority/Priority_58
=== RUN   TestPriority/Priority_59
=== RUN   TestPriority/Priority_60
=== RUN   TestPriority/Priority_61
=== RUN   TestPriority/Priority_62
=== RUN   TestPriority/Priority_63
=== RUN   TestPriority/Priority_64
=== RUN   TestPriority/Priority_65
=== RUN   TestPriority/Priority_66
=== RUN   TestPriority/Priority_67
=== RUN   TestPriority/Priority_68
=== RUN   TestPriority/Priority_69
=== RUN   TestPriority/Priority_70
=== RUN   TestPriority/Priority_71
=== RUN   TestPriority/Priority_72
=== RUN   TestPriority/Priority_73
=== RUN   TestPriority/Priority_74
=== RUN   TestPriority/Priority_75
=== RUN   TestPriority/Priority_76
=== RUN   TestPriority/Priority_77
=== RUN   TestPriority/Priority_78
=== RUN   TestPriority/Priority_79
=== RUN   TestPriority/Priority_80
=== RUN   TestPriority/Priority_81
=== RUN   TestPriority/Priority_82
=== RUN   TestPriority/Priority_83
=== RUN   TestPriority/Priority_84
=== RUN   TestPriority/Priority_85
=== RUN   TestPriority/Priority_86
=== RUN   TestPriority/Priority_87
=== RUN   TestPriority/Priority_88
=== RUN   TestPriority/Priority_89
=== RUN   TestPriority/Priority_90
=== RUN   TestPriority/Priority_91
=== RUN   TestPriority/Priority_92
=== RUN   TestPriority/Priority_93
=== RUN   TestPriority/Priority_94
=== RUN   TestPriority/Priority_95
=== RUN   TestPriority/Priority_96
=== RUN   TestPriority/Priority_97
=== RUN   TestPriority/Priority_98
=== RUN   TestPriority/Priority_99
=== RUN   TestPriority/Priority_100
=== RUN   TestPriority/Priority_101
=== RUN   TestPriority/Priority_102
=== RUN   TestPriority/Priority_103
=== RUN   TestPriority/Priority_104
=== RUN   TestPriority/Priority_105
=== RUN   TestPriority/Priority_106
=== RUN   TestPriority/Priority_107
=== RUN   TestPriority/Priority_108
=== RUN   TestPriority/Priority_109
=== RUN   TestPriority/Priority_110
=== RUN   TestPriority/Priority_111
=== RUN   TestPriority/Priority_112
=== RUN   TestPriority/Priority_113
=== RUN   TestPriority/Priority_114
=== RUN   TestPriority/Priority_115
=== RUN   TestPriority/Priority_116
=== RUN   TestPriority/Priority_117
=== RUN   TestPriority/Priority_118
=== RUN   TestPriority/Priority_119
=== RUN   TestPriority/Priority_120
--- PASS: TestPriority (0.01s)
    --- PASS: TestPriority/Priority_1 (0.00s)
    --- PASS: TestPriority/Priority_2 (0.00s)
    --- PASS: TestPriority/Priority_3 (0.00s)
    --- PASS: TestPriority/Priority_4 (0.00s)
    --- PASS: TestPriority/Priority_5 (0.00s)
    --- PASS: TestPriority/Priority_6 (0.00s)
    --- PASS: TestPriority/Priority_7 (0.00s)
    --- PASS: TestPriority/Priority_8 (0.00s)
    --- PASS: TestPriority/Priority_9 (0.00s)
    --- PASS: TestPriority/Priority_10 (0.00s)
    --- PASS: TestPriority/Priority_11 (0.00s)
    --- PASS: TestPriority/Priority_12 (0.00s)
    --- PASS: TestPriority/Priority_13 (0.00s)
    --- PASS: TestPriority/Priority_14 (0.00s)
    --- PASS: TestPriority/Priority_15 (0.00s)
    --- PASS: TestPriority/Priority_16 (0.00s)
    --- PASS: TestPriority/Priority_17 (0.00s)
    --- PASS: TestPriority/Priority_18 (0.00s)
    --- PASS: TestPriority/Priority_19 (0.00s)
    --- PASS: TestPriority/Priority_20 (0.00s)
    --- PASS: TestPriority/Priority_21 (0.00s)
    --- PASS: TestPriority/Priority_22 (0.00s)
    --- PASS: TestPriority/Priority_23 (0.00s)
    --- PASS: TestPriority/Priority_24 (0.00s)
    --- PASS: TestPriority/Priority_25 (0.00s)
    --- PASS: TestPriority/Priority_26 (0.00s)
    --- PASS: TestPriority/Priority_27 (0.00s)
    --- PASS: TestPriority/Priority_28 (0.00s)
    --- PASS: TestPriority/Priority_29 (0.00s)
    --- PASS: TestPriority/Priority_30 (0.00s)
    --- PASS: TestPriority/Priority_31 (0.00s)
    --- PASS: TestPriority/Priority_32 (0.00s)
    --- PASS: TestPriority/Priority_33 (0.00s)
    --- PASS: TestPriority/Priority_34 (0.00s)
    --- PASS: TestPriority/Priority_35 (0.00s)
    --- PASS: TestPriority/Priority_36 (0.00s)
    --- PASS: TestPriority/Priority_37 (0.00s)
    --- PASS: TestPriority/Priority_38 (0.00s)
    --- PASS: TestPriority/Priority_39 (0.00s)
    --- PASS: TestPriority/Priority_40 (0.00s)
    --- PASS: TestPriority/Priority_41 (0.00s)
    --- PASS: TestPriority/Priority_42 (0.00s)
    --- PASS: TestPriority/Priority_43 (0.00s)
    --- PASS: TestPriority/Priority_44 (0.00s)
    --- PASS: TestPriority/Priority_45 (0.00s)
    --- PASS: TestPriority/Priority_46 (0.00s)
    --- PASS: TestPriority/Priority_47 (0.00s)
    --- PASS: TestPriority/Priority_48 (0.00s)
    --- PASS: TestPriority/Priority_49 (0.00s)
    --- PASS: TestPriority/Priority_50 (0.00s)
    --- PASS: TestPriority/Priority_51 (0.00s)
    --- PASS: TestPriority/Priority_52 (0.00s)
    --- PASS: TestPriority/Priority_53 (0.00s)
    --- PASS: TestPriority/Priority_54 (0.00s)
    --- PASS: TestPriority/Priority_55 (0.00s)
    --- PASS: TestPriority/Priority_56 (0.00s)
    --- PASS: TestPriority/Priority_57 (0.00s)
    --- PASS: TestPriority/Priority_58 (0.00s)
    --- PASS: TestPriority/Priority_59 (0.00s)
    --- PASS: TestPriority/Priority_60 (0.00s)
    --- PASS: TestPriority/Priority_61 (0.00s)
    --- PASS: TestPriority/Priority_62 (0.00s)
    --- PASS: TestPriority/Priority_63 (0.00s)
    --- PASS: TestPriority/Priority_64 (0.00s)
    --- PASS: TestPriority/Priority_65 (0.00s)
    --- PASS: TestPriority/Priority_66 (0.00s)
    --- PASS: TestPriority/Priority_67 (0.00s)
    --- PASS: TestPriority/Priority_68 (0.00s)
    --- PASS: TestPriority/Priority_69 (0.00s)
    --- PASS: TestPriority/Priority_70 (0.00s)
    --- PASS: TestPriority/Priority_71 (0.00s)
    --- PASS: TestPriority/Priority_72 (0.00s)
    --- PASS: TestPriority/Priority_73 (0.00s)
    --- PASS: TestPriority/Priority_74 (0.00s)
    --- PASS: TestPriority/Priority_75 (0.00s)
    --- PASS: TestPriority/Priority_76 (0.00s)
    --- PASS: TestPriority/Priority_77 (0.00s)
    --- PASS: TestPriority/Priority_78 (0.00s)
    --- PASS: TestPriority/Priority_79 (0.00s)
    --- PASS: TestPriority/Priority_80 (0.00s)
    --- PASS: TestPriority/Priority_81 (0.00s)
    --- PASS: TestPriority/Priority_82 (0.00s)
    --- PASS: TestPriority/Priority_83 (0.00s)
    --- PASS: TestPriority/Priority_84 (0.00s)
    --- PASS: TestPriority/Priority_85 (0.00s)
    --- PASS: TestPriority/Priority_86 (0.00s)
    --- PASS: TestPriority/Priority_87 (0.00s)
    --- PASS: TestPriority/Priority_88 (0.00s)
    --- PASS: TestPriority/Priority_89 (0.00s)
    --- PASS: TestPriority/Priority_90 (0.00s)
    --- PASS: TestPriority/Priority_91 (0.00s)
    --- PASS: TestPriority/Priority_92 (0.00s)
    --- PASS: TestPriority/Priority_93 (0.00s)
    --- PASS: TestPriority/Priority_94 (0.00s)
    --- PASS: TestPriority/Priority_95 (0.00s)
    --- PASS: TestPriority/Priority_96 (0.00s)
    --- PASS: TestPriority/Priority_97 (0.00s)
    --- PASS: TestPriority/Priority_98 (0.00s)
    --- PASS: TestPriority/Priority_99 (0.00s)
    --- PASS: TestPriority/Priority_100 (0.00s)
    --- PASS: TestPriority/Priority_101 (0.00s)
    --- PASS: TestPriority/Priority_102 (0.00s)
    --- PASS: TestPriority/Priority_103 (0.00s)
    --- PASS: TestPriority/Priority_104 (0.00s)
    --- PASS: TestPriority/Priority_105 (0.00s)
    --- PASS: TestPriority/Priority_106 (0.00s)
    --- PASS: TestPriority/Priority_107 (0.00s)
    --- PASS: TestPriority/Priority_108 (0.00s)
    --- PASS: TestPriority/Priority_109 (0.00s)
    --- PASS: TestPriority/Priority_110 (0.00s)
    --- PASS: TestPriority/Priority_111 (0.00s)
    --- PASS: TestPriority/Priority_112 (0.00s)
    --- PASS: TestPriority/Priority_113 (0.00s)
    --- PASS: TestPriority/Priority_114 (0.00s)
    --- PASS: TestPriority/Priority_115 (0.00s)
    --- PASS: TestPriority/Priority_116 (0.00s)
    --- PASS: TestPriority/Priority_117 (0.00s)
    --- PASS: TestPriority/Priority_118 (0.00s)
    --- PASS: TestPriority/Priority_119 (0.00s)
    --- PASS: TestPriority/Priority_120 (0.00s)
=== RUN   TestRfc5424ParseHeader
=== RUN   TestRfc5424ParseHeader/RfcDoc_6.5_Example1:<34>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424ParseHeader/RfcDoc_6.5_Example2:<165>1_2003-08-24T05:14:15.000003-07:00_192.0.2.1_myproc_8710_-_-_%%_It's_time_to_make_the_do-nuts.
--- PASS: TestRfc5424ParseHeader (0.00s)
    --- PASS: TestRfc5424ParseHeader/RfcDoc_6.5_Example1:<34>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424ParseHeader/RfcDoc_6.5_Example2:<165>1_2003-08-24T05:14:15.000003-07:00_192.0.2.1_myproc_8710_-_-_%%_It's_time_to_make_the_do-nuts. (0.00s)
=== RUN   TestRfc5424ParseStructuredData
=== RUN   TestRfc5424ParseStructuredData/RfcDoc65Example3:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"]_\ufeffAn_application_event_log_entry...
=== RUN   TestRfc5424ParseStructuredData/RfcDoc65Example4:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"][examplePriority@32473_class="high"]
=== RUN   TestRfc5424ParseStructuredData/test_structured_data_param_value_with_escape:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="\]3"_eventSource="\"Application\""_eventID="1011"]_An_application_event_log_entry...
=== RUN   TestRfc5424ParseStructuredData/RfcDoc635Example1:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"]
=== RUN   TestRfc5424ParseStructuredData/RfcDoc635Example2:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"][examplePriority@32473_class="high"]
=== RUN   TestRfc5424ParseStructuredData/RfcDoc635Example3:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"]_[examplePriority@32473_class="high"]_An_application_event_log_entry...
=== RUN   TestRfc5424ParseStructuredData/RfcDoc635Example4:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[_exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"_][examplePriority@32473_class="high"]An_application_event_log_entry...
=== RUN   TestRfc5424ParseStructuredData/RfcDoc635Example5:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[sigSig_ver="1"_rsID="1234"_iut="3"_signature="..."]_An_application_event_log_entry...
--- PASS: TestRfc5424ParseStructuredData (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/RfcDoc65Example3:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"]_\ufeffAn_application_event_log_entry... (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/RfcDoc65Example4:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"][examplePriority@32473_class="high"] (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/test_structured_data_param_value_with_escape:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="\]3"_eventSource="\"Application\""_eventID="1011"]_An_application_event_log_entry... (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/RfcDoc635Example1:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"] (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/RfcDoc635Example2:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"][examplePriority@32473_class="high"] (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/RfcDoc635Example3:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"]_[examplePriority@32473_class="high"]_An_application_event_log_entry... (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/RfcDoc635Example4:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[_exampleSDID@32473_iut="3"_eventSource="Application"_eventID="1011"_][examplePriority@32473_class="high"]An_application_event_log_entry... (0.00s)
    --- PASS: TestRfc5424ParseStructuredData/RfcDoc635Example5:<165>1_2003-10-11T22:14:15.003Z_mymachine.example.com_evntslog_-_ID47_[sigSig_ver="1"_rsID="1234"_iut="3"_signature="..."]_An_application_event_log_entry... (0.00s)
=== RUN   TestRfc5424SyslogParserValueBoundary
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:0:<0>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:20:<20>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:180:<180>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:190:<190>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:191:<191>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:192:<192>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:200:<200>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/priorityTest_v:1000:<1000>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/versionTest_v:0:<34>0_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/versionTest_v:30:<34>30_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/versionTest_v:100:<34>100_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
=== RUN   TestRfc5424SyslogParserValueBoundary/versionTest_v:1000:<34>1000_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8
--- PASS: TestRfc5424SyslogParserValueBoundary (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:0:<0>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:20:<20>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:180:<180>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:190:<190>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:191:<191>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:192:<192>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:200:<200>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/priorityTest_v:1000:<1000>1_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/versionTest_v:0:<34>0_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/versionTest_v:30:<34>30_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/versionTest_v:100:<34>100_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
    --- PASS: TestRfc5424SyslogParserValueBoundary/versionTest_v:1000:<34>1000_2003-10-11T22:14:15.003Z_mymachine.example.com_su_-_ID47_-_\ufeff'su_root'_failed_for_lonvick_on_/dev/pts/8 (0.00s)
=== RUN   TestRfc5424SyslogParserDate
=== RUN   TestRfc5424SyslogParserDate/Test_two-digit_mdays:<165>1_2003-08-07T05:14:15.000003-07:00_192.0.2.1_myproc_8710_-_-_%%_It's_time_to_make_the_do-nuts.
--- PASS: TestRfc5424SyslogParserDate (0.00s)
    --- PASS: TestRfc5424SyslogParserDate/Test_two-digit_mdays:<165>1_2003-08-07T05:14:15.000003-07:00_192.0.2.1_myproc_8710_-_-_%%_It's_time_to_make_the_do-nuts. (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/syslog	0.128s
=== RUN   TestProcNetTCP
=== RUN   TestProcNetTCP/IPv4
=== RUN   TestProcNetTCP/IPv4/with_match
=== RUN   TestProcNetTCP/IPv4/leading_zero
=== RUN   TestProcNetTCP/IPv4/unspecified
=== RUN   TestProcNetTCP/IPv4/without_match
=== RUN   TestProcNetTCP/IPv4/bad_addrs
=== RUN   TestProcNetTCP/IPv6
=== RUN   TestProcNetTCP/IPv6/with_match
=== RUN   TestProcNetTCP/IPv6/leading_zero
=== RUN   TestProcNetTCP/IPv6/unspecified
=== RUN   TestProcNetTCP/IPv6/without_match
=== RUN   TestProcNetTCP/IPv6/bad_addrs
--- PASS: TestProcNetTCP (0.01s)
    --- PASS: TestProcNetTCP/IPv4 (0.01s)
        --- PASS: TestProcNetTCP/IPv4/with_match (0.01s)
        --- PASS: TestProcNetTCP/IPv4/leading_zero (0.00s)
        --- PASS: TestProcNetTCP/IPv4/unspecified (0.00s)
        --- PASS: TestProcNetTCP/IPv4/without_match (0.00s)
        --- PASS: TestProcNetTCP/IPv4/bad_addrs (0.00s)
    --- PASS: TestProcNetTCP/IPv6 (0.00s)
        --- PASS: TestProcNetTCP/IPv6/with_match (0.00s)
        --- PASS: TestProcNetTCP/IPv6/leading_zero (0.00s)
        --- PASS: TestProcNetTCP/IPv6/unspecified (0.00s)
        --- PASS: TestProcNetTCP/IPv6/without_match (0.00s)
        --- PASS: TestProcNetTCP/IPv6/bad_addrs (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/tcp	0.086s
=== RUN   TestProcNetUDP
=== RUN   TestProcNetUDP/IPv4
=== RUN   TestProcNetUDP/IPv4/with_match
=== RUN   TestProcNetUDP/IPv4/leading_zero
=== RUN   TestProcNetUDP/IPv4/unspecified
=== RUN   TestProcNetUDP/IPv4/without_match
=== RUN   TestProcNetUDP/IPv4/bad_addrs
=== RUN   TestProcNetUDP/IPv6
=== RUN   TestProcNetUDP/IPv6/with_match
=== RUN   TestProcNetUDP/IPv6/leading_zero
=== RUN   TestProcNetUDP/IPv6/unspecified
=== RUN   TestProcNetUDP/IPv6/without_match
=== RUN   TestProcNetUDP/IPv6/bad_addrs
--- PASS: TestProcNetUDP (0.01s)
    --- PASS: TestProcNetUDP/IPv4 (0.00s)
        --- PASS: TestProcNetUDP/IPv4/with_match (0.00s)
        --- PASS: TestProcNetUDP/IPv4/leading_zero (0.00s)
        --- PASS: TestProcNetUDP/IPv4/unspecified (0.00s)
        --- PASS: TestProcNetUDP/IPv4/without_match (0.00s)
        --- PASS: TestProcNetUDP/IPv4/bad_addrs (0.00s)
    --- PASS: TestProcNetUDP/IPv6 (0.00s)
        --- PASS: TestProcNetUDP/IPv6/with_match (0.00s)
        --- PASS: TestProcNetUDP/IPv6/leading_zero (0.00s)
        --- PASS: TestProcNetUDP/IPv6/unspecified (0.00s)
        --- PASS: TestProcNetUDP/IPv6/without_match (0.00s)
        --- PASS: TestProcNetUDP/IPv6/bad_addrs (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/udp	0.030s
=== RUN   TestLoader_New
=== RUN   TestLoader_New/ok
=== RUN   TestLoader_New/duplicate
=== RUN   TestLoader_New/fail_with_invalid_plugin
--- PASS: TestLoader_New (0.00s)
    --- PASS: TestLoader_New/ok (0.00s)
    --- PASS: TestLoader_New/duplicate (0.00s)
    --- PASS: TestLoader_New/fail_with_invalid_plugin (0.00s)
=== RUN   TestLoader_Init
=== RUN   TestLoader_Init/calls_all_input_managers
=== RUN   TestLoader_Init/stop_init_on_error
--- PASS: TestLoader_Init (0.00s)
    --- PASS: TestLoader_Init/calls_all_input_managers (0.00s)
    --- PASS: TestLoader_Init/stop_init_on_error (0.00s)
=== RUN   TestLoader_Configure
=== RUN   TestLoader_Configure/success
=== RUN   TestLoader_Configure/load_default
=== RUN   TestLoader_Configure/type_is_missing
=== RUN   TestLoader_Configure/unknown_type
=== RUN   TestLoader_Configure/input_config_fails
--- PASS: TestLoader_Configure (0.00s)
    --- PASS: TestLoader_Configure/success (0.00s)
    --- PASS: TestLoader_Configure/load_default (0.00s)
    --- PASS: TestLoader_Configure/type_is_missing (0.00s)
    --- PASS: TestLoader_Configure/unknown_type (0.00s)
    --- PASS: TestLoader_Configure/input_config_fails (0.00s)
=== RUN   TestPlugin_Validate
=== RUN   TestPlugin_Validate/missing_manager
=== RUN   TestPlugin_Validate/valid
=== RUN   TestPlugin_Validate/missing_name
=== RUN   TestPlugin_Validate/invalid_stability
--- PASS: TestPlugin_Validate (0.00s)
    --- PASS: TestPlugin_Validate/missing_manager (0.00s)
    --- PASS: TestPlugin_Validate/valid (0.00s)
    --- PASS: TestPlugin_Validate/missing_name (0.00s)
    --- PASS: TestPlugin_Validate/invalid_stability (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/v2	0.023s
=== RUN   TestRunnerFactory_CheckConfig
=== RUN   TestRunnerFactory_CheckConfig/does_not_run_or_test_configured_input
=== RUN   TestRunnerFactory_CheckConfig/fail_if_input_type_is_unknown_to_loader
--- PASS: TestRunnerFactory_CheckConfig (0.00s)
    --- PASS: TestRunnerFactory_CheckConfig/does_not_run_or_test_configured_input (0.00s)
    --- PASS: TestRunnerFactory_CheckConfig/fail_if_input_type_is_unknown_to_loader (0.00s)
=== RUN   TestRunnerFactory_CreateAndRun
=== RUN   TestRunnerFactory_CreateAndRun/runner_can_correctly_start_and_stop_inputs
=== RUN   TestRunnerFactory_CreateAndRun/fail_if_input_type_is_unknown_to_loader
--- PASS: TestRunnerFactory_CreateAndRun (0.00s)
    --- PASS: TestRunnerFactory_CreateAndRun/runner_can_correctly_start_and_stop_inputs (0.00s)
    --- PASS: TestRunnerFactory_CreateAndRun/fail_if_input_type_is_unknown_to_loader (0.00s)
=== RUN   TestCombine_CheckConfig
=== RUN   TestCombine_CheckConfig/success
=== RUN   TestCombine_CheckConfig/fail_if_factory_fails_already
=== RUN   TestCombine_CheckConfig/do_not_fail_in_fallback_if_factory_is_fine
=== RUN   TestCombine_CheckConfig/ignore_ErrUnknownInput_and_use_check_from_fallback
--- PASS: TestCombine_CheckConfig (0.00s)
    --- PASS: TestCombine_CheckConfig/success (0.00s)
    --- PASS: TestCombine_CheckConfig/fail_if_factory_fails_already (0.00s)
    --- PASS: TestCombine_CheckConfig/do_not_fail_in_fallback_if_factory_is_fine (0.00s)
    --- PASS: TestCombine_CheckConfig/ignore_ErrUnknownInput_and_use_check_from_fallback (0.00s)
=== RUN   TestCombine_Create
=== RUN   TestCombine_Create/runner_exists_in_fallback_only
=== RUN   TestCombine_Create/runner_from_factory_has_higher_priority
=== RUN   TestCombine_Create/if_both_fail_return_error_from_factory
=== RUN   TestCombine_Create/ignore_ErrUnknown
=== RUN   TestCombine_Create/runner_exsits_in_factory_only
--- PASS: TestCombine_Create (0.00s)
    --- PASS: TestCombine_Create/runner_exists_in_fallback_only (0.00s)
    --- PASS: TestCombine_Create/runner_from_factory_has_higher_priority (0.00s)
    --- PASS: TestCombine_Create/if_both_fail_return_error_from_factory (0.00s)
    --- PASS: TestCombine_Create/ignore_ErrUnknown (0.00s)
    --- PASS: TestCombine_Create/runner_exsits_in_factory_only (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/v2/compat	0.022s
=== RUN   TestGCStore
=== RUN   TestGCStore/empty_store
=== RUN   TestGCStore/state_is_still_alive
=== RUN   TestGCStore/old_state_can_be_removed
=== RUN   TestGCStore/old_state_is_not_removed_if_cleanup_is_not_active_long_enough
=== RUN   TestGCStore/old_state_but_resource_is_accessed
=== RUN   TestGCStore/old_state_but_resource_has_pending_updates
--- PASS: TestGCStore (0.00s)
    --- PASS: TestGCStore/empty_store (0.00s)
    --- PASS: TestGCStore/state_is_still_alive (0.00s)
    --- PASS: TestGCStore/old_state_can_be_removed (0.00s)
    --- PASS: TestGCStore/old_state_is_not_removed_if_cleanup_is_not_active_long_enough (0.00s)
    --- PASS: TestGCStore/old_state_but_resource_is_accessed (0.00s)
    --- PASS: TestGCStore/old_state_but_resource_has_pending_updates (0.00s)
=== RUN   TestCursor_IsNew
=== RUN   TestCursor_IsNew/true_if_key_is_not_in_store
=== RUN   TestCursor_IsNew/true_if_key_is_in_store_but_without_cursor_value
=== RUN   TestCursor_IsNew/false_if_key_with_cursor_value_is_in_persistent_store
=== RUN   TestCursor_IsNew/false_if_key_with_cursor_value_is_in_memory_store_only
--- PASS: TestCursor_IsNew (0.00s)
    --- PASS: TestCursor_IsNew/true_if_key_is_not_in_store (0.00s)
    --- PASS: TestCursor_IsNew/true_if_key_is_in_store_but_without_cursor_value (0.00s)
    --- PASS: TestCursor_IsNew/false_if_key_with_cursor_value_is_in_persistent_store (0.00s)
    --- PASS: TestCursor_IsNew/false_if_key_with_cursor_value_is_in_memory_store_only (0.00s)
=== RUN   TestCursor_Unpack
=== RUN   TestCursor_Unpack/nothing_to_unpack_if_key_is_new
=== RUN   TestCursor_Unpack/unpack_fails_if_types_are_not_compatible
=== RUN   TestCursor_Unpack/unpack_from_state_in_persistent_store
=== RUN   TestCursor_Unpack/unpack_from_in_memory_state_if_updates_are_pending
--- PASS: TestCursor_Unpack (0.00s)
    --- PASS: TestCursor_Unpack/nothing_to_unpack_if_key_is_new (0.00s)
    --- PASS: TestCursor_Unpack/unpack_fails_if_types_are_not_compatible (0.00s)
    --- PASS: TestCursor_Unpack/unpack_from_state_in_persistent_store (0.00s)
    --- PASS: TestCursor_Unpack/unpack_from_in_memory_state_if_updates_are_pending (0.00s)
=== RUN   TestManager_Init
=== RUN   TestManager_Init/stopping_the_taskgroup_kills_internal_go-routines
=== RUN   TestManager_Init/collect_old_entries_after_startup
--- PASS: TestManager_Init (0.22s)
    --- PASS: TestManager_Init/stopping_the_taskgroup_kills_internal_go-routines (0.20s)
    --- PASS: TestManager_Init/collect_old_entries_after_startup (0.01s)
=== RUN   TestManager_Create
=== RUN   TestManager_Create/fail_if_no_source_is_configured
=== RUN   TestManager_Create/fail_if_config_error
=== RUN   TestManager_Create/fail_if_no_input_runner_is_returned
=== RUN   TestManager_Create/configure_ok
=== RUN   TestManager_Create/configuring_inputs_with_overlapping_sources_is_allowed
--- PASS: TestManager_Create (0.00s)
    --- PASS: TestManager_Create/fail_if_no_source_is_configured (0.00s)
    --- PASS: TestManager_Create/fail_if_config_error (0.00s)
    --- PASS: TestManager_Create/fail_if_no_input_runner_is_returned (0.00s)
    --- PASS: TestManager_Create/configure_ok (0.00s)
    --- PASS: TestManager_Create/configuring_inputs_with_overlapping_sources_is_allowed (0.00s)
=== RUN   TestManager_InputsTest
=== RUN   TestManager_InputsTest/test_is_run_for_each_source
=== RUN   TestManager_InputsTest/cancel_gets_distributed_to_all_source_tests
=== RUN   TestManager_InputsTest/fail_if_test_for_one_source_fails
    manager_test.go:217: return ok
    manager_test.go:214: return error
    manager_test.go:230: Test returned: input tests failed
        	oops
=== RUN   TestManager_InputsTest/panic_is_captured
    manager_test.go:254: Test returned: input tests failed
        	input panic with: oops
        	goroutine 48 [running]:
        	runtime/debug.Stack()
        		/usr/local/go120/src/runtime/debug/stack.go:24 +0x7d
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*managedInput).testSource.func1()
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/input.go:92 +0x4e
        	panic({0x871d460, 0x88cb580})
        		/usr/local/go120/src/runtime/panic.go:884 +0x1b4
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.TestManager_InputsTest.func4.1({0x88cdf94, 0x31e866e0}, {0x31d4bfd0, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, ...}, ...})
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/manager_test.go:242 +0x27
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*fakeTestInput).Test(0x31d4bf38, {0x88cdf94, 0x31e866e0}, {0x31d4bfd0, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...})
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/manager_test.go:583 +0x4c
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*managedInput).testSource(0x31c97ef0, {0x31d4bfd0, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, {0x0, ...}, ...}, ...}, ...)
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/input.go:96 +0xe6
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*managedInput).Test.func1()
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/input.go:78 +0x4f
        	github.com/elastic/go-concert/unison.(*MultiErrGroup).Go.func1()
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/unison/multierrgroup.go:42 +0x63
        	created by github.com/elastic/go-concert/unison.(*MultiErrGroup).Go
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/unison/multierrgroup.go:40 +0x80
        	input panic with: oops
        	goroutine 47 [running]:
        	runtime/debug.Stack()
        		/usr/local/go120/src/runtime/debug/stack.go:24 +0x7d
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*managedInput).testSource.func1()
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/input.go:92 +0x4e
        	panic({0x871d460, 0x88cb580})
        		/usr/local/go120/src/runtime/panic.go:884 +0x1b4
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.TestManager_InputsTest.func4.1({0x88cdf94, 0x31e866d8}, {0x31d4bfd0, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, ...}, ...})
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/manager_test.go:242 +0x27
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*fakeTestInput).Test(0x31d4bf38, {0x88cdf94, 0x31e866d8}, {0x31d4bfd0, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...})
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/manager_test.go:583 +0x4c
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*managedInput).testSource(0x31c97ef0, {0x31d4bfd0, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, {0x0, ...}, ...}, ...}, ...)
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/input.go:96 +0xe6
        	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor.(*managedInput).Test.func1()
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/input/v2/input-cursor/input.go:78 +0x4f
        	github.com/elastic/go-concert/unison.(*MultiErrGroup).Go.func1()
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/unison/multierrgroup.go:42 +0x63
        	created by github.com/elastic/go-concert/unison.(*MultiErrGroup).Go
        		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/unison/multierrgroup.go:40 +0x80
--- PASS: TestManager_InputsTest (0.02s)
    --- PASS: TestManager_InputsTest/test_is_run_for_each_source (0.00s)
    --- PASS: TestManager_InputsTest/cancel_gets_distributed_to_all_source_tests (0.00s)
    --- PASS: TestManager_InputsTest/fail_if_test_for_one_source_fails (0.00s)
    --- PASS: TestManager_InputsTest/panic_is_captured (0.02s)
=== RUN   TestManager_InputsRun
=== RUN   TestManager_InputsRun/input_returned_with_error
=== RUN   TestManager_InputsRun/panic_is_captured
=== RUN   TestManager_InputsRun/shutdown_on_signal
=== RUN   TestManager_InputsRun/continue_sending_from_last_known_position
=== RUN   TestManager_InputsRun/event_ACK_triggers_execution_of_update_operations
--- PASS: TestManager_InputsRun (0.00s)
    --- PASS: TestManager_InputsRun/input_returned_with_error (0.00s)
    --- PASS: TestManager_InputsRun/panic_is_captured (0.00s)
    --- PASS: TestManager_InputsRun/shutdown_on_signal (0.00s)
    --- PASS: TestManager_InputsRun/continue_sending_from_last_known_position (0.00s)
    --- PASS: TestManager_InputsRun/event_ACK_triggers_execution_of_update_operations (0.00s)
=== RUN   TestLockResource
=== RUN   TestLockResource/can_lock_unused_resource
=== RUN   TestLockResource/fail_to_lock_resource_in_use_when_context_is_cancelled
=== RUN   TestLockResource/succeed_to_lock_resource_after_it_has_been_released
--- PASS: TestLockResource (0.10s)
    --- PASS: TestLockResource/can_lock_unused_resource (0.00s)
    --- PASS: TestLockResource/fail_to_lock_resource_in_use_when_context_is_cancelled (0.00s)
    --- PASS: TestLockResource/succeed_to_lock_resource_after_it_has_been_released (0.10s)
=== RUN   TestPublish
=== RUN   TestPublish/event_with_cursor_state_creates_update_operation
=== RUN   TestPublish/event_without_cursor_creates_no_update_operation
=== RUN   TestPublish/publish_returns_error_if_context_has_been_cancelled
--- PASS: TestPublish (0.00s)
    --- PASS: TestPublish/event_with_cursor_state_creates_update_operation (0.00s)
    --- PASS: TestPublish/event_without_cursor_creates_no_update_operation (0.00s)
    --- PASS: TestPublish/publish_returns_error_if_context_has_been_cancelled (0.00s)
=== RUN   TestOp_Execute
=== RUN   TestOp_Execute/applying_final_op_marks_the_key_as_finished
=== RUN   TestOp_Execute/acking_multiple_ops_applies_the_latest_update_and_marks_key_as_finished
=== RUN   TestOp_Execute/ACK_only_subset_of_pending_ops_will_only_update_up_to_ACKed_state
--- PASS: TestOp_Execute (0.00s)
    --- PASS: TestOp_Execute/applying_final_op_marks_the_key_as_finished (0.00s)
    --- PASS: TestOp_Execute/acking_multiple_ops_applies_the_latest_update_and_marks_key_as_finished (0.00s)
    --- PASS: TestOp_Execute/ACK_only_subset_of_pending_ops_will_only_update_up_to_ACKed_state (0.00s)
=== RUN   TestStore_OpenClose
=== RUN   TestStore_OpenClose/releasing_store_closes
=== RUN   TestStore_OpenClose/fail_if_persistent_store_can_not_be_accessed
=== RUN   TestStore_OpenClose/load_from_empty
=== RUN   TestStore_OpenClose/already_available_state_is_loaded
=== RUN   TestStore_OpenClose/ignore_entries_with_wrong_index_on_open
--- PASS: TestStore_OpenClose (0.00s)
    --- PASS: TestStore_OpenClose/releasing_store_closes (0.00s)
    --- PASS: TestStore_OpenClose/fail_if_persistent_store_can_not_be_accessed (0.00s)
    --- PASS: TestStore_OpenClose/load_from_empty (0.00s)
    --- PASS: TestStore_OpenClose/already_available_state_is_loaded (0.00s)
    --- PASS: TestStore_OpenClose/ignore_entries_with_wrong_index_on_open (0.00s)
=== RUN   TestStore_Get
=== RUN   TestStore_Get/find_existing_resource
=== RUN   TestStore_Get/access_unknown_resource
=== RUN   TestStore_Get/same_resource_is_returned
--- PASS: TestStore_Get (0.00s)
    --- PASS: TestStore_Get/find_existing_resource (0.00s)
    --- PASS: TestStore_Get/access_unknown_resource (0.00s)
    --- PASS: TestStore_Get/same_resource_is_returned (0.00s)
=== RUN   TestStore_UpdateTTL
=== RUN   TestStore_UpdateTTL/add_TTL_for_new_entry_to_store
=== RUN   TestStore_UpdateTTL/update_TTL_for_in-sync_resource_does_not_overwrite_state
=== RUN   TestStore_UpdateTTL/update_TTL_for_resource_with_pending_updates
--- PASS: TestStore_UpdateTTL (0.00s)
    --- PASS: TestStore_UpdateTTL/add_TTL_for_new_entry_to_store (0.00s)
    --- PASS: TestStore_UpdateTTL/update_TTL_for_in-sync_resource_does_not_overwrite_state (0.00s)
    --- PASS: TestStore_UpdateTTL/update_TTL_for_resource_with_pending_updates (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/v2/input-cursor	0.387s
=== RUN   TestStateless_Run
=== RUN   TestStateless_Run/events_are_published
=== RUN   TestStateless_Run/capture_panic_and_return_error
=== RUN   TestStateless_Run/publisher_unblocks_if_shutdown_signal_is_send
=== RUN   TestStateless_Run/do_not_start_input_of_pipeline_connection_fails
--- PASS: TestStateless_Run (0.00s)
    --- PASS: TestStateless_Run/events_are_published (0.00s)
    --- PASS: TestStateless_Run/capture_panic_and_return_error (0.00s)
    --- PASS: TestStateless_Run/publisher_unblocks_if_shutdown_signal_is_send (0.00s)
    --- PASS: TestStateless_Run/do_not_start_input_of_pipeline_connection_fails (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/input/v2/input-stateless	0.078s
=== RUN   TestResetableLimitedReader
=== RUN   TestResetableLimitedReader/WhenMaxReadIsReachedInMultipleRead
=== RUN   TestResetableLimitedReader/WhenMaxReadIsNotReached
=== RUN   TestResetableLimitedReader/WhenResetIsCalled
--- PASS: TestResetableLimitedReader (0.00s)
    --- PASS: TestResetableLimitedReader/WhenMaxReadIsReachedInMultipleRead (0.00s)
    --- PASS: TestResetableLimitedReader/WhenMaxReadIsNotReached (0.00s)
    --- PASS: TestResetableLimitedReader/WhenResetIsCalled (0.00s)
=== RUN   TestCustomDelimiter
=== RUN   TestCustomDelimiter/Multiple_chars_delimiter
=== RUN   TestCustomDelimiter/Multiple_chars_delimiter_with_half_starting_delimiter
=== RUN   TestCustomDelimiter/Multiple_chars_delimiter_with_half_ending_delimiter
=== RUN   TestCustomDelimiter/Delimiter_end_of_string
=== RUN   TestCustomDelimiter/Single_char_delimiter
=== RUN   TestCustomDelimiter/Empty_string
--- PASS: TestCustomDelimiter (0.00s)
    --- PASS: TestCustomDelimiter/Multiple_chars_delimiter (0.00s)
    --- PASS: TestCustomDelimiter/Multiple_chars_delimiter_with_half_starting_delimiter (0.00s)
    --- PASS: TestCustomDelimiter/Multiple_chars_delimiter_with_half_ending_delimiter (0.00s)
    --- PASS: TestCustomDelimiter/Delimiter_end_of_string (0.00s)
    --- PASS: TestCustomDelimiter/Single_char_delimiter (0.00s)
    --- PASS: TestCustomDelimiter/Empty_string (0.00s)
=== RUN   TestOctetCounting
=== RUN   TestOctetCounting/non-transparent
=== RUN   TestOctetCounting/octet_counting
=== RUN   TestOctetCounting/octet_counting,_embedded_newline
=== RUN   TestOctetCounting/octet,_non-transparent,_octet
=== RUN   TestOctetCounting/non-transparent,_octet,_non-transparent
--- PASS: TestOctetCounting (0.00s)
    --- PASS: TestOctetCounting/non-transparent (0.00s)
    --- PASS: TestOctetCounting/octet_counting (0.00s)
    --- PASS: TestOctetCounting/octet_counting,_embedded_newline (0.00s)
    --- PASS: TestOctetCounting/octet,_non-transparent,_octet (0.00s)
    --- PASS: TestOctetCounting/non-transparent,_octet,_non-transparent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/inputsource/common/streaming	0.022s
=== RUN   TestErrorOnEmptyLineDelimiter
--- PASS: TestErrorOnEmptyLineDelimiter (0.00s)
=== RUN   TestReceiveEventsAndMetadata
=== RUN   TestReceiveEventsAndMetadata/NewLine
=== RUN   TestReceiveEventsAndMetadata/NewLineWithCR
=== RUN   TestReceiveEventsAndMetadata/CustomDelimiter
=== RUN   TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter
=== RUN   TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries
=== RUN   TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries
=== RUN   TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries
=== RUN   TestReceiveEventsAndMetadata/NewLineLargeMessagePayload
=== RUN   TestReceiveEventsAndMetadata/CustomLargeMessagePayload
=== RUN   TestReceiveEventsAndMetadata/ReadRandomLargePayload
=== RUN   TestReceiveEventsAndMetadata/MaxReadBufferReachedUserConfigured
=== RUN   TestReceiveEventsAndMetadata/MaxBufferSizeSet
=== RUN   TestReceiveEventsAndMetadata/rfc6587_framing_non-transparent
=== RUN   TestReceiveEventsAndMetadata/rfc6587_framing_octet
=== RUN   TestReceiveEventsAndMetadata/rfc6587_framing_octet_embedded_newline
--- PASS: TestReceiveEventsAndMetadata (0.04s)
    --- PASS: TestReceiveEventsAndMetadata/NewLine (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/NewLineWithCR (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/CustomDelimiter (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/NewLineLargeMessagePayload (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/CustomLargeMessagePayload (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/ReadRandomLargePayload (0.01s)
    --- PASS: TestReceiveEventsAndMetadata/MaxReadBufferReachedUserConfigured (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/MaxBufferSizeSet (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/rfc6587_framing_non-transparent (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/rfc6587_framing_octet (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/rfc6587_framing_octet_embedded_newline (0.00s)
=== RUN   TestReceiveNewEventsConcurrently
--- PASS: TestReceiveNewEventsConcurrently (0.03s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/inputsource/tcp	0.095s
=== RUN   TestReceiveEventFromUDP
=== RUN   TestReceiveEventFromUDP/Sending_a_message_under_the_MaxMessageSize_limit
=== RUN   TestReceiveEventFromUDP/Sending_a_message_over_the_MaxMessageSize_limit_will_truncate_the_message
--- PASS: TestReceiveEventFromUDP (0.00s)
    --- PASS: TestReceiveEventFromUDP/Sending_a_message_under_the_MaxMessageSize_limit (0.00s)
    --- PASS: TestReceiveEventFromUDP/Sending_a_message_over_the_MaxMessageSize_limit_will_truncate_the_message (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/inputsource/udp	0.032s
?   	github.com/elastic/beats/v7/filebeat/module/apache	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/auditd	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/elasticsearch	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/haproxy	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/icinga	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/iis	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/kafka	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/kibana	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/logstash	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/mongodb	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/mysql	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/nats	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/nginx	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/osquery	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/pensando	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/postgresql	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/redis	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/santa	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/traefik	[no test files]
?   	github.com/elastic/beats/v7/filebeat/module/system	[no test files]
?   	github.com/elastic/beats/v7/filebeat/registrar	[no test files]
?   	github.com/elastic/beats/v7/filebeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/filebeat/scripts/mage/generate	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/beater	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/esutil	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/eventext	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/hbtest	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/hbtestllext	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/include	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/hbregistry	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/monitors/active/dialchain	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/monitors/plugin	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/reason	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/scheduler/schedule/cron	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/security	[no test files]
?   	github.com/elastic/beats/v7/heartbeat/watcher	[no test files]
?   	github.com/elastic/beats/v7/libbeat/autodiscover/appenders	[no test files]
?   	github.com/elastic/beats/v7/libbeat/autodiscover/builder	[no test files]
?   	github.com/elastic/beats/v7/libbeat/autodiscover/providers	[no test files]
?   	github.com/elastic/beats/v7/libbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/libbeat/cmd/export	[no test files]
?   	github.com/elastic/beats/v7/libbeat/cmd/test	[no test files]
?   	github.com/elastic/beats/v7/libbeat/common/fleetmode	[no test files]
?   	github.com/elastic/beats/v7/libbeat/common/flowhash/examples	[no test files]
?   	github.com/elastic/beats/v7/libbeat/common/productorigin	[no test files]
?   	github.com/elastic/beats/v7/libbeat/common/op	[no test files]
?   	github.com/elastic/beats/v7/libbeat/common/seccomp	[no test files]
?   	github.com/elastic/beats/v7/libbeat/common/terminal	[no test files]
?   	github.com/elastic/beats/v7/libbeat/common/transport/kerberos	[no test files]
?   	github.com/elastic/beats/v7/libbeat/ecs	[no test files]
?   	github.com/elastic/beats/v7/libbeat/esleg/eslegtest	[no test files]
?   	github.com/elastic/beats/v7/libbeat/generator/fields	[no test files]
?   	github.com/elastic/beats/v7/libbeat/generator/fields/validate	[no test files]
?   	github.com/elastic/beats/v7/libbeat/internal/testutil	[no test files]
?   	github.com/elastic/beats/v7/libbeat/management	[no test files]
?   	github.com/elastic/beats/v7/libbeat/mock	[no test files]
?   	github.com/elastic/beats/v7/libbeat/opt	[no test files]
?   	github.com/elastic/beats/v7/libbeat/outputs	[no test files]
?   	github.com/elastic/beats/v7/libbeat/outputs/codec	[no test files]
?   	github.com/elastic/beats/v7/libbeat/outputs/outest	[no test files]
?   	github.com/elastic/beats/v7/libbeat/outputs/shipper/api	[no test files]
?   	github.com/elastic/beats/v7/libbeat/plugin	[no test files]
?   	github.com/elastic/beats/v7/libbeat/pprof	[no test files]
# github.com/elastic/beats/v7/libbeat/processors/actions [github.com/elastic/beats/v7/libbeat/processors/actions.test]
libbeat/processors/actions/decode_json_fields_test.go:311:28: cannot use 1475026826760 (untyped int constant) as int value in map literal (overflows)
libbeat/processors/actions/decode_json_fields_test.go:325:28: cannot use 1475026826760 (untyped int constant) as int value in map literal (overflows)
?   	github.com/elastic/beats/v7/libbeat/processors/add_formatted_index	[no test files]
# github.com/elastic/beats/v7/libbeat/processors/add_kubernetes_metadata [github.com/elastic/beats/v7/libbeat/processors/add_kubernetes_metadata.test]
libbeat/processors/add_kubernetes_metadata/kubernetes_test.go:43:15: undefined: kubernetesAnnotator
libbeat/processors/add_kubernetes_metadata/kubernetes_test.go:44:25: undefined: selector
libbeat/processors/add_kubernetes_metadata/kubernetes_test.go:45:10: undefined: newCache
libbeat/processors/add_kubernetes_metadata/kubernetes_test.go:103:15: undefined: kubernetesAnnotator
libbeat/processors/add_kubernetes_metadata/kubernetes_test.go:104:10: undefined: newCache
libbeat/processors/add_kubernetes_metadata/kubernetes_test.go:224:19: undefined: newProcessorConfig
# github.com/elastic/beats/v7/libbeat/processors/communityid [github.com/elastic/beats/v7/libbeat/processors/communityid.test]
libbeat/processors/communityid/communityid_test.go:66:22: cannot use 2162716280 (untyped int constant) as int value in argument to e.Put (overflows)
?   	github.com/elastic/beats/v7/libbeat/processors/script	[no test files]
?   	github.com/elastic/beats/v7/libbeat/processors/script/javascript/module	[no test files]
?   	github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/require	[no test files]
?   	github.com/elastic/beats/v7/libbeat/processors/translate_sid	[no test files]
?   	github.com/elastic/beats/v7/libbeat/publisher	[no test files]
?   	github.com/elastic/beats/v7/libbeat/publisher/includes	[no test files]
?   	github.com/elastic/beats/v7/libbeat/publisher/pipeline/stress	[no test files]
?   	github.com/elastic/beats/v7/libbeat/publisher/pipetool	[no test files]
?   	github.com/elastic/beats/v7/libbeat/publisher/queue	[no test files]
?   	github.com/elastic/beats/v7/libbeat/publisher/queue/queuetest	[no test files]
?   	github.com/elastic/beats/v7/libbeat/scripts/cmd/stress_pipeline	[no test files]
?   	github.com/elastic/beats/v7/libbeat/statestore/backend	[no test files]
?   	github.com/elastic/beats/v7/libbeat/statestore/internal/storecompliance	[no test files]
?   	github.com/elastic/beats/v7/libbeat/tests/compose	[no test files]
?   	github.com/elastic/beats/v7/libbeat/tests/docker	[no test files]
?   	github.com/elastic/beats/v7/libbeat/tests/system/template	[no test files]
?   	github.com/elastic/beats/v7/libbeat/version	[no test files]
?   	github.com/elastic/beats/v7/licenses	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/beater	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/cmd/test	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/helper/dialer	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/helper/kubernetes	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/helper/kubernetes/ktest	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/helper/prometheus/ptest	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/helper/server	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/helper/windows/pdh	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/include/fields	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/internal/sysinit	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/include	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/mb/testing/flags	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/aerospike/namespace	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/apache	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/ceph	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/ceph/mgr	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/ceph/mgrtest	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/consul	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/consul/agent	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/couchbase	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/couchdb	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/couchdb/server	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/docker/container	[no test files]
# github.com/elastic/beats/v7/metricbeat/module/docker/healthcheck
metricbeat/module/docker/healthcheck/data.go:33:70: undefined: MetricSet
metricbeat/module/docker/healthcheck/data.go:39:62: undefined: MetricSet
# github.com/elastic/beats/v7/metricbeat/module/docker/image
metricbeat/module/docker/image/image.go:34:28: undefined: docker.HostParser
metricbeat/module/docker/image/image.go:57:24: undefined: docker.NewDockerClient
# github.com/elastic/beats/v7/metricbeat/module/docker/info
metricbeat/module/docker/info/info.go:31:28: undefined: docker.HostParser
metricbeat/module/docker/info/info.go:48:24: undefined: docker.NewDockerClient
?   	github.com/elastic/beats/v7/metricbeat/module/dropwizard	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/docker/network_summary	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/elasticsearch	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/envoyproxy	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/etcd	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/etcd/metrics	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/golang	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/golang/expvar	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/golang/heap	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/graphite	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/haproxy/info	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/http	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/haproxy/stat	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/jolokia	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kafka/partition	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kibana/cluster_actions	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kibana/cluster_rules	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kibana/node_actions	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kibana/mtest	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kibana/node_rules	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kubernetes	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kubernetes/apiserver	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kubernetes/proxy	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kubernetes/scheduler	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kubernetes/test	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/kvm	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/linux	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/linux/iostat	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/linux/memory	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/linux/pressure	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/linux/rapl	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/memcached	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/mongodb/dbstats	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/mongodb/metrics	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/mongodb/replstatus	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/mongodb/status	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/munin/node	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/mysql/galera_status	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/mysql/query	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/nats	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/nats/util	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/nginx/stubstatus	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/nginx	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/openmetrics	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/php_fpm	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/postgresql/activity	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/postgresql/statement	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/prometheus	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/postgresql/bgwriter	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/postgresql/database	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/rabbitmq/mtest	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/redis/key	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/redis/keyspace	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/system/diskio	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/system/entropy	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/system/raid/blockinfo	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/system/service	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/system/users	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/traefik	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/traefik/mtest	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/vsphere	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/windows	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/windows/perfmon	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/zookeeper	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/module/windows/service	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/processor/add_kubernetes_metadata	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/scripts/mage/target/metricset	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/scripts/msetlists	[no test files]
?   	github.com/elastic/beats/v7/metricbeat/scripts/msetlists/cmd	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/include	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/processor/add_kubernetes_metadata	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/protocols	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/protos/applayer	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/protos/cassandra/internal/gocql	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/protos/cassandra	[no test files]
?   	github.com/elastic/beats/v7/packetbeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/winlogbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/winlogbeat/eventlog	[no test files]
?   	github.com/elastic/beats/v7/winlogbeat/include	[no test files]
?   	github.com/elastic/beats/v7/winlogbeat/module	[no test files]
?   	github.com/elastic/beats/v7/winlogbeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/module/system	[no test files]
# github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package [github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package.test]
x-pack/auditbeat/module/system/package/package_test.go:220:24: cannot use 1680274980069542000 (untyped int constant) as int value in argument to assert.EqualValues (overflows)
?   	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/login	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package/schema	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/helper	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/user	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/dns	[no test files]
?   	github.com/elastic/beats/v7/x-pack/auditbeat/tracing	[no test files]
?   	github.com/elastic/beats/v7/x-pack/dockerlogbeat	[no test files]
?   	github.com/elastic/beats/v7/x-pack/dockerlogbeat/pipelinemock	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/azureblobstorage/mock	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/cloudfoundry	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/default-inputs	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider/azuread/authenticator	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider/azuread/authenticator/mock	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider/azuread/fetcher/mock	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/gcs/mock	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/internal/httplog	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/atomic	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/config	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/examples	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/record	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/test	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/o365audit/auth	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/input/o365audit/poll	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/activemq	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/aws	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/awsfargate	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/azure	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/barracuda	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/bluecoat	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/cef	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/checkpoint	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/cisco	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/cisco/shared	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/coredns	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/crowdstrike	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/cyberarkpas	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/cylance	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/envoyproxy	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/f5	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/fortinet	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/gcp	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/google_workspace	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/ibmmq	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/imperva	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/infoblox	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/iptables	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/juniper	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/microsoft	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/misp	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/mssql	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/mysqlenterprise	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/netflow	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/netscout	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/o365	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/okta	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/oracle	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/proofpoint	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/rabbitmq	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/radware	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/salesforce	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/snort	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/snyk	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/sonicwall	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/sophos	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/squid	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/suricata	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/threatintel	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/tomcat	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/panw	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/zeek	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/zookeeper	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/zoom	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/module/zscaler	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef/cef/cmd/cef2json	[no test files]
?   	github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef/cef/fuzz	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/function/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/function/telemetry	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/manager/beater	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/manager/core	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/provider/local/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/provider/local/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/provider/local/local	[no test files]
?   	github.com/elastic/beats/v7/x-pack/functionbeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/x-pack/heartbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/heartbeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/heartbeat/monitors/browser/source/fixtures	[no test files]
?   	github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws	[no test files]
?   	github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws/test	[no test files]
?   	github.com/elastic/beats/v7/x-pack/libbeat/common/cloudfoundry/test	[no test files]
?   	github.com/elastic/beats/v7/x-pack/libbeat/common/proc	[no test files]
?   	github.com/elastic/beats/v7/x-pack/libbeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/libbeat/management/tests	[no test files]
?   	github.com/elastic/beats/v7/x-pack/libbeat/processors/add_nomad_metadata	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/activemq	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/airflow	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/rds	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/sqs	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/ec2	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/mtest	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/mtest/scripts	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/awsfargate	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/test	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/mtest	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/cockroachdb	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/containerd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/coredns	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/enterprisesearch	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/coredns/stats	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/ibmmq	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/iis	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/iis/application_pool	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/iis/webserver	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/iis/website	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/istio	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/citadel	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/galley	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/mesh	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql/testing	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/oracle	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/oracle/performance	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/prometheus	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/redisenterprise	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/sql	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/sql/query	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/stan	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/statsd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/module/tomcat	[no test files]
?   	github.com/elastic/beats/v7/x-pack/metricbeat/scripts/msetlists	[no test files]
# github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension
x-pack/osquerybeat/ext/osquery-extension/main.go:78:2: undefined: RegisterTables
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension/pkg/hostfs	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension/pkg/tables	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/command	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/config	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/cpio	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/distro	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/fileutil	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/hash	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/pkgutil	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/tar	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/testutil	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/xar	[no test files]
?   	github.com/elastic/beats/v7/x-pack/osquerybeat/scripts/mage	[no test files]
?   	github.com/elastic/beats/v7/x-pack/packetbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/packetbeat/npcap	[no test files]
?   	github.com/elastic/beats/v7/x-pack/winlogbeat/cmd	[no test files]
?   	github.com/elastic/beats/v7/x-pack/winlogbeat/module	[no test files]
?   	github.com/elastic/beats/v7/x-pack/winlogbeat/include	[no test files]
?   	github.com/elastic/beats/v7/x-pack/winlogbeat/module/powershell	[no test files]
?   	github.com/elastic/beats/v7/x-pack/winlogbeat/module/security	[no test files]
?   	github.com/elastic/beats/v7/x-pack/winlogbeat/module/sysmon	[no test files]
=== RUN   TestErrorMissingPath
--- PASS: TestErrorMissingPath (0.00s)
=== RUN   TestErrorOnEmptyLineDelimiterWhenStreamSocket
--- PASS: TestErrorOnEmptyLineDelimiterWhenStreamSocket (0.00s)
=== RUN   TestInvalidSocketType
--- PASS: TestInvalidSocketType (0.00s)
=== RUN   TestErrorOnInvalidSocketType
--- PASS: TestErrorOnInvalidSocketType (0.00s)
=== RUN   TestErrorOnEmptyLineDelimiter
--- PASS: TestErrorOnEmptyLineDelimiter (0.00s)
=== RUN   TestReceiveEventsAndMetadata
=== RUN   TestReceiveEventsAndMetadata/NewLine
=== RUN   TestReceiveEventsAndMetadata/NewLineWithCR
=== RUN   TestReceiveEventsAndMetadata/CustomDelimiter
=== RUN   TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter
=== RUN   TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries
=== RUN   TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries
=== RUN   TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries
=== RUN   TestReceiveEventsAndMetadata/NewLineLargeMessagePayload
=== RUN   TestReceiveEventsAndMetadata/CustomLargeMessagePayload
=== RUN   TestReceiveEventsAndMetadata/ReadRandomLargePayload
=== RUN   TestReceiveEventsAndMetadata/MaxReadBufferReachedUserConfigured
=== RUN   TestReceiveEventsAndMetadata/MaxBufferSizeSet
--- PASS: TestReceiveEventsAndMetadata (0.20s)
    --- PASS: TestReceiveEventsAndMetadata/NewLine (0.01s)
    --- PASS: TestReceiveEventsAndMetadata/NewLineWithCR (0.01s)
    --- PASS: TestReceiveEventsAndMetadata/CustomDelimiter (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/MultipleCharsCustomDelimiter (0.01s)
    --- PASS: TestReceiveEventsAndMetadata/SingleCharCustomDelimiterMessageWithoutBoundaries (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/MultipleCharCustomDelimiterMessageWithoutBoundaries (0.02s)
    --- PASS: TestReceiveEventsAndMetadata/NewLineMessageWithoutBoundaries (0.01s)
    --- PASS: TestReceiveEventsAndMetadata/NewLineLargeMessagePayload (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/CustomLargeMessagePayload (0.01s)
    --- PASS: TestReceiveEventsAndMetadata/ReadRandomLargePayload (0.03s)
    --- PASS: TestReceiveEventsAndMetadata/MaxReadBufferReachedUserConfigured (0.00s)
    --- PASS: TestReceiveEventsAndMetadata/MaxBufferSizeSet (0.01s)
=== RUN   TestSocketOwnershipAndMode
--- PASS: TestSocketOwnershipAndMode (0.00s)
=== RUN   TestSocketCleanup
--- PASS: TestSocketCleanup (0.00s)
=== RUN   TestSocketCleanupRefusal
--- PASS: TestSocketCleanupRefusal (0.00s)
=== RUN   TestReceiveNewEventsConcurrently
=== RUN   TestReceiveNewEventsConcurrently/socket_type_stream
=== RUN   TestReceiveNewEventsConcurrently/socket_type_datagram
panic: test timed out after 10m0s
running tests:
	TestReceiveNewEventsConcurrently (10m0s)
	TestReceiveNewEventsConcurrently/socket_type_datagram (10m0s)

goroutine 166 [running]:
testing.(*M).startAlarm.func1()
	/usr/local/go120/src/testing/testing.go:2241 +0x381
created by time.goFunc
	/usr/local/go120/src/time/sleep.go:176 +0x29

goroutine 1 [chan receive, 9 minutes]:
testing.(*T).Run(0x314071d0, {0x839c25d, 0x20}, 0x840d534)
	/usr/local/go120/src/testing/testing.go:1630 +0x440
testing.runTests.func1(0x314071d0)
	/usr/local/go120/src/testing/testing.go:2036 +0x45
testing.tRunner(0x314071d0, 0x31529e10)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
testing.runTests(0x314124c0, {0x865f880, 0xa, 0xa}, {0xc1495c6976a07a9b, 0x8bb2e6e1e6, 0x8663020})
	/usr/local/go120/src/testing/testing.go:2034 +0x3bd
testing.(*M).Run(0x3150e410)
	/usr/local/go120/src/testing/testing.go:1906 +0x6b2
main.main()
	_testmain.go:65 +0x17f

goroutine 73 [chan receive, 9 minutes]:
testing.(*T).Run(0x31482780, {0x31498048, 0x14}, 0x31682018)
	/usr/local/go120/src/testing/testing.go:1630 +0x440
github.com/elastic/beats/v7/filebeat/inputsource/unix.TestReceiveNewEventsConcurrently(0x31482780)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/inputsource/unix/server_test.go:319 +0xad
testing.tRunner(0x31482780, 0x840d534)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421

goroutine 151 [select, 9 minutes]:
github.com/elastic/go-concert/ctxtool.(*funcContext).wait(0x31462000, 0x314a8040, 0x314a8080, 0x314c6000)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/ctxtool/func.go:64 +0xd3
created by github.com/elastic/go-concert/ctxtool.WithFunc
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/ctxtool/func.go:50 +0x1a3

goroutine 165 [IO wait, 9 minutes]:
internal/poll.runtime_pollWait(0x28931274, 0x72)
	/usr/local/go120/src/runtime/netpoll.go:306 +0x4c
internal/poll.(*pollDesc).wait(0x3150e1a4, 0x72, 0x0)
	/usr/local/go120/src/internal/poll/fd_poll_runtime.go:84 +0x31
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/go120/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).ReadFrom(0x3150e190, {0x32d80000, 0x1400000, 0x1400000})
	/usr/local/go120/src/internal/poll/fd_unix.go:223 +0x270
net.(*netFD).readFrom(0x3150e190, {0x32d80000, 0x1400000, 0x1400000})
	/usr/local/go120/src/net/fd_posix.go:61 +0x39
net.(*UnixConn).readFrom(0x316822b8, {0x32d80000, 0x1400000, 0x1400000})
	/usr/local/go120/src/net/unixsock_posix.go:103 +0x39
net.(*UnixConn).ReadFrom(0x316822b8, {0x32d80000, 0x1400000, 0x1400000})
	/usr/local/go120/src/net/unixsock.go:122 +0x41
github.com/elastic/beats/v7/filebeat/inputsource/common/dgram.DatagramReaderFactory.func1.1({0x8462600, 0x31462000}, {0x8462ad8, 0x316822b8})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/inputsource/common/dgram/handler.go:53 +0xba
github.com/elastic/beats/v7/filebeat/inputsource/common/dgram.(*Listener).connectAndRun(0x3151a200, {0x8462600, 0x31462000}, {0x8462ad8, 0x316822b8})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/inputsource/common/dgram/server.go:122 +0xcd
github.com/elastic/beats/v7/filebeat/inputsource/common/dgram.(*Listener).Start.func1({0x8462560, 0x314de0f0})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/inputsource/common/dgram/server.go:112 +0x1f5
github.com/elastic/go-concert/unison.(*TaskGroup).Go.func1()
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/unison/taskgroup.go:163 +0x98
created by github.com/elastic/go-concert/unison.(*TaskGroup).Go
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/elastic/go-concert/unison/taskgroup.go:159 +0xd2

goroutine 33 [runnable]:
github.com/elastic/beats/v7/filebeat/inputsource/unix.TestReceiveNewEventsConcurrently.func1(0x317e8a50)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/filebeat/inputsource/unix/server_test.go:364 +0x827
testing.tRunner(0x317e8a50, 0x31682018)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/filebeat/inputsource/unix	600.108s
=== RUN   TestLogsPathMatcher_InvalidSource1
--- PASS: TestLogsPathMatcher_InvalidSource1 (0.00s)
=== RUN   TestLogsPathMatcher_InvalidSource2
--- PASS: TestLogsPathMatcher_InvalidSource2 (0.00s)
=== RUN   TestLogsPathMatcher_InvalidSource3
--- PASS: TestLogsPathMatcher_InvalidSource3 (0.00s)
=== RUN   TestLogsPathMatcher_VarLibDockerContainers
--- PASS: TestLogsPathMatcher_VarLibDockerContainers (0.01s)
=== RUN   TestLogsPathMatcher_VarLogContainers
--- PASS: TestLogsPathMatcher_VarLogContainers (0.00s)
=== RUN   TestLogsPathMatcher_AnotherLogDir
--- PASS: TestLogsPathMatcher_AnotherLogDir (0.00s)
=== RUN   TestLogsPathMatcher_VarLibKubeletPods
--- PASS: TestLogsPathMatcher_VarLibKubeletPods (0.00s)
=== RUN   TestLogsPathMatcher_InvalidSource4
--- PASS: TestLogsPathMatcher_InvalidSource4 (0.00s)
=== RUN   TestLogsPathMatcher_InvalidVarLogPodSource
--- PASS: TestLogsPathMatcher_InvalidVarLogPodSource (0.00s)
=== RUN   TestLogsPathMatcher_ValidVarLogPodSource
--- PASS: TestLogsPathMatcher_ValidVarLogPodSource (0.00s)
=== RUN   TestLogsPathMatcher_InvalidVarLogPodSource2
--- PASS: TestLogsPathMatcher_InvalidVarLogPodSource2 (0.00s)
=== RUN   TestLogsPathMatcher_InvalidVarLogPodIDFormat
--- PASS: TestLogsPathMatcher_InvalidVarLogPodIDFormat (0.00s)
=== RUN   TestLogsPathMatcher_ValidVarLogPod
--- PASS: TestLogsPathMatcher_ValidVarLogPod (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/processor/add_kubernetes_metadata	0.126s
=== RUN   TestGetPipelinePath
--- PASS: TestGetPipelinePath (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/scripts/tester	0.092s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Heartbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.19s)
    --- PASS: TestTemplate/default_field_length (0.19s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat	0.281s
=== RUN   TestGenerateHints
--- PASS: TestGenerateHints (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/autodiscover/builder/hints	0.027s
=== RUN   TestDefaults
=== RUN   TestDefaults/Browser_monitor_override
=== RUN   TestDefaults/Browser_default_is_2_when_other_monitor_is_overridden
=== RUN   TestDefaults/Browser_default_is_2_when_nothing_is_overridden
=== RUN   TestDefaults/Browser_default_is_2_when_bad_value_passed
=== RUN   TestDefaults/HTTP_monitor_override
=== RUN   TestDefaults/TCP_monitor_override
=== RUN   TestDefaults/ICMP_monitor_override
--- PASS: TestDefaults (0.01s)
    --- PASS: TestDefaults/Browser_monitor_override (0.01s)
    --- PASS: TestDefaults/Browser_default_is_2_when_other_monitor_is_overridden (0.00s)
    --- PASS: TestDefaults/Browser_default_is_2_when_nothing_is_overridden (0.00s)
    --- PASS: TestDefaults/Browser_default_is_2_when_bad_value_passed (0.00s)
    --- PASS: TestDefaults/HTTP_monitor_override (0.00s)
    --- PASS: TestDefaults/TCP_monitor_override (0.00s)
    --- PASS: TestDefaults/ICMP_monitor_override (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/config	0.084s
=== RUN   TestEcsErrNewWithStack
--- PASS: TestEcsErrNewWithStack (0.00s)
=== RUN   TestEcsErrNew
--- PASS: TestEcsErrNew (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/ecserr	0.064s
=== RUN   TestPositiveRTTIsKept
--- PASS: TestPositiveRTTIsKept (0.00s)
=== RUN   TestNegativeRTTIsZero
--- PASS: TestNegativeRTTIsZero (0.00s)
=== RUN   TestReason
--- PASS: TestReason (0.00s)
=== RUN   TestReasonGenericError
--- PASS: TestReasonGenericError (0.00s)
=== RUN   TestTimestamp
--- PASS: TestTimestamp (0.00s)
=== RUN   TestStatusNil
--- PASS: TestStatusNil (0.00s)
=== RUN   TestStatusErr
--- PASS: TestStatusErr (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/look	0.017s
=== RUN   TestPreProcessors
=== RUN   TestPreProcessors/exact_index_should_be_used_exactly
=== RUN   TestPreProcessors/exact_index_should_be_used_exactly/index_name_should_be_set
=== RUN   TestPreProcessors/exact_index_should_be_used_exactly/observer_location_data_should_not_be_set
=== RUN   TestPreProcessors/exact_index_should_be_used_exactly/event.dataset_should_always_be_present,_preferring_data_stream
=== RUN   TestPreProcessors/exact_index_should_be_used_exactly/event.data_stream
=== RUN   TestPreProcessors/data_stream_should_be_type-namespace-dataset
=== RUN   TestPreProcessors/data_stream_should_be_type-namespace-dataset/index_name_should_be_set
=== RUN   TestPreProcessors/data_stream_should_be_type-namespace-dataset/observer_location_data_should_not_be_set
=== RUN   TestPreProcessors/data_stream_should_be_type-namespace-dataset/event.dataset_should_always_be_present,_preferring_data_stream
=== RUN   TestPreProcessors/data_stream_should_be_type-namespace-dataset/event.data_stream
=== RUN   TestPreProcessors/data_stream_should_use_defaults
=== RUN   TestPreProcessors/data_stream_should_use_defaults/index_name_should_be_set
=== RUN   TestPreProcessors/data_stream_should_use_defaults/observer_location_data_should_not_be_set
=== RUN   TestPreProcessors/data_stream_should_use_defaults/event.dataset_should_always_be_present,_preferring_data_stream
=== RUN   TestPreProcessors/data_stream_should_use_defaults/event.data_stream
=== RUN   TestPreProcessors/with_location
=== RUN   TestPreProcessors/with_location/index_name_should_be_set
=== RUN   TestPreProcessors/with_location/observer_location_data_should_be_set
=== RUN   TestPreProcessors/with_location/event.dataset_should_always_be_present,_preferring_data_stream
=== RUN   TestPreProcessors/with_location/event.data_stream
=== RUN   TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor
=== RUN   TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/index_name_should_be_set
=== RUN   TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/observer_location_data_should_not_be_set
=== RUN   TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/event.dataset_should_always_be_present,_preferring_data_stream
=== RUN   TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/event.data_stream
=== RUN   TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers
=== RUN   TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/index_name_should_be_set
=== RUN   TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/observer_location_data_should_not_be_set
=== RUN   TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/event.dataset_should_always_be_present,_preferring_data_stream
=== RUN   TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/event.data_stream
--- PASS: TestPreProcessors (0.00s)
    --- PASS: TestPreProcessors/exact_index_should_be_used_exactly (0.00s)
        --- PASS: TestPreProcessors/exact_index_should_be_used_exactly/index_name_should_be_set (0.00s)
        --- PASS: TestPreProcessors/exact_index_should_be_used_exactly/observer_location_data_should_not_be_set (0.00s)
        --- PASS: TestPreProcessors/exact_index_should_be_used_exactly/event.dataset_should_always_be_present,_preferring_data_stream (0.00s)
        --- PASS: TestPreProcessors/exact_index_should_be_used_exactly/event.data_stream (0.00s)
    --- PASS: TestPreProcessors/data_stream_should_be_type-namespace-dataset (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_be_type-namespace-dataset/index_name_should_be_set (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_be_type-namespace-dataset/observer_location_data_should_not_be_set (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_be_type-namespace-dataset/event.dataset_should_always_be_present,_preferring_data_stream (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_be_type-namespace-dataset/event.data_stream (0.00s)
    --- PASS: TestPreProcessors/data_stream_should_use_defaults (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_use_defaults/index_name_should_be_set (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_use_defaults/observer_location_data_should_not_be_set (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_use_defaults/event.dataset_should_always_be_present,_preferring_data_stream (0.00s)
        --- PASS: TestPreProcessors/data_stream_should_use_defaults/event.data_stream (0.00s)
    --- PASS: TestPreProcessors/with_location (0.00s)
        --- PASS: TestPreProcessors/with_location/index_name_should_be_set (0.00s)
        --- PASS: TestPreProcessors/with_location/observer_location_data_should_be_set (0.00s)
        --- PASS: TestPreProcessors/with_location/event.dataset_should_always_be_present,_preferring_data_stream (0.00s)
        --- PASS: TestPreProcessors/with_location/event.data_stream (0.00s)
    --- PASS: TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/index_name_should_be_set (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/observer_location_data_should_not_be_set (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/event.dataset_should_always_be_present,_preferring_data_stream (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_no_processor_for_lightweight_monitor/event.data_stream (0.00s)
    --- PASS: TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/index_name_should_be_set (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/observer_location_data_should_not_be_set (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/event.dataset_should_always_be_present,_preferring_data_stream (0.00s)
        --- PASS: TestPreProcessors/no_settings_should_yield_a_data_stream_processor_for_browsers/event.data_stream (0.00s)
=== RUN   TestDisabledMonitor
--- PASS: TestDisabledMonitor (0.00s)
=== RUN   TestRunFrom
--- PASS: TestRunFrom (0.00s)
=== RUN   TestDuplicateMonitorIDs
--- PASS: TestDuplicateMonitorIDs (0.00s)
=== RUN   TestMonitorBasic
--- PASS: TestMonitorBasic (0.00s)
=== RUN   TestMonitorCfgError
--- PASS: TestMonitorCfgError (0.00s)
=== RUN   TestCheckInvalidConfig
--- PASS: TestCheckInvalidConfig (0.00s)
=== RUN   Test_runPublishJob
=== RUN   Test_runPublishJob/simple
=== RUN   Test_runPublishJob/one_cont
=== RUN   Test_runPublishJob/multiple_conts
=== RUN   Test_runPublishJob/cancelled_cont
--- PASS: Test_runPublishJob (0.00s)
    --- PASS: Test_runPublishJob/simple (0.00s)
    --- PASS: Test_runPublishJob/one_cont (0.00s)
    --- PASS: Test_runPublishJob/multiple_conts (0.00s)
    --- PASS: Test_runPublishJob/cancelled_cont (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors	0.057s
=== RUN   TestAddTLSMetadata
=== RUN   TestAddTLSMetadata/simple_TLSv1.1
=== RUN   TestAddTLSMetadata/TLSv1.2_with_next_protocol
--- PASS: TestAddTLSMetadata (0.00s)
    --- PASS: TestAddTLSMetadata/simple_TLSv1.1 (0.00s)
    --- PASS: TestAddTLSMetadata/TLSv1.2_with_next_protocol (0.00s)
=== RUN   TestCertFields
=== RUN   TestCertFields/single_cert_fields_should_all_be_present
=== RUN   TestCertFields/cert_chain_should_still_show_single_cert_fields
=== RUN   TestCertFields/cross_signed_chain,_one_root_included
=== RUN   TestCertFields/complex_cross_signed_chain,_multiple_roots_included,_at_least_one_expired
=== RUN   TestCertFields/reversed_cert_should_expire_at_same_time
--- PASS: TestCertFields (0.00s)
    --- PASS: TestCertFields/single_cert_fields_should_all_be_present (0.00s)
    --- PASS: TestCertFields/cert_chain_should_still_show_single_cert_fields (0.00s)
    --- PASS: TestCertFields/cross_signed_chain,_one_root_included (0.00s)
    --- PASS: TestCertFields/complex_cross_signed_chain,_multiple_roots_included,_at_least_one_expired (0.00s)
    --- PASS: TestCertFields/reversed_cert_should_expire_at_same_time (0.00s)
=== RUN   TestCertExpirationMetadata
=== RUN   TestCertExpirationMetadata/Valid_cert
=== RUN   TestCertExpirationMetadata/Expired_cert
=== RUN   TestCertExpirationMetadata/Missing_not_before
=== RUN   TestCertExpirationMetadata/Missing_not_after
--- PASS: TestCertExpirationMetadata (0.00s)
    --- PASS: TestCertExpirationMetadata/Valid_cert (0.00s)
    --- PASS: TestCertExpirationMetadata/Expired_cert (0.00s)
    --- PASS: TestCertExpirationMetadata/Missing_not_before (0.00s)
    --- PASS: TestCertExpirationMetadata/Missing_not_after (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors/active/dialchain/tlsmeta	0.035s
=== RUN   TestCheckBody
=== RUN   TestCheckBody/Single_regex_that_matches
=== RUN   TestCheckBody/Regex_matching_json_example
=== RUN   TestCheckBody/Regex_matching_first_line_of_multiline_body_string
=== RUN   TestCheckBody/Regex_matching_lastline_of_multiline_body_string
=== RUN   TestCheckBody/Regex_matching_multiple_lines_of_multiline_body_string
=== RUN   TestCheckBody/Regex_not_matching_multiple_lines_of_multiline_body_string
=== RUN   TestCheckBody/Single_regex_that_doesn't_match
=== RUN   TestCheckBody/Multiple_regex_match_where_at_least_one_must_match
=== RUN   TestCheckBody/Multiple_regex_match_where_none_of_the_patterns_match
=== RUN   TestCheckBody/Only_positive_check_where_pattern_matches_HTTP_return_body
=== RUN   TestCheckBody/Only_positive_check_where_pattern_not_match_HTTP_return_body
=== RUN   TestCheckBody/Only_negative_check_where_pattern_matches_HTTP_return_body
=== RUN   TestCheckBody/Only_negative_check_where_pattern_not_match_HTTP_return_body
=== RUN   TestCheckBody/Positive_with_negative_check_where_all_positive_pattern_matches_and_none_negative_check_matches
=== RUN   TestCheckBody/Positive_with_negative_check_where_positive_and_negative_pattern_both_match
=== RUN   TestCheckBody/Positive_and_negative_check_are_both_empty
--- PASS: TestCheckBody (0.01s)
    --- PASS: TestCheckBody/Single_regex_that_matches (0.00s)
    --- PASS: TestCheckBody/Regex_matching_json_example (0.00s)
    --- PASS: TestCheckBody/Regex_matching_first_line_of_multiline_body_string (0.00s)
    --- PASS: TestCheckBody/Regex_matching_lastline_of_multiline_body_string (0.00s)
    --- PASS: TestCheckBody/Regex_matching_multiple_lines_of_multiline_body_string (0.00s)
    --- PASS: TestCheckBody/Regex_not_matching_multiple_lines_of_multiline_body_string (0.00s)
    --- PASS: TestCheckBody/Single_regex_that_doesn't_match (0.00s)
    --- PASS: TestCheckBody/Multiple_regex_match_where_at_least_one_must_match (0.00s)
    --- PASS: TestCheckBody/Multiple_regex_match_where_none_of_the_patterns_match (0.00s)
    --- PASS: TestCheckBody/Only_positive_check_where_pattern_matches_HTTP_return_body (0.00s)
    --- PASS: TestCheckBody/Only_positive_check_where_pattern_not_match_HTTP_return_body (0.00s)
    --- PASS: TestCheckBody/Only_negative_check_where_pattern_matches_HTTP_return_body (0.00s)
    --- PASS: TestCheckBody/Only_negative_check_where_pattern_not_match_HTTP_return_body (0.00s)
    --- PASS: TestCheckBody/Positive_with_negative_check_where_all_positive_pattern_matches_and_none_negative_check_matches (0.00s)
    --- PASS: TestCheckBody/Positive_with_negative_check_where_positive_and_negative_pattern_both_match (0.00s)
    --- PASS: TestCheckBody/Positive_and_negative_check_are_both_empty (0.00s)
=== RUN   TestCheckStatus
=== RUN   TestCheckStatus/not_match_multiple_values
=== RUN   TestCheckStatus/match_multiple_values
=== RUN   TestCheckStatus/not_match_single_value
=== RUN   TestCheckStatus/match_single_value
--- PASS: TestCheckStatus (0.01s)
    --- PASS: TestCheckStatus/not_match_multiple_values (0.01s)
    --- PASS: TestCheckStatus/match_multiple_values (0.00s)
    --- PASS: TestCheckStatus/not_match_single_value (0.00s)
    --- PASS: TestCheckStatus/match_single_value (0.00s)
=== RUN   TestOnlyOneOfExpressionCondition
--- PASS: TestOnlyOneOfExpressionCondition (0.00s)
=== RUN   TestCheckJsonExpression
=== RUN   TestCheckJsonExpression/good_array_json_matches_jsonpath
=== RUN   TestCheckJsonExpression/bad_array_json_matches_jsonpath
--- PASS: TestCheckJsonExpression (0.00s)
    --- PASS: TestCheckJsonExpression/good_array_json_matches_jsonpath (0.00s)
    --- PASS: TestCheckJsonExpression/bad_array_json_matches_jsonpath (0.00s)
=== RUN   TestCheckJsonCondition
=== RUN   TestCheckJsonCondition/positive_match
=== RUN   TestCheckJsonCondition/Negative_match
=== RUN   TestCheckJsonCondition/unparseable
=== RUN   TestCheckJsonCondition/positive_int_match
=== RUN   TestCheckJsonCondition/Negative_int_match
=== RUN   TestCheckJsonCondition/Negative_string_match_against_int
--- PASS: TestCheckJsonCondition (0.01s)
    --- PASS: TestCheckJsonCondition/positive_match (0.00s)
    --- PASS: TestCheckJsonCondition/Negative_match (0.00s)
    --- PASS: TestCheckJsonCondition/unparseable (0.00s)
    --- PASS: TestCheckJsonCondition/positive_int_match (0.00s)
    --- PASS: TestCheckJsonCondition/Negative_int_match (0.00s)
    --- PASS: TestCheckJsonCondition/Negative_string_match_against_int (0.00s)
=== RUN   TestConfigValidate
=== RUN   TestConfigValidate/Validate_if_neither_urls_nor_host_specified_returns_error
=== RUN   TestConfigValidate/Validate_if_only_urls_are_present_then_the_config_is_moved_to_hosts
=== RUN   TestConfigValidate/Validate_if_only_hosts_are_present_then_the_config_is_valid
=== RUN   TestConfigValidate/Validate_if_no_scheme_is_present_then_it_is_added_correctly
=== RUN   TestConfigValidate/Validate_if_no_scheme_is_present_but_has_a_port_then_it_is_added_correctly
=== RUN   TestConfigValidate/Validate_if_schemes_like_unix_are_honored
--- PASS: TestConfigValidate (0.00s)
    --- PASS: TestConfigValidate/Validate_if_neither_urls_nor_host_specified_returns_error (0.00s)
    --- PASS: TestConfigValidate/Validate_if_only_urls_are_present_then_the_config_is_moved_to_hosts (0.00s)
    --- PASS: TestConfigValidate/Validate_if_only_hosts_are_present_then_the_config_is_valid (0.00s)
    --- PASS: TestConfigValidate/Validate_if_no_scheme_is_present_then_it_is_added_correctly (0.00s)
    --- PASS: TestConfigValidate/Validate_if_no_scheme_is_present_but_has_a_port_then_it_is_added_correctly (0.00s)
    --- PASS: TestConfigValidate/Validate_if_schemes_like_unix_are_honored (0.00s)
=== RUN   TestUpStatuses
=== RUN   TestUpStatuses/Test_OK_HTTP_status_100_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_101_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_102_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_200_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_201_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_202_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_203_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_204_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_205_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_206_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_207_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_208_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_226_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_300_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_301_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_302_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_303_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_304_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_305_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_307_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_308_using_urls_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_100_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_101_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_102_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_200_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_201_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_202_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_203_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_204_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_205_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_206_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_207_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_208_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_226_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_300_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_301_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_302_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_303_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_304_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_305_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_307_using_hosts_config_field
=== RUN   TestUpStatuses/Test_OK_HTTP_status_308_using_hosts_config_field
--- PASS: TestUpStatuses (0.07s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_100_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_101_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_102_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_200_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_201_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_202_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_203_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_204_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_205_using_urls_config_field (0.01s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_206_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_207_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_208_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_226_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_300_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_301_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_302_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_303_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_304_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_305_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_307_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_308_using_urls_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_100_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_101_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_102_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_200_using_hosts_config_field (0.01s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_201_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_202_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_203_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_204_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_205_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_206_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_207_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_208_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_226_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_300_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_301_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_302_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_303_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_304_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_305_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_307_using_hosts_config_field (0.00s)
    --- PASS: TestUpStatuses/Test_OK_HTTP_status_308_using_hosts_config_field (0.00s)
=== RUN   TestHeadersDisabled
--- PASS: TestHeadersDisabled (0.00s)
=== RUN   TestDownStatuses
=== RUN   TestDownStatuses/test_down_status_400
=== RUN   TestDownStatuses/test_down_status_401
=== RUN   TestDownStatuses/test_down_status_402
=== RUN   TestDownStatuses/test_down_status_403
=== RUN   TestDownStatuses/test_down_status_404
=== RUN   TestDownStatuses/test_down_status_405
=== RUN   TestDownStatuses/test_down_status_406
=== RUN   TestDownStatuses/test_down_status_407
=== RUN   TestDownStatuses/test_down_status_408
=== RUN   TestDownStatuses/test_down_status_409
=== RUN   TestDownStatuses/test_down_status_410
=== RUN   TestDownStatuses/test_down_status_411
=== RUN   TestDownStatuses/test_down_status_412
=== RUN   TestDownStatuses/test_down_status_413
=== RUN   TestDownStatuses/test_down_status_414
=== RUN   TestDownStatuses/test_down_status_415
=== RUN   TestDownStatuses/test_down_status_416
=== RUN   TestDownStatuses/test_down_status_417
=== RUN   TestDownStatuses/test_down_status_418
=== RUN   TestDownStatuses/test_down_status_422
=== RUN   TestDownStatuses/test_down_status_423
=== RUN   TestDownStatuses/test_down_status_424
=== RUN   TestDownStatuses/test_down_status_426
=== RUN   TestDownStatuses/test_down_status_428
=== RUN   TestDownStatuses/test_down_status_429
=== RUN   TestDownStatuses/test_down_status_431
=== RUN   TestDownStatuses/test_down_status_451
=== RUN   TestDownStatuses/test_down_status_500
=== RUN   TestDownStatuses/test_down_status_501
=== RUN   TestDownStatuses/test_down_status_502
=== RUN   TestDownStatuses/test_down_status_503
=== RUN   TestDownStatuses/test_down_status_504
=== RUN   TestDownStatuses/test_down_status_505
=== RUN   TestDownStatuses/test_down_status_506
=== RUN   TestDownStatuses/test_down_status_507
=== RUN   TestDownStatuses/test_down_status_508
=== RUN   TestDownStatuses/test_down_status_510
=== RUN   TestDownStatuses/test_down_status_511
--- PASS: TestDownStatuses (0.04s)
    --- PASS: TestDownStatuses/test_down_status_400 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_401 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_402 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_403 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_404 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_405 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_406 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_407 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_408 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_409 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_410 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_411 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_412 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_413 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_414 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_415 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_416 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_417 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_418 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_422 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_423 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_424 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_426 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_428 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_429 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_431 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_451 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_500 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_501 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_502 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_503 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_504 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_505 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_506 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_507 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_508 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_510 (0.00s)
    --- PASS: TestDownStatuses/test_down_status_511 (0.00s)
=== RUN   TestLargeResponse
--- PASS: TestLargeResponse (0.05s)
=== RUN   TestJsonBody
=== RUN   TestJsonBody/expression_simple_match
=== RUN   TestJsonBody/expression_simple_mismatch
=== RUN   TestJsonBody/simple_condition_match
=== RUN   TestJsonBody/condition_mismatch
=== RUN   TestJsonBody/condition_invalid_json
=== RUN   TestJsonBody/condition_complex_type_match_json
--- PASS: TestJsonBody (0.01s)
    --- PASS: TestJsonBody/expression_simple_match (0.00s)
    --- PASS: TestJsonBody/expression_simple_mismatch (0.00s)
    --- PASS: TestJsonBody/simple_condition_match (0.00s)
    --- PASS: TestJsonBody/condition_mismatch (0.00s)
    --- PASS: TestJsonBody/condition_invalid_json (0.00s)
    --- PASS: TestJsonBody/condition_complex_type_match_json (0.00s)
=== RUN   TestHTTPSServer
    testing.go:36: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:36
        	Error:      	lookslike could not validate map
        	Test:       	TestHTTPSServer
        	Messages:   	1 errors validating source: 
        	            	(mapstr.M) (len=7) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	 (string) (len=7) "summary": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=4) "down": (uint16) 0,
        	            	  (string) (len=2) "up": (uint16) 1
        	            	 },
        	            	 (string) (len=5) "state": (*monitorstate.State)(0x322ff770)(),
        	            	 (string) (len=3) "tcp": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=7) "connect": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 78
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=3) "tls": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "server": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=4) "x509": (mapstr.M) (len=9) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=7) "subject": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=19) "signature_algorithm": (string) (len=10) "SHA256-RSA",
        	            	    (string) (len=20) "public_key_algorithm": (string) (len=3) "RSA",
        	            	    (string) (len=9) "not_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	    (string) (len=15) "public_key_size": (int) 2048,
        	            	    (string) (len=6) "issuer": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=10) "not_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	    (string) (len=19) "public_key_exponent": (int) 65537,
        	            	    (string) (len=13) "serial_number": (string) (len=38) "97129276724337570813249812937731361303"
        	            	   },
        	            	   (string) (len=4) "hash": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "sha1": (string) (len=40) "15dbd260c7465ecca6de2c0b2181187f66ee0d1a",
        	            	    (string) (len=6) "sha256": (string) (len=64) "ab601914436e58babb17b9166155caf97bd7e5f8deb9b659bcdb66c58b49f323"
        	            	   }
        	            	  },
        	            	  (string) (len=28) "certificate_not_valid_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	  (string) (len=27) "certificate_not_valid_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	  (string) (len=11) "established": (bool) true,
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=9) "handshake": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 13191
        	            	   }
        	            	  },
        	            	  (string) (len=16) "version_protocol": (string) (len=3) "tls",
        	            	  (string) (len=7) "version": (string) (len=3) "1.3",
        	            	  (string) (len=6) "cipher": (string) (len=28) "TLS-CHACHA20-POLY1305-SHA256"
        	            	 },
        	            	 (string) (len=4) "http": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=8) "response": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=11) "status_code": (int) 200,
        	            	   (string) (len=4) "body": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "hash": (string) (len=64) "68e656b251e67e8358bef8483ab0d51c6619f3e7a1a9f0e75838d41ff368f728",
        	            	    (string) (len=5) "bytes": (int) 13
        	            	   },
        	            	   (string) (len=9) "mime_type": (string) (len=25) "text/plain; charset=utf-8",
        	            	   (string) (len=7) "headers": (mapstr.M) (len=3) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "Date": (string) (len=29) "Fri, 03 Nov 2023 13:38:38 GMT",
        	            	    (string) (len=14) "Content-Length": (string) (len=2) "13",
        	            	    (string) (len=12) "Content-Type": (string) (len=25) "text/plain; charset=utf-8"
        	            	   }
        	            	  },
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=5) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=15) "response_header": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 133
        	            	   },
        	            	   (string) (len=8) "validate": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 304
        	            	   },
        	            	   (string) (len=7) "content": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 171
        	            	   },
        	            	   (string) (len=5) "total": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 13688
        	            	   },
        	            	   (string) (len=13) "write_request": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 40
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=7) "monitor": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=8) "duration": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "us": (int64) 13753
        	            	  },
        	            	  (string) (len=11) "check_group": (string) (len=36) "4b77270b-7a4e-11ee-8fe3-679e88ea23de",
        	            	  (string) (len=2) "ip": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=8) "timespan": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=3) "gte": (time.Time) 2023-11-03 09:38:38.733930307 -0400 EDT m=+0.217345603,
        	            	   (string) (len=2) "lt": (time.Time) 2023-11-03 09:38:39.733930307 -0400 EDT m=+1.217345603
        	            	  },
        	            	  (string) (len=4) "type": (string) (len=4) "http",
        	            	  (string) (len=2) "id": (string) (len=3) "tls",
        	            	  (string) (len=4) "name": (string) "",
        	            	  (string) (len=6) "status": (string) (len=2) "up"
        	            	 },
        	            	 (string) (len=3) "url": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "scheme": (string) (len=5) "https",
        	            	  (string) (len=6) "domain": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=4) "port": (uint16) 24093,
        	            	  (string) (len=4) "full": (string) (len=23) "https://127.0.0.1:24093"
        	            	 }
        	            	}
    testing.go:44: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:44
        	Error:      	Received unexpected error:
        	            	@Path 'tls.cipher': objects not equal: actual(string(TLS-CHACHA20-POLY1305-SHA256)) != expected(string(TLS-AES-128-GCM-SHA256))
        	Test:       	TestHTTPSServer
--- FAIL: TestHTTPSServer (0.02s)
=== RUN   TestExpiredHTTPSServer
2023/11/03 09:38:38 http: TLS handshake error from 127.0.0.1:24096: remote error: tls: bad certificate
--- PASS: TestExpiredHTTPSServer (0.02s)
=== RUN   TestHTTPSx509Auth
    testing.go:36: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:36
        	Error:      	lookslike could not validate map
        	Test:       	TestHTTPSx509Auth
        	Messages:   	1 errors validating source: 
        	            	(mapstr.M) (len=7) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	 (string) (len=7) "monitor": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "status": (string) (len=2) "up",
        	            	  (string) (len=8) "duration": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "us": (int64) 24998
        	            	  },
        	            	  (string) (len=11) "check_group": (string) (len=36) "4b7c67ec-7a4e-11ee-8fe3-679e88ea23de",
        	            	  (string) (len=2) "ip": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=8) "timespan": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=3) "gte": (time.Time) 2023-11-03 09:38:38.779603883 -0400 EDT m=+0.263018642,
        	            	   (string) (len=2) "lt": (time.Time) 2023-11-03 09:38:39.779603883 -0400 EDT m=+1.263018642
        	            	  },
        	            	  (string) (len=4) "type": (string) (len=4) "http",
        	            	  (string) (len=2) "id": (string) (len=3) "tls",
        	            	  (string) (len=4) "name": (string) ""
        	            	 },
        	            	 (string) (len=3) "url": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "scheme": (string) (len=5) "https",
        	            	  (string) (len=6) "domain": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=4) "port": (uint16) 24097,
        	            	  (string) (len=4) "full": (string) (len=23) "https://127.0.0.1:24097"
        	            	 },
        	            	 (string) (len=7) "summary": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=2) "up": (uint16) 1,
        	            	  (string) (len=4) "down": (uint16) 0
        	            	 },
        	            	 (string) (len=5) "state": (*monitorstate.State)(0x320c2230)(),
        	            	 (string) (len=3) "tcp": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=7) "connect": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 1969
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=3) "tls": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=27) "certificate_not_valid_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	  (string) (len=11) "established": (bool) true,
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=9) "handshake": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 21502
        	            	   }
        	            	  },
        	            	  (string) (len=16) "version_protocol": (string) (len=3) "tls",
        	            	  (string) (len=7) "version": (string) (len=3) "1.3",
        	            	  (string) (len=6) "cipher": (string) (len=28) "TLS-CHACHA20-POLY1305-SHA256",
        	            	  (string) (len=6) "server": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=4) "hash": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "sha1": (string) (len=40) "15dbd260c7465ecca6de2c0b2181187f66ee0d1a",
        	            	    (string) (len=6) "sha256": (string) (len=64) "ab601914436e58babb17b9166155caf97bd7e5f8deb9b659bcdb66c58b49f323"
        	            	   },
        	            	   (string) (len=4) "x509": (mapstr.M) (len=9) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=6) "issuer": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=13) "serial_number": (string) (len=38) "97129276724337570813249812937731361303",
        	            	    (string) (len=10) "not_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	    (string) (len=15) "public_key_size": (int) 2048,
        	            	    (string) (len=7) "subject": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=19) "signature_algorithm": (string) (len=10) "SHA256-RSA",
        	            	    (string) (len=20) "public_key_algorithm": (string) (len=3) "RSA",
        	            	    (string) (len=9) "not_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	    (string) (len=19) "public_key_exponent": (int) 65537
        	            	   }
        	            	  },
        	            	  (string) (len=28) "certificate_not_valid_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC
        	            	 },
        	            	 (string) (len=4) "http": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=8) "response": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=4) "body": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "hash": (string) (len=64) "68e656b251e67e8358bef8483ab0d51c6619f3e7a1a9f0e75838d41ff368f728",
        	            	    (string) (len=5) "bytes": (int) 13
        	            	   },
        	            	   (string) (len=9) "mime_type": (string) (len=25) "text/plain; charset=utf-8",
        	            	   (string) (len=7) "headers": (mapstr.M) (len=3) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=12) "Content-Type": (string) (len=25) "text/plain; charset=utf-8",
        	            	    (string) (len=4) "Date": (string) (len=29) "Fri, 03 Nov 2023 13:38:38 GMT",
        	            	    (string) (len=14) "Content-Length": (string) (len=2) "13"
        	            	   },
        	            	   (string) (len=11) "status_code": (int) 200
        	            	  },
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=5) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=5) "total": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 24955
        	            	   },
        	            	   (string) (len=13) "write_request": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 29
        	            	   },
        	            	   (string) (len=15) "response_header": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 1006
        	            	   },
        	            	   (string) (len=8) "validate": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 1349
        	            	   },
        	            	   (string) (len=7) "content": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 342
        	            	   }
        	            	  }
        	            	 }
        	            	}
    testing.go:44: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:44
        	Error:      	Received unexpected error:
        	            	@Path 'tls.cipher': objects not equal: actual(string(TLS-CHACHA20-POLY1305-SHA256)) != expected(string(TLS-AES-128-GCM-SHA256))
        	Test:       	TestHTTPSx509Auth
--- FAIL: TestHTTPSx509Auth (0.05s)
=== RUN   TestConnRefusedJob
--- PASS: TestConnRefusedJob (0.00s)
=== RUN   TestUnreachableJob
--- PASS: TestUnreachableJob (1.00s)
=== RUN   TestRedirect
--- PASS: TestRedirect (0.02s)
=== RUN   TestNoHeaders
--- PASS: TestNoHeaders (0.00s)
=== RUN   TestProxy
    testing.go:36: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:36
        	Error:      	lookslike could not validate map
        	Test:       	TestProxy
        	Messages:   	1 errors validating source: 
        	            	(mapstr.M) (len=7) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	 (string) (len=3) "tls": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "server": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=4) "x509": (mapstr.M) (len=9) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=19) "public_key_exponent": (int) 65537,
        	            	    (string) (len=6) "issuer": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co",
        	            	     (string) (len=11) "common_name": (string) ""
        	            	    },
        	            	    (string) (len=19) "signature_algorithm": (string) (len=10) "SHA256-RSA",
        	            	    (string) (len=20) "public_key_algorithm": (string) (len=3) "RSA",
        	            	    (string) (len=15) "public_key_size": (int) 2048,
        	            	    (string) (len=9) "not_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	    (string) (len=7) "subject": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=13) "serial_number": (string) (len=38) "97129276724337570813249812937731361303",
        	            	    (string) (len=10) "not_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC
        	            	   },
        	            	   (string) (len=4) "hash": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "sha1": (string) (len=40) "15dbd260c7465ecca6de2c0b2181187f66ee0d1a",
        	            	    (string) (len=6) "sha256": (string) (len=64) "ab601914436e58babb17b9166155caf97bd7e5f8deb9b659bcdb66c58b49f323"
        	            	   }
        	            	  },
        	            	  (string) (len=28) "certificate_not_valid_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=9) "handshake": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   }
        	            	  },
        	            	  (string) (len=27) "certificate_not_valid_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	  (string) (len=11) "established": (bool) true,
        	            	  (string) (len=16) "version_protocol": (string) (len=3) "tls",
        	            	  (string) (len=7) "version": (string) (len=3) "1.3",
        	            	  (string) (len=6) "cipher": (string) (len=28) "TLS-CHACHA20-POLY1305-SHA256"
        	            	 },
        	            	 (string) (len=3) "url": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "domain": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=4) "port": (uint16) 24154,
        	            	  (string) (len=4) "full": (string) (len=23) "https://127.0.0.1:24154",
        	            	  (string) (len=6) "scheme": (string) (len=5) "https"
        	            	 },
        	            	 (string) (len=7) "monitor": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=8) "duration": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "us": (int64) 14453
        	            	  },
        	            	  (string) (len=11) "check_group": (string) (len=36) "4c20571a-7a4e-11ee-8fe3-679e88ea23de",
        	            	  (string) (len=2) "ip": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=8) "timespan": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "lt": (time.Time) 2023-11-03 09:38:40.843421641 -0400 EDT m=+2.326836400,
        	            	   (string) (len=3) "gte": (time.Time) 2023-11-03 09:38:39.843421641 -0400 EDT m=+1.326836400
        	            	  },
        	            	  (string) (len=2) "id": (string) (len=3) "tls",
        	            	  (string) (len=4) "name": (string) "",
        	            	  (string) (len=4) "type": (string) (len=4) "http",
        	            	  (string) (len=6) "status": (string) (len=2) "up"
        	            	 },
        	            	 (string) (len=7) "summary": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=2) "up": (uint16) 1,
        	            	  (string) (len=4) "down": (uint16) 0
        	            	 },
        	            	 (string) (len=5) "state": (*monitorstate.State)(0x32220320)(),
        	            	 (string) (len=3) "tcp": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=7) "connect": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=4) "http": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=8) "response": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=9) "mime_type": (string) (len=25) "text/plain; charset=utf-8",
        	            	   (string) (len=7) "headers": (mapstr.M) (len=3) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "Date": (string) (len=29) "Fri, 03 Nov 2023 13:38:39 GMT",
        	            	    (string) (len=14) "Content-Length": (string) (len=2) "13",
        	            	    (string) (len=12) "Content-Type": (string) (len=25) "text/plain; charset=utf-8"
        	            	   },
        	            	   (string) (len=11) "status_code": (int) 200,
        	            	   (string) (len=4) "body": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "hash": (string) (len=64) "68e656b251e67e8358bef8483ab0d51c6619f3e7a1a9f0e75838d41ff368f728",
        	            	    (string) (len=5) "bytes": (int) 13
        	            	   }
        	            	  },
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=5) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=5) "total": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 14396
        	            	   },
        	            	   (string) (len=15) "response_header": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   },
        	            	   (string) (len=7) "content": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   },
        	            	   (string) (len=8) "validate": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   },
        	            	   (string) (len=13) "write_request": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   }
        	            	  }
        	            	 }
        	            	}
    testing.go:44: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:44
        	Error:      	Received unexpected error:
        	            	@Path 'tls.cipher': objects not equal: actual(string(TLS-CHACHA20-POLY1305-SHA256)) != expected(string(TLS-AES-128-GCM-SHA256))
        	Test:       	TestProxy
--- FAIL: TestProxy (0.02s)
=== RUN   TestTLSProxy
    testing.go:36: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:36
        	Error:      	lookslike could not validate map
        	Test:       	TestTLSProxy
        	Messages:   	1 errors validating source: 
        	            	(mapstr.M) (len=7) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	 (string) (len=3) "url": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "domain": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=4) "port": (uint16) 24158,
        	            	  (string) (len=4) "full": (string) (len=23) "https://127.0.0.1:24158",
        	            	  (string) (len=6) "scheme": (string) (len=5) "https"
        	            	 },
        	            	 (string) (len=7) "monitor": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=2) "id": (string) (len=3) "tls",
        	            	  (string) (len=6) "status": (string) (len=2) "up",
        	            	  (string) (len=8) "duration": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "us": (int64) 29667
        	            	  },
        	            	  (string) (len=11) "check_group": (string) (len=36) "4c22e5c2-7a4e-11ee-8fe3-679e88ea23de",
        	            	  (string) (len=2) "ip": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=8) "timespan": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "lt": (time.Time) 2023-11-03 09:38:40.875394903 -0400 EDT m=+2.358809781,
        	            	   (string) (len=3) "gte": (time.Time) 2023-11-03 09:38:39.875394903 -0400 EDT m=+1.358809781
        	            	  },
        	            	  (string) (len=4) "name": (string) "",
        	            	  (string) (len=4) "type": (string) (len=4) "http"
        	            	 },
        	            	 (string) (len=7) "summary": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=2) "up": (uint16) 1,
        	            	  (string) (len=4) "down": (uint16) 0
        	            	 },
        	            	 (string) (len=5) "state": (*monitorstate.State)(0x32158280)(),
        	            	 (string) (len=3) "tcp": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=7) "connect": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=4) "http": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=8) "response": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=7) "headers": (mapstr.M) (len=3) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "Date": (string) (len=29) "Fri, 03 Nov 2023 13:38:39 GMT",
        	            	    (string) (len=14) "Content-Length": (string) (len=2) "13",
        	            	    (string) (len=12) "Content-Type": (string) (len=25) "text/plain; charset=utf-8"
        	            	   },
        	            	   (string) (len=11) "status_code": (int) 200,
        	            	   (string) (len=4) "body": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "hash": (string) (len=64) "68e656b251e67e8358bef8483ab0d51c6619f3e7a1a9f0e75838d41ff368f728",
        	            	    (string) (len=5) "bytes": (int) 13
        	            	   },
        	            	   (string) (len=9) "mime_type": (string) (len=25) "text/plain; charset=utf-8"
        	            	  },
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=5) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=5) "total": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 29601
        	            	   },
        	            	   (string) (len=7) "content": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   },
        	            	   (string) (len=8) "validate": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   },
        	            	   (string) (len=13) "write_request": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   },
        	            	   (string) (len=15) "response_header": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=3) "tls": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=11) "established": (bool) true,
        	            	  (string) (len=16) "version_protocol": (string) (len=3) "tls",
        	            	  (string) (len=7) "version": (string) (len=3) "1.3",
        	            	  (string) (len=6) "cipher": (string) (len=28) "TLS-CHACHA20-POLY1305-SHA256",
        	            	  (string) (len=6) "server": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=4) "x509": (mapstr.M) (len=9) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=15) "public_key_size": (int) 2048,
        	            	    (string) (len=10) "not_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	    (string) (len=19) "public_key_exponent": (int) 65537,
        	            	    (string) (len=13) "serial_number": (string) (len=38) "97129276724337570813249812937731361303",
        	            	    (string) (len=9) "not_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	    (string) (len=19) "signature_algorithm": (string) (len=10) "SHA256-RSA",
        	            	    (string) (len=20) "public_key_algorithm": (string) (len=3) "RSA",
        	            	    (string) (len=6) "issuer": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co",
        	            	     (string) (len=11) "common_name": (string) ""
        	            	    },
        	            	    (string) (len=7) "subject": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    }
        	            	   },
        	            	   (string) (len=4) "hash": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "sha1": (string) (len=40) "15dbd260c7465ecca6de2c0b2181187f66ee0d1a",
        	            	    (string) (len=6) "sha256": (string) (len=64) "ab601914436e58babb17b9166155caf97bd7e5f8deb9b659bcdb66c58b49f323"
        	            	   }
        	            	  },
        	            	  (string) (len=28) "certificate_not_valid_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	  (string) (len=27) "certificate_not_valid_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=9) "handshake": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 0
        	            	   }
        	            	  }
        	            	 }
        	            	}
    testing.go:44: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/http/testing.go:44
        	Error:      	Received unexpected error:
        	            	@Path 'tls.cipher': objects not equal: actual(string(TLS-CHACHA20-POLY1305-SHA256)) != expected(string(TLS-AES-128-GCM-SHA256))
        	Test:       	TestTLSProxy
--- FAIL: TestTLSProxy (0.03s)
=== RUN   TestDecodesGzip
--- PASS: TestDecodesGzip (0.00s)
=== RUN   TestNoGzipDecodeWithoutHeader
--- PASS: TestNoGzipDecodeWithoutHeader (0.00s)
=== RUN   TestGzipDecodeWithoutRequestHeader
--- PASS: TestGzipDecodeWithoutRequestHeader (0.00s)
=== RUN   TestUserAgentInject
--- PASS: TestUserAgentInject (0.00s)
=== RUN   Test_handleRespBody
=== RUN   Test_handleRespBody/on_error_with_error
=== RUN   Test_handleRespBody/on_error_with_success
=== RUN   Test_handleRespBody/always_with_error
=== RUN   Test_handleRespBody/always_with_success
=== RUN   Test_handleRespBody/never_with_error
=== RUN   Test_handleRespBody/never_with_success
--- PASS: Test_handleRespBody (0.00s)
    --- PASS: Test_handleRespBody/on_error_with_error (0.00s)
    --- PASS: Test_handleRespBody/on_error_with_success (0.00s)
    --- PASS: Test_handleRespBody/always_with_error (0.00s)
    --- PASS: Test_handleRespBody/always_with_success (0.00s)
    --- PASS: Test_handleRespBody/never_with_error (0.00s)
    --- PASS: Test_handleRespBody/never_with_success (0.00s)
=== RUN   Test_readResp
=== RUN   Test_readResp/response_exists
--- PASS: Test_readResp (0.00s)
    --- PASS: Test_readResp/response_exists (0.00s)
=== RUN   Test_readPrefixAndHash
=== RUN   Test_readPrefixAndHash/short/1_byte_prefix
=== RUN   Test_readPrefixAndHash/short/multi_read_byte_prefix
=== RUN   Test_readPrefixAndHash/short/all_byte_prefix
=== RUN   Test_readPrefixAndHash/short/extra_byte_prefix
=== RUN   Test_readPrefixAndHash/long/1_byte_prefix
=== RUN   Test_readPrefixAndHash/long/multi_read_byte_prefix
=== RUN   Test_readPrefixAndHash/long/all_byte_prefix
=== RUN   Test_readPrefixAndHash/long/extra_byte_prefix
=== RUN   Test_readPrefixAndHash/mb_chars/1_byte_prefix
=== RUN   Test_readPrefixAndHash/mb_chars/multi_read_byte_prefix
=== RUN   Test_readPrefixAndHash/mb_chars/all_byte_prefix
=== RUN   Test_readPrefixAndHash/mb_chars/extra_byte_prefix
--- PASS: Test_readPrefixAndHash (0.10s)
    --- PASS: Test_readPrefixAndHash/short/1_byte_prefix (0.00s)
    --- PASS: Test_readPrefixAndHash/short/multi_read_byte_prefix (0.00s)
    --- PASS: Test_readPrefixAndHash/short/all_byte_prefix (0.00s)
    --- PASS: Test_readPrefixAndHash/short/extra_byte_prefix (0.00s)
    --- PASS: Test_readPrefixAndHash/long/1_byte_prefix (0.03s)
    --- PASS: Test_readPrefixAndHash/long/multi_read_byte_prefix (0.02s)
    --- PASS: Test_readPrefixAndHash/long/all_byte_prefix (0.03s)
    --- PASS: Test_readPrefixAndHash/long/extra_byte_prefix (0.02s)
    --- PASS: Test_readPrefixAndHash/mb_chars/1_byte_prefix (0.00s)
    --- PASS: Test_readPrefixAndHash/mb_chars/multi_read_byte_prefix (0.00s)
    --- PASS: Test_readPrefixAndHash/mb_chars/all_byte_prefix (0.00s)
    --- PASS: Test_readPrefixAndHash/mb_chars/extra_byte_prefix (0.00s)
=== RUN   TestSplitHostnamePort
=== RUN   TestSplitHostnamePort/plain
=== RUN   TestSplitHostnamePort/dotted_domain
=== RUN   TestSplitHostnamePort/dotted_domain,_custom_port
=== RUN   TestSplitHostnamePort/https_plain
=== RUN   TestSplitHostnamePort/custom_port
=== RUN   TestSplitHostnamePort/https_custom_port
=== RUN   TestSplitHostnamePort/bad_scheme
--- PASS: TestSplitHostnamePort (0.00s)
    --- PASS: TestSplitHostnamePort/plain (0.00s)
    --- PASS: TestSplitHostnamePort/dotted_domain (0.00s)
    --- PASS: TestSplitHostnamePort/dotted_domain,_custom_port (0.00s)
    --- PASS: TestSplitHostnamePort/https_plain (0.00s)
    --- PASS: TestSplitHostnamePort/custom_port (0.00s)
    --- PASS: TestSplitHostnamePort/https_custom_port (0.00s)
    --- PASS: TestSplitHostnamePort/bad_scheme (0.00s)
=== RUN   TestZeroMaxRedirectShouldError
--- PASS: TestZeroMaxRedirectShouldError (0.00s)
=== RUN   TestNonZeroRedirect
--- PASS: TestNonZeroRedirect (0.00s)
=== RUN   TestRequestBuildingWithCustomHost
--- PASS: TestRequestBuildingWithCustomHost (0.00s)
=== RUN   TestRequestBuildingWithExplicitUserAgent
--- PASS: TestRequestBuildingWithExplicitUserAgent (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/heartbeat/monitors/active/http	1.493s
=== RUN   TestICMPFields
--- PASS: TestICMPFields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors/active/icmp	0.032s
=== RUN   TestMakeEndpoints
=== RUN   TestMakeEndpoints/hostname
=== RUN   TestMakeEndpoints/ipv4
=== RUN   TestMakeEndpoints/unbracketed_ipv6
=== RUN   TestMakeEndpoints/bracketed_ipv6
=== RUN   TestMakeEndpoints/url
=== RUN   TestMakeEndpoints/url:port
=== RUN   TestMakeEndpoints/scheme://url:port
=== RUN   TestMakeEndpoints/hybrid
--- PASS: TestMakeEndpoints (0.00s)
    --- PASS: TestMakeEndpoints/hostname (0.00s)
    --- PASS: TestMakeEndpoints/ipv4 (0.00s)
    --- PASS: TestMakeEndpoints/unbracketed_ipv6 (0.00s)
    --- PASS: TestMakeEndpoints/bracketed_ipv6 (0.00s)
    --- PASS: TestMakeEndpoints/url (0.00s)
    --- PASS: TestMakeEndpoints/url:port (0.00s)
    --- PASS: TestMakeEndpoints/scheme://url:port (0.00s)
    --- PASS: TestMakeEndpoints/hybrid (0.00s)
=== RUN   TestSocks5Job
=== RUN   TestSocks5Job/using_local_resolver
=== RUN   TestSocks5Job/not_using_local_resolver
--- PASS: TestSocks5Job (0.02s)
    --- PASS: TestSocks5Job/using_local_resolver (0.02s)
    --- PASS: TestSocks5Job/not_using_local_resolver (0.00s)
=== RUN   TestUpEndpointJob
=== RUN   TestUpEndpointJob/localhost
=== RUN   TestUpEndpointJob/ipv4
=== RUN   TestUpEndpointJob/ipv6
--- PASS: TestUpEndpointJob (0.00s)
    --- PASS: TestUpEndpointJob/localhost (0.00s)
    --- PASS: TestUpEndpointJob/ipv4 (0.00s)
    --- PASS: TestUpEndpointJob/ipv6 (0.00s)
=== RUN   TestConnectionRefusedEndpointJob
--- PASS: TestConnectionRefusedEndpointJob (0.00s)
=== RUN   TestUnreachableEndpointJob
--- PASS: TestUnreachableEndpointJob (1.01s)
=== RUN   TestCheckUp
--- PASS: TestCheckUp (0.00s)
=== RUN   TestCheckDown
--- PASS: TestCheckDown (0.01s)
=== RUN   TestNXDomainJob
--- PASS: TestNXDomainJob (0.06s)
=== RUN   TestTLSSANIPConnection
    testing.go:36: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/tcp/testing.go:36
        	Error:      	lookslike could not validate map
        	Test:       	TestTLSSANIPConnection
        	Messages:   	1 errors validating source: 
        	            	(mapstr.M) (len=6) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	 (string) (len=5) "state": (*monitorstate.State)(0x32302f00)(),
        	            	 (string) (len=3) "tcp": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=7) "connect": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 80
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=3) "tls": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=7) "version": (string) (len=3) "1.3",
        	            	  (string) (len=6) "cipher": (string) (len=28) "TLS-CHACHA20-POLY1305-SHA256",
        	            	  (string) (len=6) "server": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=4) "x509": (mapstr.M) (len=9) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=19) "signature_algorithm": (string) (len=10) "SHA256-RSA",
        	            	    (string) (len=20) "public_key_algorithm": (string) (len=3) "RSA",
        	            	    (string) (len=10) "not_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	    (string) (len=6) "issuer": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=7) "subject": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=13) "serial_number": (string) (len=38) "97129276724337570813249812937731361303",
        	            	    (string) (len=9) "not_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	    (string) (len=15) "public_key_size": (int) 2048,
        	            	    (string) (len=19) "public_key_exponent": (int) 65537
        	            	   },
        	            	   (string) (len=4) "hash": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "sha1": (string) (len=40) "15dbd260c7465ecca6de2c0b2181187f66ee0d1a",
        	            	    (string) (len=6) "sha256": (string) (len=64) "ab601914436e58babb17b9166155caf97bd7e5f8deb9b659bcdb66c58b49f323"
        	            	   }
        	            	  },
        	            	  (string) (len=28) "certificate_not_valid_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	  (string) (len=27) "certificate_not_valid_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	  (string) (len=11) "established": (bool) true,
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=9) "handshake": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 20586
        	            	   }
        	            	  },
        	            	  (string) (len=16) "version_protocol": (string) (len=3) "tls"
        	            	 },
        	            	 (string) (len=7) "monitor": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=2) "ip": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=8) "timespan": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=3) "gte": (time.Time) 2023-11-03 09:38:40.176859575 -0400 EDT m=+1.128602979,
        	            	   (string) (len=2) "lt": (time.Time) 2023-11-03 09:38:41.176859575 -0400 EDT m=+2.128602979
        	            	  },
        	            	  (string) (len=4) "name": (string) "",
        	            	  (string) (len=4) "type": (string) (len=3) "tcp",
        	            	  (string) (len=2) "id": (string) (len=4) "test",
        	            	  (string) (len=6) "status": (string) (len=2) "up",
        	            	  (string) (len=8) "duration": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "us": (int64) 20779
        	            	  },
        	            	  (string) (len=11) "check_group": (string) (len=36) "4c5240dd-7a4e-11ee-8281-b301fe4b6b4a"
        	            	 },
        	            	 (string) (len=3) "url": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=4) "port": (uint16) 24174,
        	            	  (string) (len=4) "full": (string) (len=21) "ssl://127.0.0.1:24174",
        	            	  (string) (len=6) "scheme": (string) (len=3) "ssl",
        	            	  (string) (len=6) "domain": (string) (len=9) "127.0.0.1"
        	            	 },
        	            	 (string) (len=7) "summary": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=4) "down": (uint16) 0,
        	            	  (string) (len=2) "up": (uint16) 1
        	            	 }
        	            	}
    testing.go:44: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/tcp/testing.go:44
        	Error:      	Received unexpected error:
        	            	@Path 'tls.cipher': objects not equal: actual(string(TLS-CHACHA20-POLY1305-SHA256)) != expected(string(TLS-AES-128-GCM-SHA256))
        	Test:       	TestTLSSANIPConnection
--- FAIL: TestTLSSANIPConnection (0.02s)
=== RUN   TestTLSHostname
    testing.go:36: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/tcp/testing.go:36
        	Error:      	lookslike could not validate map
        	Test:       	TestTLSHostname
        	Messages:   	1 errors validating source: 
        	            	(mapstr.M) (len=7) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	 (string) (len=7) "monitor": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=8) "duration": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "us": (int64) 13485
        	            	  },
        	            	  (string) (len=11) "check_group": (string) (len=36) "4c5622bc-7a4e-11ee-8281-b301fe4b6b4a",
        	            	  (string) (len=2) "ip": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=8) "timespan": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=3) "gte": (time.Time) 2023-11-03 09:38:40.19433817 -0400 EDT m=+1.146081634,
        	            	   (string) (len=2) "lt": (time.Time) 2023-11-03 09:38:41.19433817 -0400 EDT m=+2.146081634
        	            	  },
        	            	  (string) (len=4) "type": (string) (len=3) "tcp",
        	            	  (string) (len=2) "id": (string) (len=4) "test",
        	            	  (string) (len=4) "name": (string) "",
        	            	  (string) (len=6) "status": (string) (len=2) "up"
        	            	 },
        	            	 (string) (len=7) "resolve": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=2) "ip": (string) (len=9) "127.0.0.1",
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=2) "us": (int64) 4
        	            	  }
        	            	 },
        	            	 (string) (len=3) "url": (mapstr.M) (len=4) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=6) "scheme": (string) (len=3) "ssl",
        	            	  (string) (len=6) "domain": (string) (len=11) "example.com",
        	            	  (string) (len=4) "port": (uint16) 24176,
        	            	  (string) (len=4) "full": (string) (len=23) "ssl://example.com:24176"
        	            	 },
        	            	 (string) (len=7) "summary": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=2) "up": (uint16) 1,
        	            	  (string) (len=4) "down": (uint16) 0
        	            	 },
        	            	 (string) (len=5) "state": (*monitorstate.State)(0x32303ef0)(),
        	            	 (string) (len=3) "tcp": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=7) "connect": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 57
        	            	   }
        	            	  }
        	            	 },
        	            	 (string) (len=3) "tls": (mapstr.M) (len=8) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	  (string) (len=27) "certificate_not_valid_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC,
        	            	  (string) (len=6) "server": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=4) "hash": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=4) "sha1": (string) (len=40) "15dbd260c7465ecca6de2c0b2181187f66ee0d1a",
        	            	    (string) (len=6) "sha256": (string) (len=64) "ab601914436e58babb17b9166155caf97bd7e5f8deb9b659bcdb66c58b49f323"
        	            	   },
        	            	   (string) (len=4) "x509": (mapstr.M) (len=9) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=7) "subject": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=10) "not_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC,
        	            	    (string) (len=19) "public_key_exponent": (int) 65537,
        	            	    (string) (len=15) "public_key_size": (int) 2048,
        	            	    (string) (len=6) "issuer": (mapstr.M) (len=2) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	     (string) (len=11) "common_name": (string) "",
        	            	     (string) (len=18) "distinguished_name": (string) (len=9) "O=Acme Co"
        	            	    },
        	            	    (string) (len=13) "serial_number": (string) (len=38) "97129276724337570813249812937731361303",
        	            	    (string) (len=19) "signature_algorithm": (string) (len=10) "SHA256-RSA",
        	            	    (string) (len=20) "public_key_algorithm": (string) (len=3) "RSA",
        	            	    (string) (len=9) "not_after": (time.Time) 2084-01-29 16:00:00 +0000 UTC
        	            	   }
        	            	  },
        	            	  (string) (len=11) "established": (bool) true,
        	            	  (string) (len=3) "rtt": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	   (string) (len=9) "handshake": (mapstr.M) (len=1) (PANIC=runtime error: invalid memory address or nil pointer dereference){
        	            	    (string) (len=2) "us": (int64) 12604
        	            	   }
        	            	  },
        	            	  (string) (len=16) "version_protocol": (string) (len=3) "tls",
        	            	  (string) (len=7) "version": (string) (len=3) "1.3",
        	            	  (string) (len=6) "cipher": (string) (len=28) "TLS-CHACHA20-POLY1305-SHA256",
        	            	  (string) (len=28) "certificate_not_valid_before": (time.Time) 1970-01-01 00:00:00 +0000 UTC
        	            	 }
        	            	}
    testing.go:44: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/heartbeat/monitors/active/tcp/testing.go:44
        	Error:      	Received unexpected error:
        	            	@Path 'tls.cipher': objects not equal: actual(string(TLS-CHACHA20-POLY1305-SHA256)) != expected(string(TLS-AES-128-GCM-SHA256))
        	Test:       	TestTLSHostname
--- FAIL: TestTLSHostname (0.02s)
=== RUN   TestTLSInvalidCert
2023/11/03 09:38:40 http: TLS handshake error from 127.0.0.1:24179: remote error: tls: bad certificate
--- PASS: TestTLSInvalidCert (0.02s)
=== RUN   TestTLSExpiredCert
2023/11/03 09:38:40 http: TLS handshake error from 127.0.0.1:24181: remote error: tls: bad certificate
--- PASS: TestTLSExpiredCert (0.02s)
FAIL
FAIL	github.com/elastic/beats/v7/heartbeat/monitors/active/tcp	1.291s
=== RUN   TestWrapAll
=== RUN   TestWrapAll/simple
=== RUN   TestWrapAll/multijob
=== RUN   TestWrapAll/continuations
=== RUN   TestWrapAll/continuations_multi-wrap
--- PASS: TestWrapAll (0.00s)
    --- PASS: TestWrapAll/simple (0.00s)
    --- PASS: TestWrapAll/multijob (0.00s)
    --- PASS: TestWrapAll/continuations (0.00s)
    --- PASS: TestWrapAll/continuations_multi-wrap (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors/jobs	0.072s
=== RUN   TestLogRun
--- PASS: TestLogRun (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors/logger	0.050s
=== RUN   TestLegacyServiceNameConfig
=== RUN   TestLegacyServiceNameConfig/given_config_map_{"id":"myId","schedule":"@every_1s","service_name":"myService","type":"http"}
=== RUN   TestLegacyServiceNameConfig/given_config_map_{"id":"myId","schedule":"@every_1s","service":{"name":"myService"},"type":"http"}
=== RUN   TestLegacyServiceNameConfig/given_config_map_{"id":"myId","schedule":"@every_1s","service":{"name":"myService"},"service_name":"ignoreMe","type":"http"}
--- PASS: TestLegacyServiceNameConfig (0.00s)
    --- PASS: TestLegacyServiceNameConfig/given_config_map_{"id":"myId","schedule":"@every_1s","service_name":"myService","type":"http"} (0.00s)
    --- PASS: TestLegacyServiceNameConfig/given_config_map_{"id":"myId","schedule":"@every_1s","service":{"name":"myService"},"type":"http"} (0.00s)
    --- PASS: TestLegacyServiceNameConfig/given_config_map_{"id":"myId","schedule":"@every_1s","service":{"name":"myService"},"service_name":"ignoreMe","type":"http"} (0.00s)
=== RUN   TestUnnestStream
=== RUN   TestUnnestStream/no_datastream
=== RUN   TestUnnestStream/simple_datastream,_with_origin_uses_streamId
=== RUN   TestUnnestStream/simple_datastream,_no_origin,_uses_rootId
=== RUN   TestUnnestStream/split_data_stream
=== RUN   TestUnnestStream/base_is_last,_not_first_stream
--- PASS: TestUnnestStream (0.00s)
    --- PASS: TestUnnestStream/no_datastream (0.00s)
    --- PASS: TestUnnestStream/simple_datastream,_with_origin_uses_streamId (0.00s)
    --- PASS: TestUnnestStream/simple_datastream,_no_origin,_uses_rootId (0.00s)
    --- PASS: TestUnnestStream/split_data_stream (0.00s)
    --- PASS: TestUnnestStream/base_is_last,_not_first_stream (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors/stdfields	0.020s
=== RUN   TestURLFields
=== RUN   TestURLFields/simple-http
=== RUN   TestURLFields/simple-https
=== RUN   TestURLFields/fancy-proto
=== RUN   TestURLFields/complex
--- PASS: TestURLFields (0.00s)
    --- PASS: TestURLFields/simple-http (0.00s)
    --- PASS: TestURLFields/simple-https (0.00s)
    --- PASS: TestURLFields/fancy-proto (0.00s)
    --- PASS: TestURLFields/complex (0.00s)
=== RUN   TestSimpleJob
=== RUN   TestSimpleJob/simple
=== RUN   TestSimpleJob/simple/result_at_index_0
--- PASS: TestSimpleJob (0.00s)
    --- PASS: TestSimpleJob/simple (0.00s)
        --- PASS: TestSimpleJob/simple/result_at_index_0 (0.00s)
=== RUN   TestAdditionalStdFields
=== RUN   TestAdditionalStdFields/with_service_name
=== RUN   TestAdditionalStdFields/with_service_name/simple
=== RUN   TestAdditionalStdFields/with_service_name/simple/result_at_index_0
=== RUN   TestAdditionalStdFields/with_origin
=== RUN   TestAdditionalStdFields/with_origin/simple
=== RUN   TestAdditionalStdFields/with_origin/simple/result_at_index_0
--- PASS: TestAdditionalStdFields (0.00s)
    --- PASS: TestAdditionalStdFields/with_service_name (0.00s)
        --- PASS: TestAdditionalStdFields/with_service_name/simple (0.00s)
            --- PASS: TestAdditionalStdFields/with_service_name/simple/result_at_index_0 (0.00s)
    --- PASS: TestAdditionalStdFields/with_origin (0.00s)
        --- PASS: TestAdditionalStdFields/with_origin/simple (0.00s)
            --- PASS: TestAdditionalStdFields/with_origin/simple/result_at_index_0 (0.00s)
=== RUN   TestErrorJob
=== RUN   TestErrorJob/job_error
=== RUN   TestErrorJob/job_error/result_at_index_0
--- PASS: TestErrorJob (0.00s)
    --- PASS: TestErrorJob/job_error (0.00s)
        --- PASS: TestErrorJob/job_error/result_at_index_0 (0.00s)
=== RUN   TestMultiJobNoConts
=== RUN   TestMultiJobNoConts/multi-job
=== RUN   TestMultiJobNoConts/multi-job/result_at_index_0
=== RUN   TestMultiJobNoConts/multi-job/result_at_index_1
--- PASS: TestMultiJobNoConts (0.00s)
    --- PASS: TestMultiJobNoConts/multi-job (0.00s)
        --- PASS: TestMultiJobNoConts/multi-job/result_at_index_0 (0.00s)
        --- PASS: TestMultiJobNoConts/multi-job/result_at_index_1 (0.00s)
=== RUN   TestMultiJobConts
=== RUN   TestMultiJobConts/multi-job-continuations
=== RUN   TestMultiJobConts/multi-job-continuations/result_at_index_0
=== RUN   TestMultiJobConts/multi-job-continuations/result_at_index_1
=== RUN   TestMultiJobConts/multi-job-continuations/result_at_index_2
=== RUN   TestMultiJobConts/multi-job-continuations/result_at_index_3
--- PASS: TestMultiJobConts (0.00s)
    --- PASS: TestMultiJobConts/multi-job-continuations (0.00s)
        --- PASS: TestMultiJobConts/multi-job-continuations/result_at_index_0 (0.00s)
        --- PASS: TestMultiJobConts/multi-job-continuations/result_at_index_1 (0.00s)
        --- PASS: TestMultiJobConts/multi-job-continuations/result_at_index_2 (0.00s)
        --- PASS: TestMultiJobConts/multi-job-continuations/result_at_index_3 (0.00s)
=== RUN   TestMultiJobContsCancelledEvents
=== RUN   TestMultiJobContsCancelledEvents/multi-job-continuations
=== RUN   TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_0
=== RUN   TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_1
=== RUN   TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_2
=== RUN   TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_3
--- PASS: TestMultiJobContsCancelledEvents (0.00s)
    --- PASS: TestMultiJobContsCancelledEvents/multi-job-continuations (0.00s)
        --- PASS: TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_0 (0.00s)
        --- PASS: TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_1 (0.00s)
        --- PASS: TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_2 (0.00s)
        --- PASS: TestMultiJobContsCancelledEvents/multi-job-continuations/result_at_index_3 (0.00s)
=== RUN   TestTimespan
=== RUN   TestTimespan/interval_longer_than_timeout
=== RUN   TestTimespan/timeout_longer_than_interval
--- PASS: TestTimespan (0.00s)
    --- PASS: TestTimespan/interval_longer_than_timeout (0.00s)
    --- PASS: TestTimespan/timeout_longer_than_interval (0.00s)
=== RUN   TestInlineBrowserJob
=== RUN   TestInlineBrowserJob/simple
=== RUN   TestInlineBrowserJob/simple/result_at_index_0
--- PASS: TestInlineBrowserJob (0.00s)
    --- PASS: TestInlineBrowserJob/simple (0.00s)
        --- PASS: TestInlineBrowserJob/simple/result_at_index_0 (0.00s)
=== RUN   TestProjectBrowserJob
=== RUN   TestProjectBrowserJob/simple
=== RUN   TestProjectBrowserJob/simple/result_at_index_0
=== RUN   TestProjectBrowserJob/with_up_summary
=== RUN   TestProjectBrowserJob/with_up_summary/result_at_index_0
=== RUN   TestProjectBrowserJob/with_down_summary
=== RUN   TestProjectBrowserJob/with_down_summary/result_at_index_0
=== RUN   TestProjectBrowserJob/legacy
=== RUN   TestProjectBrowserJob/legacy/result_at_index_0
--- PASS: TestProjectBrowserJob (0.00s)
    --- PASS: TestProjectBrowserJob/simple (0.00s)
        --- PASS: TestProjectBrowserJob/simple/result_at_index_0 (0.00s)
    --- PASS: TestProjectBrowserJob/with_up_summary (0.00s)
        --- PASS: TestProjectBrowserJob/with_up_summary/result_at_index_0 (0.00s)
    --- PASS: TestProjectBrowserJob/with_down_summary (0.00s)
        --- PASS: TestProjectBrowserJob/with_down_summary/result_at_index_0 (0.00s)
    --- PASS: TestProjectBrowserJob/legacy (0.00s)
        --- PASS: TestProjectBrowserJob/legacy/result_at_index_0 (0.00s)
=== RUN   TestECSErrors
=== RUN   TestECSErrors/on_summary_event
=== RUN   TestECSErrors/on_non-summary_event
--- PASS: TestECSErrors (0.00s)
    --- PASS: TestECSErrors/on_summary_event (0.00s)
    --- PASS: TestECSErrors/on_non-summary_event (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors/wrappers	0.044s
=== RUN   TestRecordingAndFlapping
--- PASS: TestRecordingAndFlapping (0.00s)
=== RUN   TestDuration
--- PASS: TestDuration (0.01s)
=== RUN   TestTransitionTo
--- PASS: TestTransitionTo (0.00s)
=== RUN   TestLoaderDBKey
--- PASS: TestLoaderDBKey (0.00s)
=== RUN   TestTrackerRecord
--- PASS: TestTrackerRecord (0.00s)
=== RUN   TestTrackerRecordFlappingDisabled
--- PASS: TestTrackerRecordFlappingDisabled (0.00s)
=== RUN   TestAtomicStateLoader
--- PASS: TestAtomicStateLoader (0.00s)
=== RUN   TestDeferredStateLoaderTimeout
--- PASS: TestDeferredStateLoaderTimeout (0.10s)
=== RUN   TestDeferredStateLoader
--- PASS: TestDeferredStateLoader (1.01s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/monitors/wrappers/monitorstate	1.167s
=== RUN   TestSchedJobRun
=== RUN   TestSchedJobRun/context_not_cancelled
=== RUN   TestSchedJobRun/context_cancelled
=== RUN   TestSchedJobRun/context_cancelled_over_limit
--- PASS: TestSchedJobRun (0.00s)
    --- PASS: TestSchedJobRun/context_not_cancelled (0.00s)
    --- PASS: TestSchedJobRun/context_cancelled (0.00s)
    --- PASS: TestSchedJobRun/context_cancelled_over_limit (0.00s)
=== RUN   TestRecursiveForkingJob
--- PASS: TestRecursiveForkingJob (0.00s)
=== RUN   TestNewWithLocation
--- PASS: TestNewWithLocation (0.00s)
=== RUN   TestSchedulerRun
--- PASS: TestSchedulerRun (0.00s)
=== RUN   TestScheduler_WaitForRunOnce
--- PASS: TestScheduler_WaitForRunOnce (0.26s)
=== RUN   TestScheduler_Stop
--- PASS: TestScheduler_Stop (0.00s)
=== RUN   TestSchedTaskLimits
=== RUN   TestSchedTaskLimits/runs_more_than_1_with_limit_of_1
=== RUN   TestSchedTaskLimits/runs_50_interleaved_without_limit
=== RUN   TestSchedTaskLimits/runs_100_with_limit_not_configured
--- PASS: TestSchedTaskLimits (0.00s)
    --- PASS: TestSchedTaskLimits/runs_more_than_1_with_limit_of_1 (0.00s)
    --- PASS: TestSchedTaskLimits/runs_50_interleaved_without_limit (0.00s)
    --- PASS: TestSchedTaskLimits/runs_100_with_limit_not_configured (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/scheduler	0.290s
=== RUN   TestParse
=== RUN   TestParse/every_second
=== RUN   TestParse/every_year
=== RUN   TestParse/cron_every_minute
=== RUN   TestParse/cron_complex
=== RUN   TestParse/invalid_syntax
=== RUN   TestParse/empty_str
--- PASS: TestParse (0.01s)
    --- PASS: TestParse/every_second (0.00s)
    --- PASS: TestParse/every_year (0.00s)
    --- PASS: TestParse/cron_every_minute (0.00s)
    --- PASS: TestParse/cron_complex (0.00s)
    --- PASS: TestParse/invalid_syntax (0.00s)
    --- PASS: TestParse/empty_str (0.00s)
=== RUN   Test_intervalScheduler_Next
=== RUN   Test_intervalScheduler_Next/one_second
=== RUN   Test_intervalScheduler_Next/one_minute
--- PASS: Test_intervalScheduler_Next (0.00s)
    --- PASS: Test_intervalScheduler_Next/one_second (0.00s)
    --- PASS: Test_intervalScheduler_Next/one_minute (0.00s)
=== RUN   TestSchedule_Unpack
=== RUN   TestSchedule_Unpack/one_minute_->_one_second
=== RUN   TestSchedule_Unpack/every_15_cron_->_every_second_interval
=== RUN   TestSchedule_Unpack/every_second_interval_->_every_15_cron
=== RUN   TestSchedule_Unpack/bad_format
--- PASS: TestSchedule_Unpack (0.00s)
    --- PASS: TestSchedule_Unpack/one_minute_->_one_second (0.00s)
    --- PASS: TestSchedule_Unpack/every_15_cron_->_every_second_interval (0.00s)
    --- PASS: TestSchedule_Unpack/every_second_interval_->_every_15_cron (0.00s)
    --- PASS: TestSchedule_Unpack/bad_format (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/scheduler/schedule	0.050s
=== RUN   TestRunsInOrder
--- PASS: TestRunsInOrder (0.00s)
=== RUN   TestStress
--- PASS: TestStress (11.67s)
=== RUN   TestQueueRunsTasksAddedAfterStart
--- PASS: TestQueueRunsTasksAddedAfterStart (0.00s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/scheduler/timerqueue	11.708s
=== RUN   TestSockTracer
--- PASS: TestSockTracer (0.26s)
=== RUN   TestSockTracerWaitFail
--- PASS: TestSockTracerWaitFail (1.04s)
=== RUN   TestSockTracerWaitSuccess
--- PASS: TestSockTracerWaitSuccess (1.54s)
PASS
ok  	github.com/elastic/beats/v7/heartbeat/tracer	2.883s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Mockbeat template has 1 fields in default_field.
--- PASS: TestTemplate (0.00s)
    --- PASS: TestTemplate/default_field_length (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat	0.058s
=== RUN   TestConfiguration
    server_test.go:38: Check for User and Security Descriptor
--- SKIP: TestConfiguration (0.00s)
=== RUN   TestSocket
=== RUN   TestSocket/socket_doesn't_exist_before
    server_test.go:84: /tmp/testsocket3258716366/test.sock
=== RUN   TestSocket/starting_beat_and_recover_a_dangling_socket_file
--- PASS: TestSocket (0.00s)
    --- PASS: TestSocket/socket_doesn't_exist_before (0.00s)
    --- PASS: TestSocket/starting_beat_and_recover_a_dangling_socket_file (0.00s)
=== RUN   TestHTTP
--- PASS: TestHTTP (0.00s)
=== RUN   TestAttachHandler
--- PASS: TestAttachHandler (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/api	0.053s
=== RUN   TestIsNPipe
=== RUN   TestIsNPipe/return_true_on_named_pipe
=== RUN   TestIsNPipe/return_false_if_its_not_a_named_pipe
--- PASS: TestIsNPipe (0.00s)
    --- PASS: TestIsNPipe/return_true_on_named_pipe (0.00s)
    --- PASS: TestIsNPipe/return_false_if_its_not_a_named_pipe (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/api/npipe	0.021s
=== RUN   TestGetFields
--- PASS: TestGetFields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/asset	0.018s
=== RUN   TestAppenderRegistry
--- PASS: TestAppenderRegistry (0.00s)
=== RUN   TestNilAutodiscover
--- PASS: TestNilAutodiscover (0.00s)
=== RUN   TestAutodiscover
    autodiscover_test.go:213: Sending first start event, there will be 1 runner running
    autodiscover_test.go:233: Seeding first 'update' event, there will be 1 runner running
    autodiscover_test.go:252: Seeding first stop event, there will be 0 runners running
    autodiscover_test.go:265: Sending second start event, there will be 1 runner running
    autodiscover_test.go:285: sending second stop event, there will be 0 runners running
--- PASS: TestAutodiscover (1.62s)
=== RUN   TestAutodiscoverHash
--- PASS: TestAutodiscoverHash (1.04s)
=== RUN   TestAutodiscoverDuplicatedConfigConfigCheckCalledOnce
--- PASS: TestAutodiscoverDuplicatedConfigConfigCheckCalledOnce (1.42s)
=== RUN   TestAutodiscoverWithConfigCheckFailures
--- PASS: TestAutodiscoverWithConfigCheckFailures (1.05s)
=== RUN   TestAutodiscoverWithMutlipleEntries
    autodiscover_test.go:595: [config: {"x":"y"}, started=false, stopped=true config: {"a":"b"}, started=true, stopped=false config: {"x":"c"}, started=true, stopped=false]
--- PASS: TestAutodiscoverWithMutlipleEntries (3.14s)
=== RUN   TestAutodiscoverDebounce
--- PASS: TestAutodiscoverDebounce (1.20s)
=== RUN   TestBuilderRegistry
--- PASS: TestBuilderRegistry (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/autodiscover	9.518s
=== RUN   TestGenerateAppender
=== RUN   TestGenerateAppender/Appender_without_a_condition_should_apply_the_config_regardless
=== RUN   TestGenerateAppender/Appender_with_a_condition_check_that_fails
=== RUN   TestGenerateAppender/Appender_with_a_condition_check_that_passes._It_should_get_appended
--- PASS: TestGenerateAppender (0.00s)
    --- PASS: TestGenerateAppender/Appender_without_a_condition_should_apply_the_config_regardless (0.00s)
    --- PASS: TestGenerateAppender/Appender_with_a_condition_check_that_fails (0.00s)
    --- PASS: TestGenerateAppender/Appender_with_a_condition_check_that_passes._It_should_get_appended (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/autodiscover/appenders/config	0.035s
=== RUN   TestStoreNil
--- PASS: TestStoreNil (0.00s)
=== RUN   TestStore
--- PASS: TestStore (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/autodiscover/meta	0.020s
=== RUN   TestGenerateHints
--- PASS: TestGenerateHints (0.00s)
=== RUN   TestGenerateMetaDockerNoDedot
--- PASS: TestGenerateMetaDockerNoDedot (0.00s)
=== RUN   TestGenerateMetaDockerWithDedot
--- PASS: TestGenerateMetaDockerWithDedot (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/autodiscover/providers/docker	0.030s
=== RUN   TestInterfaceConfigsUnpack
--- PASS: TestInterfaceConfigsUnpack (0.00s)
=== RUN   TestDefaultConfigUnpack
--- PASS: TestDefaultConfigUnpack (0.00s)
=== RUN   TestConfigUnpackEmptyInterfaces
--- PASS: TestConfigUnpackEmptyInterfaces (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/autodiscover/providers/jolokia	0.027s
=== RUN   TestConfigWithCustomBuilders
--- PASS: TestConfigWithCustomBuilders (0.00s)
=== RUN   TestConfigWithIncorrectScope
--- PASS: TestConfigWithIncorrectScope (0.00s)
=== RUN   TestGenerateHints_Node
--- PASS: TestGenerateHints_Node (0.00s)
=== RUN   TestEmitEvent_Node
=== RUN   TestEmitEvent_Node/Test_node_start
=== RUN   TestEmitEvent_Node/Test_node_start_with_just_node_name
=== RUN   TestEmitEvent_Node/Test_service_without_host
=== RUN   TestEmitEvent_Node/Test_stop_node_without_host
--- PASS: TestEmitEvent_Node (2.01s)
    --- PASS: TestEmitEvent_Node/Test_node_start (0.00s)
    --- PASS: TestEmitEvent_Node/Test_node_start_with_just_node_name (0.00s)
    --- PASS: TestEmitEvent_Node/Test_service_without_host (2.00s)
    --- PASS: TestEmitEvent_Node/Test_stop_node_without_host (0.00s)
=== RUN   TestNode_isUpdated
=== RUN   TestNode_isUpdated/one_of_the_objects_is_nil_then_its_updated
=== RUN   TestNode_isUpdated/both_empty_nodes_should_return_not_updated
=== RUN   TestNode_isUpdated/resource_version_is_the_same_should_return_not_updated
=== RUN   TestNode_isUpdated/if_meta_changes_then_it_should_return_updated
=== RUN   TestNode_isUpdated/if_spec_changes_then_it_should_return_updated
=== RUN   TestNode_isUpdated/if_overall_status_doesn't_change_then_its_not_an_update
=== RUN   TestNode_isUpdated/if_node_status_changes_then_its_an_update
--- PASS: TestNode_isUpdated (0.00s)
    --- PASS: TestNode_isUpdated/one_of_the_objects_is_nil_then_its_updated (0.00s)
    --- PASS: TestNode_isUpdated/both_empty_nodes_should_return_not_updated (0.00s)
    --- PASS: TestNode_isUpdated/resource_version_is_the_same_should_return_not_updated (0.00s)
    --- PASS: TestNode_isUpdated/if_meta_changes_then_it_should_return_updated (0.00s)
    --- PASS: TestNode_isUpdated/if_spec_changes_then_it_should_return_updated (0.00s)
    --- PASS: TestNode_isUpdated/if_overall_status_doesn't_change_then_its_not_an_update (0.00s)
    --- PASS: TestNode_isUpdated/if_node_status_changes_then_its_an_update (0.00s)
=== RUN   TestGenerateHints
--- PASS: TestGenerateHints (0.00s)
=== RUN   TestPod_EmitEvent
=== RUN   TestPod_EmitEvent/Test_common_pod_start
=== RUN   TestPod_EmitEvent/Test_common_pod_start_with_multiple_ports_exposed
=== RUN   TestPod_EmitEvent/Test_succeeded_pod_start_with_multiple_ports_exposed
=== RUN   TestPod_EmitEvent/Test_pod_without_host
=== RUN   TestPod_EmitEvent/Test_pod_without_container_id
=== RUN   TestPod_EmitEvent/Test_stop_pod_without_host
=== RUN   TestPod_EmitEvent/Test_stop_pod_without_container_id
=== RUN   TestPod_EmitEvent/Test_succeeded_pod_stop_with_multiple_ports_exposed
=== RUN   TestPod_EmitEvent/Test_terminated_init_container_in_started_common_pod
=== RUN   TestPod_EmitEvent/Test_init_container_in_common_pod
=== RUN   TestPod_EmitEvent/Test_ephemeral_container_in_common_pod
=== RUN   TestPod_EmitEvent/Test_pod_with_ephemeral,_init_and_normal_container
--- PASS: TestPod_EmitEvent (0.00s)
    --- PASS: TestPod_EmitEvent/Test_common_pod_start (0.00s)
    --- PASS: TestPod_EmitEvent/Test_common_pod_start_with_multiple_ports_exposed (0.00s)
    --- PASS: TestPod_EmitEvent/Test_succeeded_pod_start_with_multiple_ports_exposed (0.00s)
    --- PASS: TestPod_EmitEvent/Test_pod_without_host (0.00s)
    --- PASS: TestPod_EmitEvent/Test_pod_without_container_id (0.00s)
    --- PASS: TestPod_EmitEvent/Test_stop_pod_without_host (0.00s)
    --- PASS: TestPod_EmitEvent/Test_stop_pod_without_container_id (0.00s)
    --- PASS: TestPod_EmitEvent/Test_succeeded_pod_stop_with_multiple_ports_exposed (0.00s)
    --- PASS: TestPod_EmitEvent/Test_terminated_init_container_in_started_common_pod (0.00s)
    --- PASS: TestPod_EmitEvent/Test_init_container_in_common_pod (0.00s)
    --- PASS: TestPod_EmitEvent/Test_ephemeral_container_in_common_pod (0.00s)
    --- PASS: TestPod_EmitEvent/Test_pod_with_ephemeral,_init_and_normal_container (0.00s)
=== RUN   TestNamespacePodUpdater
=== RUN   TestNamespacePodUpdater/no_pods
=== RUN   TestNamespacePodUpdater/two_pods_but_only_one_in_namespace
=== RUN   TestNamespacePodUpdater/two_pods_but_none_in_namespace
--- PASS: TestNamespacePodUpdater (0.00s)
    --- PASS: TestNamespacePodUpdater/no_pods (0.00s)
    --- PASS: TestNamespacePodUpdater/two_pods_but_only_one_in_namespace (0.00s)
    --- PASS: TestNamespacePodUpdater/two_pods_but_none_in_namespace (0.00s)
=== RUN   TestNodePodUpdater
=== RUN   TestNodePodUpdater/no_pods
=== RUN   TestNodePodUpdater/two_pods_but_only_one_in_node
=== RUN   TestNodePodUpdater/two_pods_but_none_in_node
--- PASS: TestNodePodUpdater (0.00s)
    --- PASS: TestNodePodUpdater/no_pods (0.00s)
    --- PASS: TestNodePodUpdater/two_pods_but_only_one_in_node (0.00s)
    --- PASS: TestNodePodUpdater/two_pods_but_none_in_node (0.00s)
=== RUN   TestGenerateHints_Service
--- PASS: TestGenerateHints_Service (0.00s)
=== RUN   TestEmitEvent_Service
=== RUN   TestEmitEvent_Service/Test_service_start
=== RUN   TestEmitEvent_Service/Test_service_without_host
=== RUN   TestEmitEvent_Service/Test_service_without_port
=== RUN   TestEmitEvent_Service/Test_stop_service_without_host
--- PASS: TestEmitEvent_Service (4.02s)
    --- PASS: TestEmitEvent_Service/Test_service_start (0.00s)
    --- PASS: TestEmitEvent_Service/Test_service_without_host (2.00s)
    --- PASS: TestEmitEvent_Service/Test_service_without_port (2.02s)
    --- PASS: TestEmitEvent_Service/Test_stop_service_without_host (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/autodiscover/providers/kubernetes	6.105s
=== RUN   TestConfigsMapping
{"log.level":"debug","@timestamp":"2023-11-03T09:38:50.581-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[foo:0x8380e00]","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:38:50.582-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/equals.go","file.line":37},"message":"expected int but got type string in equals condition.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:50.583-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[foo:0x8380e00]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:50.583-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[foo:0x8380e00]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:50.586-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[foo:0x8380e00]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:50.591-0400","log.logger":"autodiscover","log.origin":{"file.name":"template/config.go","file.line":157},"message":"Configuration template cannot be resolved: field 'not.exists.host' not available in event or environment accessing 'hosts'","ecs.version":"1.6.0"}
--- PASS: TestConfigsMapping (0.01s)
=== RUN   TestConfigsMappingKeystore
{"log.level":"debug","@timestamp":"2023-11-03T09:38:50.635-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[foo:0x8380e00]","ecs.version":"1.6.0"}
--- PASS: TestConfigsMappingKeystore (0.04s)
=== RUN   TestConfigsMappingKeystoreProvider
{"log.level":"debug","@timestamp":"2023-11-03T09:38:50.668-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[foo:0x8380e00]","ecs.version":"1.6.0"}
--- PASS: TestConfigsMappingKeystoreProvider (0.07s)
=== RUN   TestNilConditionConfig
--- PASS: TestNilConditionConfig (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/autodiscover/template	0.143s
=== RUN   TestEventPutGetTimestamp
--- PASS: TestEventPutGetTimestamp (0.00s)
=== RUN   TestDeepUpdate
=== RUN   TestDeepUpdate/does_nothing_if_no_update
=== RUN   TestDeepUpdate/updates_timestamp
=== RUN   TestDeepUpdate/does_not_overwrite_timestamp
=== RUN   TestDeepUpdate/initializes_metadata_if_nil
=== RUN   TestDeepUpdate/updates_metadata_but_does_not_overwrite
=== RUN   TestDeepUpdate/updates_metadata_and_overwrites
=== RUN   TestDeepUpdate/updates_fields_but_does_not_overwrite
=== RUN   TestDeepUpdate/updates_metadata_and_overwrites#01
=== RUN   TestDeepUpdate/initializes_fields_if_nil
--- PASS: TestDeepUpdate (0.00s)
    --- PASS: TestDeepUpdate/does_nothing_if_no_update (0.00s)
    --- PASS: TestDeepUpdate/updates_timestamp (0.00s)
    --- PASS: TestDeepUpdate/does_not_overwrite_timestamp (0.00s)
    --- PASS: TestDeepUpdate/initializes_metadata_if_nil (0.00s)
    --- PASS: TestDeepUpdate/updates_metadata_but_does_not_overwrite (0.00s)
    --- PASS: TestDeepUpdate/updates_metadata_and_overwrites (0.00s)
    --- PASS: TestDeepUpdate/updates_fields_but_does_not_overwrite (0.00s)
    --- PASS: TestDeepUpdate/updates_metadata_and_overwrites#01 (0.00s)
    --- PASS: TestDeepUpdate/initializes_fields_if_nil (0.00s)
=== RUN   TestEventMetadata
=== RUN   TestEventMetadata/put
=== RUN   TestEventMetadata/get
=== RUN   TestEventMetadata/put_sub-key
=== RUN   TestEventMetadata/get_sub-key
=== RUN   TestEventMetadata/delete
=== RUN   TestEventMetadata/delete_sub-key
=== RUN   TestEventMetadata/setID
=== RUN   TestEventMetadata/put_non-metadata
=== RUN   TestEventMetadata/delete_non-metadata
--- PASS: TestEventMetadata (0.00s)
    --- PASS: TestEventMetadata/put (0.00s)
    --- PASS: TestEventMetadata/get (0.00s)
    --- PASS: TestEventMetadata/put_sub-key (0.00s)
    --- PASS: TestEventMetadata/get_sub-key (0.00s)
    --- PASS: TestEventMetadata/delete (0.00s)
    --- PASS: TestEventMetadata/delete_sub-key (0.00s)
    --- PASS: TestEventMetadata/setID (0.00s)
    --- PASS: TestEventMetadata/put_non-metadata (0.00s)
    --- PASS: TestEventMetadata/delete_non-metadata (0.00s)
=== RUN   TestFQDNAwareHostname
=== RUN   TestFQDNAwareHostname/fqdn_flag_enabled
=== RUN   TestFQDNAwareHostname/fqdn_flag_disabled
--- PASS: TestFQDNAwareHostname (0.00s)
    --- PASS: TestFQDNAwareHostname/fqdn_flag_enabled (0.00s)
    --- PASS: TestFQDNAwareHostname/fqdn_flag_disabled (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/beat	0.024s
=== RUN   TestGetMetaStringValue
=== RUN   TestGetMetaStringValue/nonexistent_field
=== RUN   TestGetMetaStringValue/root
=== RUN   TestGetMetaStringValue/nested
=== RUN   TestGetMetaStringValue/non_string
--- PASS: TestGetMetaStringValue (0.00s)
    --- PASS: TestGetMetaStringValue/nonexistent_field (0.00s)
    --- PASS: TestGetMetaStringValue/root (0.00s)
    --- PASS: TestGetMetaStringValue/nested (0.00s)
    --- PASS: TestGetMetaStringValue/non_string (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/beat/events	0.027s
=== RUN   TestRead
--- PASS: TestRead (0.00s)
=== RUN   TestGlobManagerInit
--- PASS: TestGlobManagerInit (0.00s)
=== RUN   TestGlobManager
--- PASS: TestGlobManager (0.00s)
=== RUN   TestCfgFileSorting
--- PASS: TestCfgFileSorting (0.00s)
=== RUN   TestGlobWatcher
--- PASS: TestGlobWatcher (2.01s)
=== RUN   TestNewConfigs
--- PASS: TestNewConfigs (0.00s)
=== RUN   TestReloadSameConfigs
--- PASS: TestReloadSameConfigs (0.00s)
=== RUN   TestReloadDuplicateConfig
--- PASS: TestReloadDuplicateConfig (0.00s)
=== RUN   TestReloadStopConfigs
--- PASS: TestReloadStopConfigs (0.00s)
=== RUN   TestReloadStartStopConfigs
--- PASS: TestReloadStartStopConfigs (0.00s)
=== RUN   TestStopAll
--- PASS: TestStopAll (0.00s)
=== RUN   TestHas
--- PASS: TestHas (0.00s)
=== RUN   TestCreateRunnerAddsDynamicMeta
=== RUN   TestCreateRunnerAddsDynamicMeta/no_dynamic_metadata
=== RUN   TestCreateRunnerAddsDynamicMeta/with_dynamic_fields
--- PASS: TestCreateRunnerAddsDynamicMeta (0.00s)
    --- PASS: TestCreateRunnerAddsDynamicMeta/no_dynamic_metadata (0.00s)
    --- PASS: TestCreateRunnerAddsDynamicMeta/with_dynamic_fields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/cfgfile	2.043s
=== RUN   TestDecode
--- PASS: TestDecode (0.00s)
=== RUN   TestDecodeError
--- PASS: TestDecodeError (0.00s)
=== RUN   TestOverwriteSettings
    cloudid_test.go:181: Executing test: No cloud-id specified, nothing should change
    cloudid_test.go:181: Executing test: cloudid realistic example
    cloudid_test.go:181: Executing test: only cloudid specified
    cloudid_test.go:181: Executing test: no output defined
    cloudid_test.go:181: Executing test: multiple hosts to overwrite
--- PASS: TestOverwriteSettings (0.00s)
=== RUN   TestOverwriteErrors
    cloudid_test.go:242: Executing test: cloud.auth specified but cloud.id not
    cloudid_test.go:242: Executing test: invalid cloud.id
    cloudid_test.go:242: Executing test: invalid cloud.auth
    cloudid_test.go:242: Executing test: logstash output enabled
--- PASS: TestOverwriteErrors (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/cloudid	0.019s
=== RUN   TestNewInstance
--- PASS: TestNewInstance (0.00s)
=== RUN   TestNewInstanceUUID
--- PASS: TestNewInstanceUUID (0.00s)
=== RUN   TestInitKibanaConfig
--- PASS: TestInitKibanaConfig (0.00s)
=== RUN   TestEmptyMetaJson
--- PASS: TestEmptyMetaJson (0.01s)
=== RUN   TestMetaJsonWithTimestamp
--- PASS: TestMetaJsonWithTimestamp (0.00s)
=== RUN   TestSanitizeIPs
=== RUN   TestSanitizeIPs/does_not_change_valid_IPs
=== RUN   TestSanitizeIPs/cuts_the_masks
=== RUN   TestSanitizeIPs/excludes_invalid_IPs
--- PASS: TestSanitizeIPs (0.00s)
    --- PASS: TestSanitizeIPs/does_not_change_valid_IPs (0.00s)
    --- PASS: TestSanitizeIPs/cuts_the_masks (0.00s)
    --- PASS: TestSanitizeIPs/excludes_invalid_IPs (0.00s)
=== RUN   TestReloader
=== RUN   TestReloader/updates_the_output_configuration_on_the_beat
--- PASS: TestReloader (0.00s)
    --- PASS: TestReloader/updates_the_output_configuration_on_the_beat (0.00s)
=== RUN   TestMonitoringNameFromConfig
Exiting: failed to get host information: unimplemented
panic: test timed out after 10m0s
running tests:
	TestMonitoringNameFromConfig (10m0s)

goroutine 50 [running]:
testing.(*M).startAlarm.func1()
	/usr/local/go120/src/testing/testing.go:2241 +0x381
created by time.goFunc
	/usr/local/go120/src/time/sleep.go:176 +0x29

goroutine 1 [chan receive]:
testing.(*T).Run(0x2ac074a0, {0x65cd67, 0x1c}, 0x713bc0)
	/usr/local/go120/src/testing/testing.go:1630 +0x440
testing.runTests.func1(0x2ac074a0)
	/usr/local/go120/src/testing/testing.go:2036 +0x45
testing.tRunner(0x2ac074a0, 0x2ae5fe10)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
testing.runTests(0x2af34840, {0x1c932c0, 0x8, 0x8}, {0xc1495c714b302c47, 0x8bb30ef862, 0x1e347c0})
	/usr/local/go120/src/testing/testing.go:2034 +0x3bd
testing.(*M).Run(0x2af52230)
	/usr/local/go120/src/testing/testing.go:1906 +0x6b2
main.main()
	_testmain.go:63 +0x17f

goroutine 46 [chan receive]:
github.com/elastic/beats/v7/libbeat/cmd/instance_test.mockbeat.waitUntilRunning(...)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/cmd/instance/beat_integration_test.go:72
github.com/elastic/beats/v7/libbeat/cmd/instance_test.TestMonitoringNameFromConfig(0x2af841e0)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/cmd/instance/beat_integration_test.go:105 +0x1d2
testing.tRunner(0x2af841e0, 0x713bc0)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/libbeat/cmd/instance	600.062s
=== RUN   TestLocker
{"log.level":"debug","@timestamp":"2023-11-03T09:38:53.465-0400","log.origin":{"file.name":"locks/lock.go","file.line":79},"message":"Could not obtain lock for file /tmp/pidfile_test3582050565/testbeat-testlocker.lock, retrying 4 times","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:53.876-0400","log.origin":{"file.name":"locks/lock.go","file.line":79},"message":"Could not obtain lock for file /tmp/pidfile_test3582050565/testbeat-testlocker.lock, retrying 3 times","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.277-0400","log.origin":{"file.name":"locks/lock.go","file.line":79},"message":"Could not obtain lock for file /tmp/pidfile_test3582050565/testbeat-testlocker.lock, retrying 2 times","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.713-0400","log.origin":{"file.name":"locks/lock.go","file.line":79},"message":"Could not obtain lock for file /tmp/pidfile_test3582050565/testbeat-testlocker.lock, retrying 1 times","ecs.version":"1.6.0"}
--- PASS: TestLocker (1.65s)
=== RUN   TestUnlock
--- PASS: TestUnlock (0.00s)
=== RUN   TestUnlockWithRemainingFile
--- PASS: TestUnlockWithRemainingFile (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/cmd/instance/locks	1.699s
=== RUN   TestCheckPlatformCompat
    platformcheck_test.go:33: Test not support on current platform
--- SKIP: TestCheckPlatformCompat (0.00s)
=== RUN   TestHelper
    platformcheck_test.go:57: ignore helper
--- PASS: TestHelper (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/cmd/platformcheck	0.032s
=== RUN   TestBytes_Ntohs
--- PASS: TestBytes_Ntohs (0.00s)
=== RUN   TestBytes_Ntohl
--- PASS: TestBytes_Ntohl (0.00s)
=== RUN   TestBytes_Htohl
--- PASS: TestBytes_Htohl (0.00s)
=== RUN   TestBytes_Ntohll
--- PASS: TestBytes_Ntohll (0.00s)
=== RUN   TestIpv4_Ntoa
--- PASS: TestIpv4_Ntoa (0.00s)
=== RUN   TestReadString
--- PASS: TestReadString (0.00s)
=== RUN   TestRandomBytesLength
--- PASS: TestRandomBytesLength (0.00s)
=== RUN   TestRandomBytes
--- PASS: TestRandomBytes (0.00s)
=== RUN   TestUTF16ToUTF8
--- PASS: TestUTF16ToUTF8 (0.00s)
=== RUN   TestUTF16BytesToStringTrimNullTerm
--- PASS: TestUTF16BytesToStringTrimNullTerm (0.00s)
=== RUN   TestExpireWithRemovalListener
--- PASS: TestExpireWithRemovalListener (0.00s)
=== RUN   TestExpireWithoutRemovalListener
--- PASS: TestExpireWithoutRemovalListener (0.00s)
=== RUN   TestPutIfAbsent
--- PASS: TestPutIfAbsent (0.00s)
=== RUN   TestPut
--- PASS: TestPut (0.00s)
=== RUN   TestReplace
--- PASS: TestReplace (0.00s)
=== RUN   TestGetUpdatesLastAccessTime
--- PASS: TestGetUpdatesLastAccessTime (0.00s)
=== RUN   TestGetDoesntUpdateLastAccessTime
--- PASS: TestGetDoesntUpdateLastAccessTime (0.00s)
=== RUN   TestDeleteNonExistentKey
--- PASS: TestDeleteNonExistentKey (0.00s)
=== RUN   TestDeleteExistingKey
--- PASS: TestDeleteExistingKey (0.00s)
=== RUN   TestDeleteExpiredKey
--- PASS: TestDeleteExpiredKey (0.00s)
=== RUN   TestEntries
--- PASS: TestEntries (0.00s)
=== RUN   TestSize
--- PASS: TestSize (0.00s)
=== RUN   TestGetExpiredValue
--- PASS: TestGetExpiredValue (0.00s)
=== RUN   TestJanitor
--- PASS: TestJanitor (0.00s)
=== RUN   TestTryToInt
--- PASS: TestTryToInt (0.00s)
=== RUN   Test_CSVDump
--- PASS: Test_CSVDump (0.00s)
=== RUN   TestParseTime
--- PASS: TestParseTime (0.00s)
=== RUN   TestParseTimeNegative
--- PASS: TestParseTimeNegative (0.00s)
=== RUN   TestTimeMarshal
--- PASS: TestTimeMarshal (0.00s)
=== RUN   TestTimeString
=== RUN   TestTimeString/empty_config
=== RUN   TestTimeString/nanosecond_precision
=== RUN   TestTimeString/millisecond_precision
=== RUN   TestTimeString/microsecond_precision
--- PASS: TestTimeString (0.00s)
    --- PASS: TestTimeString/empty_config (0.00s)
    --- PASS: TestTimeString/nanosecond_precision (0.00s)
    --- PASS: TestTimeString/millisecond_precision (0.00s)
    --- PASS: TestTimeString/microsecond_precision (0.00s)
=== RUN   TestConvertNestedMapStr
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.156-0400","log.logger":"event","log.origin":{"file.name":"common/event.go","file.line":84},"message":"Dropped nil value from event where key=env","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.156-0400","log.logger":"event","log.origin":{"file.name":"common/event.go","file.line":84},"message":"Dropped nil value from event where key=key2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.156-0400","log.logger":"event","log.origin":{"file.name":"common/event.go","file.line":84},"message":"Dropped nil value from event where key=key3","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:38:54.156-0400","log.logger":"event","log.origin":{"file.name":"common/event.go","file.line":62},"message":"Unsuccessful conversion to generic event: 2 errors: [key=key2: error unsupported type=uintptr value=0x58 key=key3: error unsupported type=func() value=(func())(0x83cdc60)], event=Not valid json: json: unsupported type: func()","ecs.version":"1.6.0"}
--- PASS: TestConvertNestedMapStr (0.00s)
=== RUN   TestConvertNestedStruct
--- PASS: TestConvertNestedStruct (0.00s)
=== RUN   TestConvertWithNullEmission
--- PASS: TestConvertWithNullEmission (0.00s)
=== RUN   TestNormalizeValue
=== RUN   TestNormalizeValue/string_value
=== RUN   TestNormalizeValue/drop_nil_time_pointer
=== RUN   TestNormalizeValue/uint8_value
=== RUN   TestNormalizeValue/map[string]string_to_mapstr.M
=== RUN   TestNormalizeValue/custom_int_type
=== RUN   TestNormalizeValue/custom_uint64_type_ok
=== RUN   TestNormalizeValue/array_of_custom_uint_type
=== RUN   TestNormalizeValue/NetString_supports_TextMarshaller
=== RUN   TestNormalizeValue/array_of_strings
=== RUN   TestNormalizeValue/array_of_mapstr.M
=== RUN   TestNormalizeValue/int8_value
=== RUN   TestNormalizeValue/pointers_are_dereferenced
=== RUN   TestNormalizeValue/UUID_supports_TextMarshaller
=== RUN   TestNormalizeValue/array_of_uint64_masked
=== RUN   TestNormalizeValue/custom_uint_type
=== RUN   TestNormalizeValue/custom_uint64_type_masked
=== RUN   TestNormalizeValue/array_of_custom_uint64_masked
=== RUN   TestNormalizeValue/nil
=== RUN   TestNormalizeValue/map[string][]string_to_mapstr.M
=== RUN   TestNormalizeValue/uint64_masked
=== RUN   TestNormalizeValue/bool_value
=== RUN   TestNormalizeValue/array_of_bools
=== RUN   TestNormalizeValue/array_of_uint64_ok
=== RUN   TestNormalizeValue/array_of_map_to_mapstr.M
=== RUN   TestNormalizeValue/array_of_custom_int_type
=== RUN   TestNormalizeValue/drop_nil_string_pointer
=== RUN   TestNormalizeValue/array_of_custom_bool_type
=== RUN   TestNormalizeValue/array_of_ints
=== RUN   TestNormalizeValue/custom_bool_type
=== RUN   TestNormalizeValue/array_of_custom_uint64_ok
=== RUN   TestNormalizeValue/map_to_mapstr.M
=== RUN   TestNormalizeValue/float32_value
=== RUN   TestNormalizeValue/float64_value
--- PASS: TestNormalizeValue (0.01s)
    --- PASS: TestNormalizeValue/string_value (0.00s)
    --- PASS: TestNormalizeValue/drop_nil_time_pointer (0.00s)
    --- PASS: TestNormalizeValue/uint8_value (0.00s)
    --- PASS: TestNormalizeValue/map[string]string_to_mapstr.M (0.00s)
    --- PASS: TestNormalizeValue/custom_int_type (0.00s)
    --- PASS: TestNormalizeValue/custom_uint64_type_ok (0.00s)
    --- PASS: TestNormalizeValue/array_of_custom_uint_type (0.00s)
    --- PASS: TestNormalizeValue/NetString_supports_TextMarshaller (0.00s)
    --- PASS: TestNormalizeValue/array_of_strings (0.00s)
    --- PASS: TestNormalizeValue/array_of_mapstr.M (0.00s)
    --- PASS: TestNormalizeValue/int8_value (0.00s)
    --- PASS: TestNormalizeValue/pointers_are_dereferenced (0.00s)
    --- PASS: TestNormalizeValue/UUID_supports_TextMarshaller (0.00s)
    --- PASS: TestNormalizeValue/array_of_uint64_masked (0.00s)
    --- PASS: TestNormalizeValue/custom_uint_type (0.00s)
    --- PASS: TestNormalizeValue/custom_uint64_type_masked (0.00s)
    --- PASS: TestNormalizeValue/array_of_custom_uint64_masked (0.00s)
    --- PASS: TestNormalizeValue/nil (0.00s)
    --- PASS: TestNormalizeValue/map[string][]string_to_mapstr.M (0.00s)
    --- PASS: TestNormalizeValue/uint64_masked (0.00s)
    --- PASS: TestNormalizeValue/bool_value (0.00s)
    --- PASS: TestNormalizeValue/array_of_bools (0.00s)
    --- PASS: TestNormalizeValue/array_of_uint64_ok (0.00s)
    --- PASS: TestNormalizeValue/array_of_map_to_mapstr.M (0.00s)
    --- PASS: TestNormalizeValue/array_of_custom_int_type (0.00s)
    --- PASS: TestNormalizeValue/drop_nil_string_pointer (0.00s)
    --- PASS: TestNormalizeValue/array_of_custom_bool_type (0.00s)
    --- PASS: TestNormalizeValue/array_of_ints (0.00s)
    --- PASS: TestNormalizeValue/custom_bool_type (0.00s)
    --- PASS: TestNormalizeValue/array_of_custom_uint64_ok (0.00s)
    --- PASS: TestNormalizeValue/map_to_mapstr.M (0.00s)
    --- PASS: TestNormalizeValue/float32_value (0.00s)
    --- PASS: TestNormalizeValue/float64_value (0.00s)
=== RUN   TestNormalizeMapError
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.163-0400","log.logger":"event","log.origin":{"file.name":"common/event.go","file.line":84},"message":"Dropped nil value from event where key=bad.type.func","ecs.version":"1.6.0"}
    event_test.go:347: key=bad.type.func: error unsupported type=func() value=(func())(0x83d6520)
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.163-0400","log.logger":"event","log.origin":{"file.name":"common/event.go","file.line":84},"message":"Dropped nil value from event where key=bad.type.chan","ecs.version":"1.6.0"}
    event_test.go:347: key=bad.type.chan: error unsupported type=chan struct {} value=(chan struct {})(0x3152c1c0)
{"log.level":"debug","@timestamp":"2023-11-03T09:38:54.163-0400","log.logger":"event","log.origin":{"file.name":"common/event.go","file.line":84},"message":"Dropped nil value from event where key=bad.type.uintptr","ecs.version":"1.6.0"}
    event_test.go:347: key=bad.type.uintptr: error unsupported type=uintptr value=0x7b
--- PASS: TestNormalizeMapError (0.00s)
=== RUN   TestJoinKeys
--- PASS: TestJoinKeys (0.00s)
=== RUN   TestMarshalUnmarshalMap
--- PASS: TestMarshalUnmarshalMap (0.00s)
=== RUN   TestMarshalUnmarshalArray
--- PASS: TestMarshalUnmarshalArray (0.00s)
=== RUN   TestNormalizeTime
--- PASS: TestNormalizeTime (0.01s)
=== RUN   TestDeDotJSON
--- PASS: TestDeDotJSON (0.00s)
=== RUN   TestConfigJSONBlob
=== RUN   TestConfigJSONBlob/successfully_unpacks_string
=== RUN   TestConfigJSONBlob/successfully_unpacks_map[string]interface{}
=== RUN   TestConfigJSONBlob/successfully_unpacks_mapstr.M
=== RUN   TestConfigJSONBlob/fails_if_can't_be_converted_to_json
--- PASS: TestConfigJSONBlob (0.00s)
    --- PASS: TestConfigJSONBlob/successfully_unpacks_string (0.00s)
    --- PASS: TestConfigJSONBlob/successfully_unpacks_map[string]interface{} (0.00s)
    --- PASS: TestConfigJSONBlob/successfully_unpacks_mapstr.M (0.00s)
    --- PASS: TestConfigJSONBlob/fails_if_can't_be_converted_to_json (0.00s)
=== RUN   TestRound
--- PASS: TestRound (0.00s)
=== RUN   TestIsLoopback
--- PASS: TestIsLoopback (0.00s)
=== RUN   TestIsLoopback_false
--- PASS: TestIsLoopback_false (0.00s)
=== RUN   TestIsLoopback_error
--- PASS: TestIsLoopback_error (0.00s)
=== RUN   TestRemoveChar
=== RUN   TestRemoveChar/when_we_have_one_char_to_replace
=== RUN   TestRemoveChar/when_we_have_multiple_chars_to_replace
=== RUN   TestRemoveChar/when_we_have_no_chars_to_replace
=== RUN   TestRemoveChar/when_we_have_an_empty_string
--- PASS: TestRemoveChar (0.00s)
    --- PASS: TestRemoveChar/when_we_have_one_char_to_replace (0.00s)
    --- PASS: TestRemoveChar/when_we_have_multiple_chars_to_replace (0.00s)
    --- PASS: TestRemoveChar/when_we_have_no_chars_to_replace (0.00s)
    --- PASS: TestRemoveChar/when_we_have_an_empty_string (0.00s)
=== RUN   TestEquals
=== RUN   TestEquals/when_we_have_the_same_elements,_in_order
=== RUN   TestEquals/when_we_have_the_same_elements,_but_out_of_order
=== RUN   TestEquals/when_we_have_the_same_elements,_with_a_duplicate
=== RUN   TestEquals/when_we_have_different_number_of_elements
=== RUN   TestEquals/when_we_have_different_elements
--- PASS: TestEquals (0.00s)
    --- PASS: TestEquals/when_we_have_the_same_elements,_in_order (0.00s)
    --- PASS: TestEquals/when_we_have_the_same_elements,_but_out_of_order (0.00s)
    --- PASS: TestEquals/when_we_have_the_same_elements,_with_a_duplicate (0.00s)
    --- PASS: TestEquals/when_we_have_different_number_of_elements (0.00s)
    --- PASS: TestEquals/when_we_have_different_elements (0.00s)
=== RUN   TestToSlice
--- PASS: TestToSlice (0.00s)
=== RUN   TestTuples_tuples_ipv4
--- PASS: TestTuples_tuples_ipv4 (0.00s)
=== RUN   TestTuples_tuples_ipv6
--- PASS: TestTuples_tuples_ipv6 (0.00s)
=== RUN   TestGetUrl
--- PASS: TestGetUrl (0.00s)
=== RUN   TestURLParamsEncode
--- PASS: TestURLParamsEncode (0.00s)
=== RUN   TestParseURL
=== RUN   TestParseURL/http
=== RUN   TestParseURL/https
=== RUN   TestParseURL/no_scheme
=== RUN   TestParseURL/default_scheme_https
=== RUN   TestParseURL/invalid
--- PASS: TestParseURL (0.00s)
    --- PASS: TestParseURL/http (0.00s)
    --- PASS: TestParseURL/https (0.00s)
    --- PASS: TestParseURL/no_scheme (0.00s)
    --- PASS: TestParseURL/default_scheme_https (0.00s)
    --- PASS: TestParseURL/invalid (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common	0.048s
=== RUN   TestNil
--- PASS: TestNil (0.00s)
=== RUN   TestCounting
=== RUN   TestCounting/ack_count_is_passed_through
--- PASS: TestCounting (0.00s)
    --- PASS: TestCounting/ack_count_is_passed_through (0.00s)
=== RUN   TestTracking
=== RUN   TestTracking/dropped_event_is_acked_immediately_if_empty
=== RUN   TestTracking/no_dropped_events
=== RUN   TestTracking/acking_published_includes_dropped_events_in_middle
=== RUN   TestTracking/acking_published_includes_dropped_events_at_end_of_ACK_interval
=== RUN   TestTracking/partial_ACKs
--- PASS: TestTracking (0.00s)
    --- PASS: TestTracking/dropped_event_is_acked_immediately_if_empty (0.00s)
    --- PASS: TestTracking/no_dropped_events (0.00s)
    --- PASS: TestTracking/acking_published_includes_dropped_events_in_middle (0.00s)
    --- PASS: TestTracking/acking_published_includes_dropped_events_at_end_of_ACK_interval (0.00s)
    --- PASS: TestTracking/partial_ACKs (0.00s)
=== RUN   TestEventPrivateReporter
=== RUN   TestEventPrivateReporter/dropped_event_is_acked_immediately_if_empty
=== RUN   TestEventPrivateReporter/no_dropped_events
=== RUN   TestEventPrivateReporter/private_of_dropped_events_is_included
--- PASS: TestEventPrivateReporter (0.00s)
    --- PASS: TestEventPrivateReporter/dropped_event_is_acked_immediately_if_empty (0.00s)
    --- PASS: TestEventPrivateReporter/no_dropped_events (0.00s)
    --- PASS: TestEventPrivateReporter/private_of_dropped_events_is_included (0.00s)
=== RUN   TestLastEventPrivateReporter
=== RUN   TestLastEventPrivateReporter/dropped_event_with_private_is_acked_immediately_if_empty
=== RUN   TestLastEventPrivateReporter/dropped_event_without_private_is_ignored
=== RUN   TestLastEventPrivateReporter/no_dropped_events
--- PASS: TestLastEventPrivateReporter (0.00s)
    --- PASS: TestLastEventPrivateReporter/dropped_event_with_private_is_acked_immediately_if_empty (0.00s)
    --- PASS: TestLastEventPrivateReporter/dropped_event_without_private_is_ignored (0.00s)
    --- PASS: TestLastEventPrivateReporter/no_dropped_events (0.00s)
=== RUN   TestCombine
=== RUN   TestCombine/AddEvent_distributes
=== RUN   TestCombine/ACKEvents_distributes
=== RUN   TestCombine/Close_distributes
--- PASS: TestCombine (0.00s)
    --- PASS: TestCombine/AddEvent_distributes (0.00s)
    --- PASS: TestCombine/ACKEvents_distributes (0.00s)
    --- PASS: TestCombine/Close_distributes (0.00s)
=== RUN   TestConnectionOnly
=== RUN   TestConnectionOnly/passes_ACKs_if_not_closed
=== RUN   TestConnectionOnly/ignores_ACKs_after_close
--- PASS: TestConnectionOnly (0.00s)
    --- PASS: TestConnectionOnly/passes_ACKs_if_not_closed (0.00s)
    --- PASS: TestConnectionOnly/ignores_ACKs_after_close (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/acker	0.016s
=== RUN   TestAtomicBool
--- PASS: TestAtomicBool (0.00s)
=== RUN   TestAtomicInt32
--- PASS: TestAtomicInt32 (0.00s)
=== RUN   TestAtomicInt64
--- PASS: TestAtomicInt64 (0.00s)
=== RUN   TestAtomicUint32
--- PASS: TestAtomicUint32 (0.00s)
=== RUN   TestAtomicUint64
--- PASS: TestAtomicUint64 (0.00s)
=== RUN   TestAtomicUint
--- PASS: TestAtomicUint (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/atomic	0.013s
=== RUN   TestBackoff
=== RUN   TestBackoff/test_close_channel
=== RUN   TestBackoff/test_close_channel/ExpBackoff
=== RUN   TestBackoff/test_close_channel/EqualJitterBackoff
=== RUN   TestBackoff/test_unblock_after_some_time
=== RUN   TestBackoff/test_unblock_after_some_time/ExpBackoff
=== RUN   TestBackoff/test_unblock_after_some_time/EqualJitterBackoff
--- PASS: TestBackoff (2.79s)
    --- PASS: TestBackoff/test_close_channel (0.00s)
        --- PASS: TestBackoff/test_close_channel/ExpBackoff (0.00s)
        --- PASS: TestBackoff/test_close_channel/EqualJitterBackoff (0.00s)
    --- PASS: TestBackoff/test_unblock_after_some_time (2.79s)
        --- PASS: TestBackoff/test_unblock_after_some_time/ExpBackoff (1.02s)
        --- PASS: TestBackoff/test_unblock_after_some_time/EqualJitterBackoff (1.78s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/backoff	2.810s
=== RUN   TestUnpack
=== RUN   TestUnpack/friendly_human_value
=== RUN   TestUnpack/raw_bytes
--- PASS: TestUnpack (0.00s)
    --- PASS: TestUnpack/friendly_human_value (0.00s)
    --- PASS: TestUnpack/raw_bytes (0.00s)
=== RUN   TestTimezoneUnpack
=== RUN   TestTimezoneUnpack/America/New_York
=== RUN   TestTimezoneUnpack/Local
=== RUN   TestTimezoneUnpack/+0500
=== RUN   TestTimezoneUnpack/-0500
=== RUN   TestTimezoneUnpack/+05:00
=== RUN   TestTimezoneUnpack/-05:00
=== RUN   TestTimezoneUnpack/+05
=== RUN   TestTimezoneUnpack/-05
=== RUN   TestTimezoneUnpack/UTC
--- PASS: TestTimezoneUnpack (0.00s)
    --- PASS: TestTimezoneUnpack/America/New_York (0.00s)
    --- PASS: TestTimezoneUnpack/Local (0.00s)
    --- PASS: TestTimezoneUnpack/+0500 (0.00s)
    --- PASS: TestTimezoneUnpack/-0500 (0.00s)
    --- PASS: TestTimezoneUnpack/+05:00 (0.00s)
    --- PASS: TestTimezoneUnpack/-05:00 (0.00s)
    --- PASS: TestTimezoneUnpack/+05 (0.00s)
    --- PASS: TestTimezoneUnpack/-05 (0.00s)
    --- PASS: TestTimezoneUnpack/UTC (0.00s)
=== RUN   TestTimezoneUnpackFixedZone
--- PASS: TestTimezoneUnpackFixedZone (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/cfgtype	0.013s
=== RUN   TestRemovedSetting
=== RUN   TestRemovedSetting/checkRemovedSetting
=== RUN   TestRemovedSetting/checkRemovedSetting/no_obsolete_setting
=== RUN   TestRemovedSetting/checkRemovedSetting/obsolete_setting_found
=== RUN   TestRemovedSetting/checkRemoved6xSetting
=== RUN   TestRemovedSetting/checkRemoved6xSetting/no_obsolete_setting
=== RUN   TestRemovedSetting/checkRemoved6xSetting/obsolete_setting_found
--- PASS: TestRemovedSetting (0.00s)
    --- PASS: TestRemovedSetting/checkRemovedSetting (0.00s)
        --- PASS: TestRemovedSetting/checkRemovedSetting/no_obsolete_setting (0.00s)
        --- PASS: TestRemovedSetting/checkRemovedSetting/obsolete_setting_found (0.00s)
    --- PASS: TestRemovedSetting/checkRemoved6xSetting (0.00s)
        --- PASS: TestRemovedSetting/checkRemoved6xSetting/no_obsolete_setting (0.00s)
        --- PASS: TestRemovedSetting/checkRemoved6xSetting/obsolete_setting_found (0.00s)
=== RUN   TestRemovedSettings
=== RUN   TestRemovedSettings/checkRemovedSetting
=== RUN   TestRemovedSettings/checkRemovedSetting/no_obsolete_setting
=== RUN   TestRemovedSettings/checkRemovedSetting/obsolete_setting_found
=== RUN   TestRemovedSettings/checkRemovedSetting/multiple_obsolete_settings
=== RUN   TestRemovedSettings/checkRemovedSetting/multiple_obsolete_settings_not_on_first_level
=== RUN   TestRemovedSettings/checkRemoved6xSetting
=== RUN   TestRemovedSettings/checkRemoved6xSetting/no_obsolete_setting
=== RUN   TestRemovedSettings/checkRemoved6xSetting/obsolete_setting_found
=== RUN   TestRemovedSettings/checkRemoved6xSetting/multiple_obsolete_settings
=== RUN   TestRemovedSettings/checkRemoved6xSetting/multiple_obsolete_settings_not_on_first_level
--- PASS: TestRemovedSettings (0.00s)
    --- PASS: TestRemovedSettings/checkRemovedSetting (0.00s)
        --- PASS: TestRemovedSettings/checkRemovedSetting/no_obsolete_setting (0.00s)
        --- PASS: TestRemovedSettings/checkRemovedSetting/obsolete_setting_found (0.00s)
        --- PASS: TestRemovedSettings/checkRemovedSetting/multiple_obsolete_settings (0.00s)
        --- PASS: TestRemovedSettings/checkRemovedSetting/multiple_obsolete_settings_not_on_first_level (0.00s)
    --- PASS: TestRemovedSettings/checkRemoved6xSetting (0.00s)
        --- PASS: TestRemovedSettings/checkRemoved6xSetting/no_obsolete_setting (0.00s)
        --- PASS: TestRemovedSettings/checkRemoved6xSetting/obsolete_setting_found (0.00s)
        --- PASS: TestRemovedSettings/checkRemoved6xSetting/multiple_obsolete_settings (0.00s)
        --- PASS: TestRemovedSettings/checkRemoved6xSetting/multiple_obsolete_settings_not_on_first_level (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/cfgwarn	0.016s
=== RUN   TestIfBool
=== RUN   TestIfBool/IfNot_runs_cleanup
=== RUN   TestIfBool/IfNot_does_not_run_cleanup
=== RUN   TestIfBool/If_runs_cleanup
=== RUN   TestIfBool/If_does_not_run_cleanup
--- PASS: TestIfBool (0.00s)
    --- PASS: TestIfBool/IfNot_runs_cleanup (0.00s)
    --- PASS: TestIfBool/IfNot_does_not_run_cleanup (0.00s)
    --- PASS: TestIfBool/If_runs_cleanup (0.00s)
    --- PASS: TestIfBool/If_does_not_run_cleanup (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/cleanup	0.023s
=== RUN   TestExitWithError
--- PASS: TestExitWithError (0.00s)
=== RUN   TestExitWithoutError
--- PASS: TestExitWithoutError (0.00s)
=== RUN   TestExitWithPanic
--- PASS: TestExitWithPanic (0.00s)
=== RUN   TestConfirm
=== RUN   TestConfirm/Test_YeS
=== RUN   TestConfirm/Test_Y
=== RUN   TestConfirm/Test_No
=== RUN   TestConfirm/Test_default_yes
=== RUN   TestConfirm/Test_default_no
--- PASS: TestConfirm (0.00s)
    --- PASS: TestConfirm/Test_YeS (0.00s)
    --- PASS: TestConfirm/Test_Y (0.00s)
    --- PASS: TestConfirm/Test_No (0.00s)
    --- PASS: TestConfirm/Test_default_yes (0.00s)
    --- PASS: TestConfirm/Test_default_no (0.00s)
=== RUN   TestReadInput
=== RUN   TestReadInput/Question_1?
=== RUN   TestReadInput/Question_2?
=== RUN   TestReadInput/Question_3?
=== RUN   TestReadInput/Question_4?
--- PASS: TestReadInput (0.00s)
    --- PASS: TestReadInput/Question_1? (0.00s)
    --- PASS: TestReadInput/Question_2? (0.00s)
    --- PASS: TestReadInput/Question_3? (0.00s)
    --- PASS: TestReadInput/Question_4? (0.00s)
=== RUN   TestReadPassword
=== RUN   TestReadPassword/Test_env_variable
=== RUN   TestReadPassword/Test_unknown_method
=== RUN   TestReadPassword/Test_empty_input
=== RUN   TestReadPassword/Test_env_variable_that_does_not_exist
--- PASS: TestReadPassword (0.00s)
    --- PASS: TestReadPassword/Test_env_variable (0.00s)
    --- PASS: TestReadPassword/Test_unknown_method (0.00s)
    --- PASS: TestReadPassword/Test_empty_input (0.00s)
    --- PASS: TestReadPassword/Test_env_variable_that_does_not_exist (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/cli	0.040s
=== RUN   TestFormat
=== RUN   TestFormat/run_(0):_y.M.d_->_6.8.1
=== RUN   TestFormat/run_(1):_y.M.d_->_2006.8.1
=== RUN   TestFormat/run_(2):_yy.MM.dd_->_06.08.01
=== RUN   TestFormat/run_(3):_yy.MM.dd_->_06.08.01
=== RUN   TestFormat/run_(4):_yyy.MMM.dd_->_2006.Aug.01
=== RUN   TestFormat/run_(5):_yyyy.MMMM.d_->_2006.August.1
=== RUN   TestFormat/run_(6):_yyyyyy.MM.ddd_->_002006.08.001
=== RUN   TestFormat/run_(7):_Y.M.d_->_6.8.1
=== RUN   TestFormat/run_(8):_Y.M.d_->_2006.8.1
=== RUN   TestFormat/run_(9):_YY.MM.dd_->_06.08.01
=== RUN   TestFormat/run_(10):_YY.MM.dd_->_06.08.01
=== RUN   TestFormat/run_(11):_YYY.MMM.dd_->_2006.Aug.01
=== RUN   TestFormat/run_(12):_YYYY.MMMM.d_->_2006.August.1
=== RUN   TestFormat/run_(13):_YYYYYY.MM.ddd_->_002006.08.001
=== RUN   TestFormat/run_(14):_xx.ww.e_->_15.01.4
=== RUN   TestFormat/run_(15):_xx.ww.e_->_15.01.3
=== RUN   TestFormat/run_(16):_xx.w.E_->_15.1.Thu
=== RUN   TestFormat/run_(17):_xx.w.E_->_15.1.Wed
=== RUN   TestFormat/run_(18):_xx.w.EEEE_->_15.1.Thursday
=== RUN   TestFormat/run_(19):_xx.w.EEEE_->_15.1.Wednesday
=== RUN   TestFormat/run_(20):_xxxx.ww_->_2015.01
=== RUN   TestFormat/run_(21):_xxxx.ww_->_2015.01
=== RUN   TestFormat/run_(22):_xxxx.ww.e_->_2015.01.4
=== RUN   TestFormat/run_(23):_xxxx.ww.e_->_2015.01.3
=== RUN   TestFormat/run_(24):_xxxx.w.E_->_2015.1.Thu
=== RUN   TestFormat/run_(25):_xxxx.w.E_->_2015.1.Wed
=== RUN   TestFormat/run_(26):_xxxx.w.EEEE_->_2015.1.Thursday
=== RUN   TestFormat/run_(27):_xxxx.w.EEEE_->_2015.1.Wednesday
=== RUN   TestFormat/run_(28):_K:m:s_a_->_8:5:24_AM
=== RUN   TestFormat/run_(29):_KK:mm:ss_aa_->_08:05:24_AM
=== RUN   TestFormat/run_(30):_K:m:s_a_->_8:5:24_PM
=== RUN   TestFormat/run_(31):_KK:mm:ss_aa_->_08:05:24_PM
=== RUN   TestFormat/run_(32):_h:m:s_a_->_9:5:24_AM
=== RUN   TestFormat/run_(33):_hh:mm:ss_aa_->_09:05:24_AM
=== RUN   TestFormat/run_(34):_h:m:s_a_->_9:5:24_PM
=== RUN   TestFormat/run_(35):_hh:mm:ss_aa_->_09:05:24_PM
=== RUN   TestFormat/run_(36):_H:m:s_a_->_8:5:24_AM
=== RUN   TestFormat/run_(37):_HH:mm:ss_aa_->_08:05:24_AM
=== RUN   TestFormat/run_(38):_H:m:s_a_->_20:5:24_PM
=== RUN   TestFormat/run_(39):_HH:mm:ss_aa_->_20:05:24_PM
=== RUN   TestFormat/run_(40):_k:m:s_a_->_9:5:24_AM
=== RUN   TestFormat/run_(41):_kk:mm:ss_aa_->_09:05:24_AM
=== RUN   TestFormat/run_(42):_k:m:s_a_->_21:5:24_PM
=== RUN   TestFormat/run_(43):_kk:mm:ss_aa_->_21:05:24_PM
=== RUN   TestFormat/run_(44):_S_->_1
=== RUN   TestFormat/run_(45):_SS_->_12
=== RUN   TestFormat/run_(46):_SSS_->_123
=== RUN   TestFormat/run_(47):_SSSS_->_1230
=== RUN   TestFormat/run_(48):_f_->_1
=== RUN   TestFormat/run_(49):_ff_->_12
=== RUN   TestFormat/run_(50):_fff_->_123
=== RUN   TestFormat/run_(51):_ffff_->_123
=== RUN   TestFormat/run_(52):_fffff_->_123
=== RUN   TestFormat/run_(53):_ffffff_->_123
=== RUN   TestFormat/run_(54):_fffffff_->_123
=== RUN   TestFormat/run_(55):_ffffffff_->_123
=== RUN   TestFormat/run_(56):_fffffffff_->_123
=== RUN   TestFormat/run_(57):_f_->_0
=== RUN   TestFormat/run_(58):_ff_->_00
=== RUN   TestFormat/run_(59):_fff_->_000
=== RUN   TestFormat/run_(60):_ffff_->_0001
=== RUN   TestFormat/run_(61):_fffff_->_00012
=== RUN   TestFormat/run_(62):_ffffff_->_000123
=== RUN   TestFormat/run_(63):_fffffff_->_000123
=== RUN   TestFormat/run_(64):_ffffffff_->_000123
=== RUN   TestFormat/run_(65):_fffffffff_->_000123
=== RUN   TestFormat/run_(66):_f_->_0
=== RUN   TestFormat/run_(67):_ff_->_00
=== RUN   TestFormat/run_(68):_fff_->_000
=== RUN   TestFormat/run_(69):_ffff_->_000
=== RUN   TestFormat/run_(70):_fffff_->_000
=== RUN   TestFormat/run_(71):_ffffff_->_000
=== RUN   TestFormat/run_(72):_fffffff_->_0000001
=== RUN   TestFormat/run_(73):_ffffffff_->_00000012
=== RUN   TestFormat/run_(74):_fffffffff_->_000000123
=== RUN   TestFormat/run_(75):_--=++,_!/?\[]{}@#$%^&*()_->_--=++,_!/?\[]{}@#$%^&*()
=== RUN   TestFormat/run_(76):_'plain_text'_->_plain_text
=== RUN   TestFormat/run_(77):_'plain'_'text'_->_plain_text
=== RUN   TestFormat/run_(78):_'plain'_''_'text'_->_plain_'_text
=== RUN   TestFormat/run_(79):_'plain_''_text'_->_plain_'_text
=== RUN   TestFormat/run_(80):_yyyy-MM-dd'T'HH:mm:ss.SSS'Z'_->_2017-01-02T04:06:07.123Z
=== RUN   TestFormat/run_(81):_yyyy-MM-dd'T'HH:mm:ss.SSS'Z'_->_2017-01-02T04:06:07.123Z
=== RUN   TestFormat/run_(82):_yyyy-MM-dd'T'HH:mm:ss.fffffffffz_->_2017-01-02T04:06:07.123-08:00
=== RUN   TestFormat/run_(83):_yyyy-MM-dd'T'HH:mm:ss.fffffffff'Z'_->_2017-01-02T04:06:07.000000123Z
=== RUN   TestFormat/run_(84):_yyyy-MM-dd'T'HH:mm:ss.fffffffffz_->_2017-01-02T04:06:07.123-08:00
--- PASS: TestFormat (0.00s)
    --- PASS: TestFormat/run_(0):_y.M.d_->_6.8.1 (0.00s)
    --- PASS: TestFormat/run_(1):_y.M.d_->_2006.8.1 (0.00s)
    --- PASS: TestFormat/run_(2):_yy.MM.dd_->_06.08.01 (0.00s)
    --- PASS: TestFormat/run_(3):_yy.MM.dd_->_06.08.01 (0.00s)
    --- PASS: TestFormat/run_(4):_yyy.MMM.dd_->_2006.Aug.01 (0.00s)
    --- PASS: TestFormat/run_(5):_yyyy.MMMM.d_->_2006.August.1 (0.00s)
    --- PASS: TestFormat/run_(6):_yyyyyy.MM.ddd_->_002006.08.001 (0.00s)
    --- PASS: TestFormat/run_(7):_Y.M.d_->_6.8.1 (0.00s)
    --- PASS: TestFormat/run_(8):_Y.M.d_->_2006.8.1 (0.00s)
    --- PASS: TestFormat/run_(9):_YY.MM.dd_->_06.08.01 (0.00s)
    --- PASS: TestFormat/run_(10):_YY.MM.dd_->_06.08.01 (0.00s)
    --- PASS: TestFormat/run_(11):_YYY.MMM.dd_->_2006.Aug.01 (0.00s)
    --- PASS: TestFormat/run_(12):_YYYY.MMMM.d_->_2006.August.1 (0.00s)
    --- PASS: TestFormat/run_(13):_YYYYYY.MM.ddd_->_002006.08.001 (0.00s)
    --- PASS: TestFormat/run_(14):_xx.ww.e_->_15.01.4 (0.00s)
    --- PASS: TestFormat/run_(15):_xx.ww.e_->_15.01.3 (0.00s)
    --- PASS: TestFormat/run_(16):_xx.w.E_->_15.1.Thu (0.00s)
    --- PASS: TestFormat/run_(17):_xx.w.E_->_15.1.Wed (0.00s)
    --- PASS: TestFormat/run_(18):_xx.w.EEEE_->_15.1.Thursday (0.00s)
    --- PASS: TestFormat/run_(19):_xx.w.EEEE_->_15.1.Wednesday (0.00s)
    --- PASS: TestFormat/run_(20):_xxxx.ww_->_2015.01 (0.00s)
    --- PASS: TestFormat/run_(21):_xxxx.ww_->_2015.01 (0.00s)
    --- PASS: TestFormat/run_(22):_xxxx.ww.e_->_2015.01.4 (0.00s)
    --- PASS: TestFormat/run_(23):_xxxx.ww.e_->_2015.01.3 (0.00s)
    --- PASS: TestFormat/run_(24):_xxxx.w.E_->_2015.1.Thu (0.00s)
    --- PASS: TestFormat/run_(25):_xxxx.w.E_->_2015.1.Wed (0.00s)
    --- PASS: TestFormat/run_(26):_xxxx.w.EEEE_->_2015.1.Thursday (0.00s)
    --- PASS: TestFormat/run_(27):_xxxx.w.EEEE_->_2015.1.Wednesday (0.00s)
    --- PASS: TestFormat/run_(28):_K:m:s_a_->_8:5:24_AM (0.00s)
    --- PASS: TestFormat/run_(29):_KK:mm:ss_aa_->_08:05:24_AM (0.00s)
    --- PASS: TestFormat/run_(30):_K:m:s_a_->_8:5:24_PM (0.00s)
    --- PASS: TestFormat/run_(31):_KK:mm:ss_aa_->_08:05:24_PM (0.00s)
    --- PASS: TestFormat/run_(32):_h:m:s_a_->_9:5:24_AM (0.00s)
    --- PASS: TestFormat/run_(33):_hh:mm:ss_aa_->_09:05:24_AM (0.00s)
    --- PASS: TestFormat/run_(34):_h:m:s_a_->_9:5:24_PM (0.00s)
    --- PASS: TestFormat/run_(35):_hh:mm:ss_aa_->_09:05:24_PM (0.00s)
    --- PASS: TestFormat/run_(36):_H:m:s_a_->_8:5:24_AM (0.00s)
    --- PASS: TestFormat/run_(37):_HH:mm:ss_aa_->_08:05:24_AM (0.00s)
    --- PASS: TestFormat/run_(38):_H:m:s_a_->_20:5:24_PM (0.00s)
    --- PASS: TestFormat/run_(39):_HH:mm:ss_aa_->_20:05:24_PM (0.00s)
    --- PASS: TestFormat/run_(40):_k:m:s_a_->_9:5:24_AM (0.00s)
    --- PASS: TestFormat/run_(41):_kk:mm:ss_aa_->_09:05:24_AM (0.00s)
    --- PASS: TestFormat/run_(42):_k:m:s_a_->_21:5:24_PM (0.00s)
    --- PASS: TestFormat/run_(43):_kk:mm:ss_aa_->_21:05:24_PM (0.00s)
    --- PASS: TestFormat/run_(44):_S_->_1 (0.00s)
    --- PASS: TestFormat/run_(45):_SS_->_12 (0.00s)
    --- PASS: TestFormat/run_(46):_SSS_->_123 (0.00s)
    --- PASS: TestFormat/run_(47):_SSSS_->_1230 (0.00s)
    --- PASS: TestFormat/run_(48):_f_->_1 (0.00s)
    --- PASS: TestFormat/run_(49):_ff_->_12 (0.00s)
    --- PASS: TestFormat/run_(50):_fff_->_123 (0.00s)
    --- PASS: TestFormat/run_(51):_ffff_->_123 (0.00s)
    --- PASS: TestFormat/run_(52):_fffff_->_123 (0.00s)
    --- PASS: TestFormat/run_(53):_ffffff_->_123 (0.00s)
    --- PASS: TestFormat/run_(54):_fffffff_->_123 (0.00s)
    --- PASS: TestFormat/run_(55):_ffffffff_->_123 (0.00s)
    --- PASS: TestFormat/run_(56):_fffffffff_->_123 (0.00s)
    --- PASS: TestFormat/run_(57):_f_->_0 (0.00s)
    --- PASS: TestFormat/run_(58):_ff_->_00 (0.00s)
    --- PASS: TestFormat/run_(59):_fff_->_000 (0.00s)
    --- PASS: TestFormat/run_(60):_ffff_->_0001 (0.00s)
    --- PASS: TestFormat/run_(61):_fffff_->_00012 (0.00s)
    --- PASS: TestFormat/run_(62):_ffffff_->_000123 (0.00s)
    --- PASS: TestFormat/run_(63):_fffffff_->_000123 (0.00s)
    --- PASS: TestFormat/run_(64):_ffffffff_->_000123 (0.00s)
    --- PASS: TestFormat/run_(65):_fffffffff_->_000123 (0.00s)
    --- PASS: TestFormat/run_(66):_f_->_0 (0.00s)
    --- PASS: TestFormat/run_(67):_ff_->_00 (0.00s)
    --- PASS: TestFormat/run_(68):_fff_->_000 (0.00s)
    --- PASS: TestFormat/run_(69):_ffff_->_000 (0.00s)
    --- PASS: TestFormat/run_(70):_fffff_->_000 (0.00s)
    --- PASS: TestFormat/run_(71):_ffffff_->_000 (0.00s)
    --- PASS: TestFormat/run_(72):_fffffff_->_0000001 (0.00s)
    --- PASS: TestFormat/run_(73):_ffffffff_->_00000012 (0.00s)
    --- PASS: TestFormat/run_(74):_fffffffff_->_000000123 (0.00s)
    --- PASS: TestFormat/run_(75):_--=++,_!/?\[]{}@#$%^&*()_->_--=++,_!/?\[]{}@#$%^&*() (0.00s)
    --- PASS: TestFormat/run_(76):_'plain_text'_->_plain_text (0.00s)
    --- PASS: TestFormat/run_(77):_'plain'_'text'_->_plain_text (0.00s)
    --- PASS: TestFormat/run_(78):_'plain'_''_'text'_->_plain_'_text (0.00s)
    --- PASS: TestFormat/run_(79):_'plain_''_text'_->_plain_'_text (0.00s)
    --- PASS: TestFormat/run_(80):_yyyy-MM-dd'T'HH:mm:ss.SSS'Z'_->_2017-01-02T04:06:07.123Z (0.00s)
    --- PASS: TestFormat/run_(81):_yyyy-MM-dd'T'HH:mm:ss.SSS'Z'_->_2017-01-02T04:06:07.123Z (0.00s)
    --- PASS: TestFormat/run_(82):_yyyy-MM-dd'T'HH:mm:ss.fffffffffz_->_2017-01-02T04:06:07.123-08:00 (0.00s)
    --- PASS: TestFormat/run_(83):_yyyy-MM-dd'T'HH:mm:ss.fffffffff'Z'_->_2017-01-02T04:06:07.000000123Z (0.00s)
    --- PASS: TestFormat/run_(84):_yyyy-MM-dd'T'HH:mm:ss.fffffffffz_->_2017-01-02T04:06:07.123-08:00 (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/dtfmt	0.019s
=== RUN   TestIncompleteXML
--- PASS: TestIncompleteXML (0.00s)
=== RUN   TestLowercaseKeys
--- PASS: TestLowercaseKeys (0.00s)
=== RUN   TestPrependHyphenToAttr
--- PASS: TestPrependHyphenToAttr (0.00s)
=== RUN   TestDecodeList
--- PASS: TestDecodeList (0.00s)
=== RUN   TestEmptyElement
--- PASS: TestEmptyElement (0.00s)
=== RUN   TestDecode
=== RUN   TestDecode/0
=== RUN   TestDecode/1
=== RUN   TestDecode/2
=== RUN   TestDecode/3
--- PASS: TestDecode (0.00s)
    --- PASS: TestDecode/0 (0.00s)
    --- PASS: TestDecode/1 (0.00s)
    --- PASS: TestDecode/2 (0.00s)
    --- PASS: TestDecode/3 (0.00s)
=== RUN   TestInvalidXMLIsSanitized
=== RUN   TestInvalidXMLIsSanitized/control_space
=== RUN   TestInvalidXMLIsSanitized/crlf
=== RUN   TestInvalidXMLIsSanitized/single_invalid
=== RUN   TestInvalidXMLIsSanitized/double_invalid
=== RUN   TestInvalidXMLIsSanitized/happy_single_invalid
=== RUN   TestInvalidXMLIsSanitized/invalid_tag
=== RUN   TestInvalidXMLIsSanitized/invalid_tag_value
=== RUN   TestInvalidXMLIsSanitized/unhappy
--- PASS: TestInvalidXMLIsSanitized (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/control_space (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/crlf (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/single_invalid (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/double_invalid (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/happy_single_invalid (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/invalid_tag (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/invalid_tag_value (0.00s)
    --- PASS: TestInvalidXMLIsSanitized/unhappy (0.00s)
=== RUN   ExampleDecoder_Decode
--- PASS: ExampleDecoder_Decode (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/encoding/xml	0.052s
=== RUN   TestGetOSFileState
--- PASS: TestGetOSFileState (0.00s)
=== RUN   TestGetOSFileStateStat
--- PASS: TestGetOSFileStateStat (0.00s)
=== RUN   TestRemoved
--- PASS: TestRemoved (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/file	0.021s
=== RUN   TestPCAPFiles
=== RUN   TestPCAPFiles/arp
=== RUN   TestPCAPFiles/icmp
=== RUN   TestPCAPFiles/icmp6
=== RUN   TestPCAPFiles/ipv6
=== RUN   TestPCAPFiles/sctp
=== RUN   TestPCAPFiles/tcp
=== RUN   TestPCAPFiles/udp
--- PASS: TestPCAPFiles (0.06s)
    --- PASS: TestPCAPFiles/arp (0.01s)
    --- PASS: TestPCAPFiles/icmp (0.01s)
    --- PASS: TestPCAPFiles/icmp6 (0.00s)
    --- PASS: TestPCAPFiles/ipv6 (0.01s)
    --- PASS: TestPCAPFiles/sctp (0.02s)
    --- PASS: TestPCAPFiles/tcp (0.00s)
    --- PASS: TestPCAPFiles/udp (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/flowhash	0.172s
=== RUN   TestEventFormatString
    formatevents_test.go:136: test(0): empty string
    formatevents_test.go:136: test(1): no fields configured
    formatevents_test.go:136: test(2): expand event field
    formatevents_test.go:136: test(3): expand with default
    formatevents_test.go:136: test(4): expand nested event field
    formatevents_test.go:136: test(5): expand nested event field (alt. syntax)
    formatevents_test.go:136: test(6): multiple event fields
    formatevents_test.go:136: test(7): same fields
    formatevents_test.go:136: test(8): same fields with default (first)
    formatevents_test.go:136: test(9): same fields with default (second)
    formatevents_test.go:136: test(10): test timestamp formatter
    formatevents_test.go:136: test(11): test timestamp formatter
--- PASS: TestEventFormatString (0.00s)
=== RUN   TestEventFormatStringErrors
    formatevents_test.go:198: run (0): empty field
    formatevents_test.go:198: run (1): field not closed
    formatevents_test.go:198: run (2): no field accessor
    formatevents_test.go:198: run (3): unknown operator
    formatevents_test.go:198: run (4): too many operators
    formatevents_test.go:198: run (5): invalid timestamp formatter
    formatevents_test.go:198: run (6): missing required field
--- PASS: TestEventFormatStringErrors (0.00s)
=== RUN   TestEventFormatStringFromConfig
    formatevents_test.go:244: run (0): plain string -> plain string
    formatevents_test.go:244: run (1): 100 -> 100
    formatevents_test.go:244: run (2): true -> true
    formatevents_test.go:244: run (3): %{[key]} -> value
--- PASS: TestEventFormatStringFromConfig (0.00s)
=== RUN   TestIsEmpty
=== RUN   TestIsEmpty/when_string_is_Empty
=== RUN   TestIsEmpty/when_string_is_not_Empty
--- PASS: TestIsEmpty (0.00s)
    --- PASS: TestIsEmpty/when_string_is_Empty (0.00s)
    --- PASS: TestIsEmpty/when_string_is_not_Empty (0.00s)
=== RUN   TestFormatString
    formatstring_test.go:105: run (0): 'no interpolations'
    formatstring_test.go:105: run (1): 'simple lookup standalone'
    formatstring_test.go:105: run (2): 'simple lookup start of string'
    formatstring_test.go:105: run (3): 'simple lookup end of string'
    formatstring_test.go:105: run (4): 'simple lookup middle of string'
    formatstring_test.go:105: run (5): 'compile lookup default'
    formatstring_test.go:105: run (6): 'just with % symbol'
    formatstring_test.go:105: run (7): 'with escaped % symbol'
    formatstring_test.go:105: run (8): 'with dynamic evaluation'
    formatstring_test.go:105: run (9): 'test mixed'
--- PASS: TestFormatString (0.00s)
=== RUN   TestFormatStringErrors
    formatstring_test.go:168: run (0): missing close
    formatstring_test.go:168: run (1): nesting not allowed
--- PASS: TestFormatStringErrors (0.00s)
=== RUN   TestTimestampFormatString
    formattimestamp_test.go:89: test(0): empty string
    formattimestamp_test.go:89: test(1): no fields configured
    formattimestamp_test.go:89: test(2): expand field
    formattimestamp_test.go:89: test(3): expand with default
    formattimestamp_test.go:89: test(4): expand nested field
    formattimestamp_test.go:89: test(5): test timestamp formatter
    formattimestamp_test.go:89: test(6): test timestamp formatter
--- PASS: TestTimestampFormatString (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/fmtstr	0.058s
=== RUN   TestExpand
--- PASS: TestExpand (0.00s)
=== RUN   TestWriteJSONKeys
=== RUN   TestWriteJSONKeys/overwrite_true
=== RUN   TestWriteJSONKeys/overwrite_true_ISO8601
=== RUN   TestWriteJSONKeys/overwrite_false
=== RUN   TestWriteJSONKeys/expand_true
=== RUN   TestWriteJSONKeys/expand_false
--- PASS: TestWriteJSONKeys (0.00s)
    --- PASS: TestWriteJSONKeys/overwrite_true (0.00s)
    --- PASS: TestWriteJSONKeys/overwrite_true_ISO8601 (0.00s)
    --- PASS: TestWriteJSONKeys/overwrite_false (0.00s)
    --- PASS: TestWriteJSONKeys/expand_true (0.00s)
    --- PASS: TestWriteJSONKeys/expand_false (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/jsontransform	0.089s
=== RUN   TestVersionGet
--- PASS: TestVersionGet (0.00s)
=== RUN   TestSaramaUpdate
--- PASS: TestSaramaUpdate (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/kafka	0.023s
=== RUN   TestMatchers
    matcher_test.go:246: run test (0): .*
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (1): ^$
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (2): ^\s*$
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (3): substring
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (4): ^.*substring
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (5): substring.*$
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (6): ^.*substring.*$
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (7): ^equals$
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (8): (alt|substring)
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (9): alt|substring
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (10): ^prefix
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (11): ^(DEBUG|INFO|ERROR)
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (12): ^\d\d\d\d-\d\d-\d\d
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (13): ^\d{4}-\d{2}-\d{2}
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (14): ^(\d{2}){2}-\d{2}-\d{2}
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (15): ^\d{4}-\d{2}-\d{2} - 
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (16): ^20\d{2}-\d{2}-\d{2}
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (17): ^20\d{2}-\d{2}-\d{2} \d{2}:\d{2}
    matcher_test.go:254:   matcher: 
    matcher_test.go:246: run test (18): (?i:case)
    matcher_test.go:254:   matcher: (?i:CASE)
    matcher_test.go:246: run test (19): (?i)case
    matcher_test.go:254:   matcher: (?i:CASE)
    matcher_test.go:246: run test (20): (?i)[a-z]
    matcher_test.go:254:   matcher: [A-Za-zſK]
    matcher_test.go:246: run test (21): (?i)[A-Z]
    matcher_test.go:254:   matcher: [A-Za-zſK]
    matcher_test.go:246: run test (22): (c[aA]se)
    matcher_test.go:254:   matcher: c(?i:A)se
--- PASS: TestMatchers (0.01s)
=== RUN   TestExactMatchers
    matcher_test.go:391: run test (0): .*
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (1): ^$
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (2): ^\s*$
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (3): .*substring.*
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (4): ^.*substring.*
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (5): .*substring.*$
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (6): ^.*substring.*$
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (7): equals
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (8): ^equals
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (9): equals$
    matcher_test.go:399:   matcher: 
    matcher_test.go:391: run test (10): DEBUG|INFO
    matcher_test.go:399:   matcher: 
--- PASS: TestExactMatchers (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/match	0.088s
=== RUN   TestRegisterReloadable
--- PASS: TestRegisterReloadable (0.00s)
=== RUN   TestRegisterReloadableList
--- PASS: TestRegisterReloadableList (0.00s)
=== RUN   TestRegisterNilFails
--- PASS: TestRegisterNilFails (0.00s)
=== RUN   TestReRegisterFails
--- PASS: TestReRegisterFails (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/reload	0.019s
=== RUN   TestApplyOptions
--- PASS: TestApplyOptions (0.00s)
=== RUN   TestNotFoundKeys
--- PASS: TestNotFoundKeys (0.00s)
=== RUN   TestSchema
--- PASS: TestSchema (0.00s)
=== RUN   TestHasKey
--- PASS: TestHasKey (0.00s)
=== RUN   TestOptions
--- PASS: TestOptions (0.00s)
=== RUN   TestSchemaCases
=== RUN   TestSchemaCases/standard_schema_conversion_case
=== RUN   TestSchemaCases/error_at_conversion_case
=== RUN   TestSchemaCases/ignore_error_at_conversion_case
--- PASS: TestSchemaCases (0.00s)
    --- PASS: TestSchemaCases/standard_schema_conversion_case (0.00s)
    --- PASS: TestSchemaCases/error_at_conversion_case (0.00s)
    --- PASS: TestSchemaCases/ignore_error_at_conversion_case (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/schema	0.032s
=== RUN   TestConversions
--- PASS: TestConversions (0.00s)
=== RUN   TestOptionalField
--- PASS: TestOptionalField (0.00s)
=== RUN   TestFullFieldPathInErrors
--- PASS: TestFullFieldPathInErrors (0.00s)
=== RUN   TestNestedFieldPaths
--- PASS: TestNestedFieldPaths (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/schema/mapstriface	0.016s
=== RUN   TestConversions
--- PASS: TestConversions (0.00s)
=== RUN   TestKeyInErrors
--- PASS: TestKeyInErrors (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/schema/mapstrstr	0.021s
=== RUN   Test_UntilCRLFOK
--- PASS: Test_UntilCRLFOK (0.00s)
=== RUN   Test_UntilCRLFFailed
--- PASS: Test_UntilCRLFFailed (0.00s)
=== RUN   Test_UntilCRLFCont
--- PASS: Test_UntilCRLFCont (0.00s)
=== RUN   Test_UntilCRLFOnlyCRThenCRLF
--- PASS: Test_UntilCRLFOnlyCRThenCRLF (0.00s)
=== RUN   Test_UntilCRLFOnlyCRThenCRLFWithCont
--- PASS: Test_UntilCRLFOnlyCRThenCRLFWithCont (0.00s)
=== RUN   Test_IgnoreSymbolOK
--- PASS: Test_IgnoreSymbolOK (0.00s)
=== RUN   Test_IgnoreSymbolFailed
--- PASS: Test_IgnoreSymbolFailed (0.00s)
=== RUN   Test_IgnoreSymbolCont
--- PASS: Test_IgnoreSymbolCont (0.00s)
=== RUN   Test_UntilSymbolOK
--- PASS: Test_UntilSymbolOK (0.00s)
=== RUN   Test_UntilSymbolFailed
--- PASS: Test_UntilSymbolFailed (0.00s)
=== RUN   Test_UntilSymbolCont
--- PASS: Test_UntilSymbolCont (0.00s)
=== RUN   Test_UntilSymbolOrEnd
--- PASS: Test_UntilSymbolOrEnd (0.00s)
=== RUN   Test_AsciiUintOK
--- PASS: Test_AsciiUintOK (0.00s)
=== RUN   Test_AsciiUintFailed
--- PASS: Test_AsciiUintFailed (0.00s)
=== RUN   Test_AsciiUintNotDigit
--- PASS: Test_AsciiUintNotDigit (0.00s)
=== RUN   Test_AsciiUintEmpty
--- PASS: Test_AsciiUintEmpty (0.00s)
=== RUN   Test_AsciiUintCont
--- PASS: Test_AsciiUintCont (0.00s)
=== RUN   Test_AsciiUintOrEndOK
--- PASS: Test_AsciiUintOrEndOK (0.00s)
=== RUN   Test_AsciiIntOK
--- PASS: Test_AsciiIntOK (0.00s)
=== RUN   Test_AsciiIntPosOK
--- PASS: Test_AsciiIntPosOK (0.00s)
=== RUN   Test_AsciiIntNegOK
--- PASS: Test_AsciiIntNegOK (0.00s)
=== RUN   Test_AsciiIntFailed
--- PASS: Test_AsciiIntFailed (0.00s)
=== RUN   Test_AsciiIntNotDigit
--- PASS: Test_AsciiIntNotDigit (0.00s)
=== RUN   Test_AsciiIntEmpty
--- PASS: Test_AsciiIntEmpty (0.00s)
=== RUN   Test_AsciiIntCont
--- PASS: Test_AsciiIntCont (0.00s)
=== RUN   Test_AsciiIntOrEndOK
--- PASS: Test_AsciiIntOrEndOK (0.00s)
=== RUN   Test_AsciiMatchOK
--- PASS: Test_AsciiMatchOK (0.00s)
=== RUN   Test_AsciiMatchNo
--- PASS: Test_AsciiMatchNo (0.00s)
=== RUN   Test_AsciiMatchCont
--- PASS: Test_AsciiMatchCont (0.00s)
=== RUN   Test_AsciiMatchFailed
--- PASS: Test_AsciiMatchFailed (0.00s)
=== RUN   Test_ImplementsInterfaces
--- PASS: Test_ImplementsInterfaces (0.00s)
=== RUN   Test_ReadByteEOFCheck
--- PASS: Test_ReadByteEOFCheck (0.00s)
=== RUN   Test_ReadByteOK
--- PASS: Test_ReadByteOK (0.00s)
=== RUN   Test_ReadUnreadByteOK
--- PASS: Test_ReadUnreadByteOK (0.00s)
=== RUN   Test_ReadUnreadByteErrCheck
--- PASS: Test_ReadUnreadByteErrCheck (0.00s)
=== RUN   Test_UnreadByteFail
--- PASS: Test_UnreadByteFail (0.00s)
=== RUN   Test_UnreadAfterEOFOK
--- PASS: Test_UnreadAfterEOFOK (0.00s)
=== RUN   Test_WriteByte
--- PASS: Test_WriteByte (0.00s)
=== RUN   Test_WriteByteEOFCheck
--- PASS: Test_WriteByteEOFCheck (0.00s)
=== RUN   Test_WriteByteFixedFail
--- PASS: Test_WriteByteFixedFail (0.00s)
=== RUN   Test_ReadBufSmaller
--- PASS: Test_ReadBufSmaller (0.00s)
=== RUN   Test_ReadBufBigger
--- PASS: Test_ReadBufBigger (0.00s)
=== RUN   Test_ReadOnFailed
--- PASS: Test_ReadOnFailed (0.00s)
=== RUN   Test_WriteOK
--- PASS: Test_WriteOK (0.00s)
=== RUN   Test_WriteDoesNotRetain
--- PASS: Test_WriteDoesNotRetain (0.00s)
=== RUN   Test_WriteFail
--- PASS: Test_WriteFail (0.00s)
=== RUN   Test_WriteNil
--- PASS: Test_WriteNil (0.00s)
=== RUN   Test_ReadFromOK
--- PASS: Test_ReadFromOK (0.00s)
=== RUN   Test_ReadFromIfEOF
--- PASS: Test_ReadFromIfEOF (0.00s)
=== RUN   Test_ReadFromFailOnFixed
--- PASS: Test_ReadFromFailOnFixed (0.00s)
=== RUN   Test_ReadRuneOK
--- PASS: Test_ReadRuneOK (0.00s)
=== RUN   Test_ReadRuneEOFCheck
--- PASS: Test_ReadRuneEOFCheck (0.00s)
=== RUN   Test_ReadRuneFailed
--- PASS: Test_ReadRuneFailed (0.00s)
=== RUN   Test_ReadAtOK
--- PASS: Test_ReadAtOK (0.00s)
=== RUN   Test_ReadAtOutOfRange
--- PASS: Test_ReadAtOutOfRange (0.00s)
=== RUN   Test_WriteAtToNil
--- PASS: Test_WriteAtToNil (0.00s)
=== RUN   Test_WriteAtOverwrites
--- PASS: Test_WriteAtOverwrites (0.00s)
=== RUN   Test_ReadNetUint8NoData
--- PASS: Test_ReadNetUint8NoData (0.00s)
=== RUN   Test_ReadNetUint8Failed
--- PASS: Test_ReadNetUint8Failed (0.00s)
=== RUN   Test_ReadNetUint8Data
--- PASS: Test_ReadNetUint8Data (0.00s)
=== RUN   Test_ReadNetUint8AtFailed
--- PASS: Test_ReadNetUint8AtFailed (0.00s)
=== RUN   Test_ReadNetUint8AtInRange
--- PASS: Test_ReadNetUint8AtInRange (0.00s)
=== RUN   Test_ReadNetUint8AtOutOfRange
--- PASS: Test_ReadNetUint8AtOutOfRange (0.00s)
=== RUN   Test_WriteNetUint8At
--- PASS: Test_WriteNetUint8At (0.00s)
=== RUN   Test_ReadNetUint16NoData
--- PASS: Test_ReadNetUint16NoData (0.00s)
=== RUN   Test_ReadNetUint16Failed
--- PASS: Test_ReadNetUint16Failed (0.00s)
=== RUN   Test_ReadNetUint16Data
--- PASS: Test_ReadNetUint16Data (0.00s)
=== RUN   Test_ReadNetUint16AtFailed
--- PASS: Test_ReadNetUint16AtFailed (0.00s)
=== RUN   Test_ReadNetUint16AtInRange
--- PASS: Test_ReadNetUint16AtInRange (0.00s)
=== RUN   Test_ReadNetUint16AtOutOfRange
--- PASS: Test_ReadNetUint16AtOutOfRange (0.00s)
=== RUN   Test_WriteNetUint16At
--- PASS: Test_WriteNetUint16At (0.00s)
=== RUN   Test_ReadNetUint32NoData
--- PASS: Test_ReadNetUint32NoData (0.00s)
=== RUN   Test_ReadNetUint32Failed
--- PASS: Test_ReadNetUint32Failed (0.00s)
=== RUN   Test_ReadNetUint32Data
--- PASS: Test_ReadNetUint32Data (0.00s)
=== RUN   Test_ReadNetUint32AtFailed
--- PASS: Test_ReadNetUint32AtFailed (0.00s)
=== RUN   Test_ReadNetUint32AtInRange
--- PASS: Test_ReadNetUint32AtInRange (0.00s)
=== RUN   Test_ReadNetUint32AtOutOfRange
--- PASS: Test_ReadNetUint32AtOutOfRange (0.00s)
=== RUN   Test_WriteNetUint32At
--- PASS: Test_WriteNetUint32At (0.00s)
=== RUN   Test_ReadNetUint64NoData
--- PASS: Test_ReadNetUint64NoData (0.00s)
=== RUN   Test_ReadNetUint64Failed
--- PASS: Test_ReadNetUint64Failed (0.00s)
=== RUN   Test_ReadNetUint64Data
--- PASS: Test_ReadNetUint64Data (0.00s)
=== RUN   Test_ReadNetUint64AtFailed
--- PASS: Test_ReadNetUint64AtFailed (0.00s)
=== RUN   Test_ReadNetUint64AtInRange
--- PASS: Test_ReadNetUint64AtInRange (0.00s)
=== RUN   Test_ReadNetUint64AtOutOfRange
--- PASS: Test_ReadNetUint64AtOutOfRange (0.00s)
=== RUN   Test_WriteNetUint64At
--- PASS: Test_WriteNetUint64At (0.00s)
=== RUN   Test_InvariantsOnNew
--- PASS: Test_InvariantsOnNew (0.00s)
=== RUN   Test_ErrorHandling
--- PASS: Test_ErrorHandling (0.00s)
=== RUN   Test_SnapshotRestore
--- PASS: Test_SnapshotRestore (0.00s)
=== RUN   Test_SnapshotRestoreAfterErr
--- PASS: Test_SnapshotRestoreAfterErr (0.00s)
=== RUN   Test_AppendNil
--- PASS: Test_AppendNil (0.00s)
=== RUN   Test_AppendRetainsBuffer
--- PASS: Test_AppendRetainsBuffer (0.00s)
=== RUN   Test_AppendOnFixed
--- PASS: Test_AppendOnFixed (0.00s)
=== RUN   Test_AppendOnFixedLater
--- PASS: Test_AppendOnFixedLater (0.00s)
=== RUN   Test_AppendOnFailed
--- PASS: Test_AppendOnFailed (0.00s)
=== RUN   Test_AppendAfterNoMoreBytes
--- PASS: Test_AppendAfterNoMoreBytes (0.00s)
=== RUN   Test_AvailAndLenConsiderRead
--- PASS: Test_AvailAndLenConsiderRead (0.00s)
=== RUN   Test_AvailAndLenConsiderReset
--- PASS: Test_AvailAndLenConsiderReset (0.00s)
=== RUN   Test_ConsumeData
--- PASS: Test_ConsumeData (0.00s)
=== RUN   Test_ConsumeFailed
--- PASS: Test_ConsumeFailed (0.00s)
=== RUN   Test_ByteGetUnconsumed
--- PASS: Test_ByteGetUnconsumed (0.00s)
=== RUN   Test_ResetEmpty
--- PASS: Test_ResetEmpty (0.00s)
=== RUN   Test_ResetWhileParsing
--- PASS: Test_ResetWhileParsing (0.00s)
=== RUN   Test_CollectData
--- PASS: Test_CollectData (0.00s)
=== RUN   Test_CollectFailed
--- PASS: Test_CollectFailed (0.00s)
=== RUN   Test_CollectNoData
--- PASS: Test_CollectNoData (0.00s)
=== RUN   Test_CollectFixedNoData
--- PASS: Test_CollectFixedNoData (0.00s)
=== RUN   Test_CollectWithSuffixData
--- PASS: Test_CollectWithSuffixData (0.00s)
=== RUN   Test_CollectWithSuffixFail
--- PASS: Test_CollectWithSuffixFail (0.00s)
=== RUN   Test_CollectWithSuffixFailed
--- PASS: Test_CollectWithSuffixFailed (0.00s)
=== RUN   Test_CollectWithSuffixNoData
--- PASS: Test_CollectWithSuffixNoData (0.00s)
=== RUN   Test_CollectWithSuffixFixedNoData
--- PASS: Test_CollectWithSuffixFixedNoData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/streambuf	0.029s
=== RUN   TestConversionWithMapStr
=== RUN   TestConversionWithMapStr/from_mapstr.M
=== RUN   TestConversionWithMapStr/to_mapstr.M
--- PASS: TestConversionWithMapStr (0.00s)
    --- PASS: TestConversionWithMapStr/from_mapstr.M (0.00s)
    --- PASS: TestConversionWithMapStr/to_mapstr.M (0.00s)
=== RUN   TestConversionBetweenGoTypes
=== RUN   TestConversionBetweenGoTypes/int_to_uint
=== RUN   TestConversionBetweenGoTypes/between_structs
=== RUN   TestConversionBetweenGoTypes/string_is_parsed_to_int
--- PASS: TestConversionBetweenGoTypes (0.00s)
    --- PASS: TestConversionBetweenGoTypes/int_to_uint (0.00s)
    --- PASS: TestConversionBetweenGoTypes/between_structs (0.00s)
    --- PASS: TestConversionBetweenGoTypes/string_is_parsed_to_int (0.00s)
=== RUN   TestTimestamps
=== RUN   TestTimestamps/timestamp_to_mapstr.M
=== RUN   TestTimestamps/timestamp_from_encoded_mapstr.M
=== RUN   TestTimestamps/timestamp_from_string
--- PASS: TestTimestamps (0.00s)
    --- PASS: TestTimestamps/timestamp_to_mapstr.M (0.00s)
    --- PASS: TestTimestamps/timestamp_from_encoded_mapstr.M (0.00s)
    --- PASS: TestTimestamps/timestamp_from_string (0.00s)
=== RUN   TestComplexExampleWithIntermediateConversion
--- PASS: TestComplexExampleWithIntermediateConversion (0.00s)
=== RUN   TestFailOnIncompatibleTypes
=== RUN   TestFailOnIncompatibleTypes/primitive_value_to_struct_fails
--- PASS: TestFailOnIncompatibleTypes (0.00s)
    --- PASS: TestFailOnIncompatibleTypes/primitive_value_to_struct_fails (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/transform/typeconv	0.048s
=== RUN   TestTransportReconnectsOnConnect
=== RUN   TestTransportReconnectsOnConnect/tcp
=== RUN   TestTransportReconnectsOnConnect/tcp/connect
=== RUN   TestTransportReconnectsOnConnect/tcp/socks5
    testing_test.go:62: Server error (*net.OpError): accept tcp 127.0.0.1:24192: use of closed network connection
=== RUN   TestTransportReconnectsOnConnect/tls
=== RUN   TestTransportReconnectsOnConnect/tls/connect
=== RUN   TestTransportReconnectsOnConnect/tls/socks5
    testing_test.go:62: Server error (*net.OpError): accept tcp 127.0.0.1:24201: use of closed network connection
--- PASS: TestTransportReconnectsOnConnect (0.41s)
    --- PASS: TestTransportReconnectsOnConnect/tcp (0.01s)
        --- PASS: TestTransportReconnectsOnConnect/tcp/connect (0.00s)
        --- PASS: TestTransportReconnectsOnConnect/tcp/socks5 (0.01s)
    --- PASS: TestTransportReconnectsOnConnect/tls (0.40s)
        --- PASS: TestTransportReconnectsOnConnect/tls/connect (0.20s)
        --- PASS: TestTransportReconnectsOnConnect/tls/socks5 (0.20s)
=== RUN   TestTransportFailConnectUnknownAddress
=== RUN   TestTransportFailConnectUnknownAddress/tcp
=== RUN   TestTransportFailConnectUnknownAddress/tcp/connect
=== RUN   TestTransportFailConnectUnknownAddress/tcp/socks5
2023/11/03 09:39:02 [ERR] socks: Failed to handle request: Failed to resolve destination 'invalid.dns.fqdn-unknown.invalid': lookup invalid.dns.fqdn-unknown.invalid on 75.75.75.75:53: no such host
    testing_test.go:62: Server error (*net.OpError): accept tcp 127.0.0.1:24207: use of closed network connection
=== RUN   TestTransportFailConnectUnknownAddress/tls
=== RUN   TestTransportFailConnectUnknownAddress/tls/socks5
2023/11/03 09:39:02 [ERR] socks: Failed to handle request: Failed to resolve destination 'invalid.dns.fqdn-unknown.invalid': lookup invalid.dns.fqdn-unknown.invalid on 75.75.75.75:53: no such host
    testing_test.go:62: Server error (*net.OpError): accept tcp 127.0.0.1:24209: use of closed network connection
=== RUN   TestTransportFailConnectUnknownAddress/tls/connect
--- PASS: TestTransportFailConnectUnknownAddress (0.25s)
    --- PASS: TestTransportFailConnectUnknownAddress/tcp (0.14s)
        --- PASS: TestTransportFailConnectUnknownAddress/tcp/connect (0.06s)
        --- PASS: TestTransportFailConnectUnknownAddress/tcp/socks5 (0.07s)
    --- PASS: TestTransportFailConnectUnknownAddress/tls (0.12s)
        --- PASS: TestTransportFailConnectUnknownAddress/tls/socks5 (0.06s)
        --- PASS: TestTransportFailConnectUnknownAddress/tls/connect (0.06s)
=== RUN   TestTransportClosedOnWriteReadError
=== RUN   TestTransportClosedOnWriteReadError/tcp
=== RUN   TestTransportClosedOnWriteReadError/tcp/connect
=== RUN   TestTransportClosedOnWriteReadError/tcp/socks5
    testing_test.go:62: Server error (*net.OpError): accept tcp 127.0.0.1:24213: use of closed network connection
=== RUN   TestTransportClosedOnWriteReadError/tls
=== RUN   TestTransportClosedOnWriteReadError/tls/socks5
    testing_test.go:62: Server error (*net.OpError): accept tcp 127.0.0.1:24217: use of closed network connection
=== RUN   TestTransportClosedOnWriteReadError/tls/connect
2023/11/03 09:39:02 [ERR] socks: Failed to handle request: readfrom tcp 127.0.0.1:24217->127.0.0.1:24219: read tcp 127.0.0.1:24220->127.0.0.1:24218: read: connection reset by peer
--- PASS: TestTransportClosedOnWriteReadError (0.17s)
    --- PASS: TestTransportClosedOnWriteReadError/tcp (0.00s)
        --- PASS: TestTransportClosedOnWriteReadError/tcp/connect (0.00s)
        --- PASS: TestTransportClosedOnWriteReadError/tcp/socks5 (0.00s)
    --- PASS: TestTransportClosedOnWriteReadError/tls (0.17s)
        --- PASS: TestTransportClosedOnWriteReadError/tls/socks5 (0.08s)
        --- PASS: TestTransportClosedOnWriteReadError/tls/connect (0.09s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/transport/transptest	0.873s
=== RUN   TestCertToPEMString
--- PASS: TestCertToPEMString (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/common/x509util	0.035s
=== RUN   TestANDCondition
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.084-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[client_server:0x85f2410]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[http.code:{0x3182fe70   0x3182fe78}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[client_server:0x85f2410] and range: map[http.code:{0x3182fe70   0x3182fe78}]","ecs.version":"1.6.0"}
--- PASS: TestANDCondition (0.00s)
=== RUN   TestCreateNilCondition
--- PASS: TestCreateNilCondition (0.00s)
=== RUN   TestCombinedCondition
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[http.code:{0x3182fec8   0x3182fed0}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[status:0x85f2250]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[type:0x85f2410]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[status:0x85f2250] and equals: map[type:0x85f2410]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[http.code:{0x3182fec8   0x3182fed0}] or equals: map[status:0x85f2250] and equals: map[type:0x85f2410]","ecs.version":"1.6.0"}
--- PASS: TestCombinedCondition (0.00s)
=== RUN   TestEqualsCreate
--- PASS: TestEqualsCreate (0.00s)
=== RUN   TestEqualsSingleFieldPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[type:0x85f2410]","ecs.version":"1.6.0"}
--- PASS: TestEqualsSingleFieldPositiveMatch (0.00s)
=== RUN   TestEqualsBooleanFieldNegativeMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[final:0x85f2630]","ecs.version":"1.6.0"}
--- PASS: TestEqualsBooleanFieldNegativeMatch (0.00s)
=== RUN   TestEqualsMultiFieldAndTypePositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[proc.pid:0x85f2250 type:0x85f2410]","ecs.version":"1.6.0"}
--- PASS: TestEqualsMultiFieldAndTypePositiveMatch (0.00s)
=== RUN   TestExtractString
--- PASS: TestExtractString (0.00s)
=== RUN   TestExtractBool
--- PASS: TestExtractBool (0.00s)
=== RUN   TestHasFieldsMultiFieldPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition has_fields: [proc.cmdline type]","ecs.version":"1.6.0"}
--- PASS: TestHasFieldsMultiFieldPositiveMatch (0.00s)
=== RUN   TestHasFieldsSingleFieldNegativeMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition has_fields: [cpu]","ecs.version":"1.6.0"}
--- PASS: TestHasFieldsSingleFieldNegativeMatch (0.00s)
=== RUN   TestHasFieldsMultiFieldNegativeMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.085-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition has_fields: [proc beat]","ecs.version":"1.6.0"}
--- PASS: TestHasFieldsMultiFieldNegativeMatch (0.00s)
=== RUN   TestRegxpCreate
--- PASS: TestRegxpCreate (0.00s)
=== RUN   TestContainsMultiFieldPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition contains: map[]","ecs.version":"1.6.0"}
--- PASS: TestContainsMultiFieldPositiveMatch (0.00s)
=== RUN   TestContainsMultiFieldNegativeMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition contains: map[]","ecs.version":"1.6.0"}
--- PASS: TestContainsMultiFieldNegativeMatch (0.00s)
=== RUN   TestContainsSingleFieldPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition contains: map[]","ecs.version":"1.6.0"}
--- PASS: TestContainsSingleFieldPositiveMatch (0.00s)
=== RUN   TestContainsArrayOfStringPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition contains: map[]","ecs.version":"1.6.0"}
--- PASS: TestContainsArrayOfStringPositiveMatch (0.00s)
=== RUN   TestRegexpCondition
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition regexp: map[]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition regexp: map[]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition regexp: map[]","ecs.version":"1.6.0"}
--- PASS: TestRegexpCondition (0.00s)
=== RUN   TestNetworkConfigUnpack
=== RUN   TestNetworkConfigUnpack/string_values
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(client_ip:loopback AND ip:loopback)","ecs.version":"1.6.0"}
=== RUN   TestNetworkConfigUnpack/array_values
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(ip:loopback AND client_ip:loopback)","ecs.version":"1.6.0"}
=== RUN   TestNetworkConfigUnpack/nested_keys
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.086-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(ip.client:loopback AND ip.server:loopback)","ecs.version":"1.6.0"}
--- PASS: TestNetworkConfigUnpack (0.00s)
    --- PASS: TestNetworkConfigUnpack/string_values (0.00s)
    --- PASS: TestNetworkConfigUnpack/array_values (0.00s)
    --- PASS: TestNetworkConfigUnpack/nested_keys (0.00s)
=== RUN   TestNetworkCreate
=== RUN   TestNetworkCreate/all_options
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(interface_local_multicast_ip:interface_local_multicast AND multicast_ip:multicast AND ipv6_ip:fd00::/8 AND unicast_ip:unicast AND public_ip:public AND private_ip:private AND link_local_unicast_ip:link_local_unicast AND link_local_multicast_ip:link_local_multicast AND global_unicast_ip:global_unicast AND ipv4_ip:192.168.10.1/16 AND loopback_ip:loopback AND unspecified_ip:unspecified)","ecs.version":"1.6.0"}
    network_test.go:103: network:(public_ip:public AND private_ip:private AND interface_local_multicast_ip:interface_local_multicast AND multicast_ip:multicast AND ipv6_ip:fd00::/8 AND unicast_ip:unicast AND loopback_ip:loopback AND unspecified_ip:unspecified AND link_local_unicast_ip:link_local_unicast AND link_local_multicast_ip:link_local_multicast AND global_unicast_ip:global_unicast AND ipv4_ip:192.168.10.1/16)
=== RUN   TestNetworkCreate/invalid_keyword
=== RUN   TestNetworkCreate/bad_cidr
=== RUN   TestNetworkCreate/bad_type
--- PASS: TestNetworkCreate (0.00s)
    --- PASS: TestNetworkCreate/all_options (0.00s)
    --- PASS: TestNetworkCreate/invalid_keyword (0.00s)
    --- PASS: TestNetworkCreate/bad_cidr (0.00s)
    --- PASS: TestNetworkCreate/bad_type (0.00s)
=== RUN   TestNetworkCheck
=== RUN   TestNetworkCheck/match_loopback
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(ip:127.0.0.0/8)","ecs.version":"1.6.0"}
=== RUN   TestNetworkCheck/negative_match
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(ip:192.168.0.0/16)","ecs.version":"1.6.0"}
=== RUN   TestNetworkCheck/wrong_field_value_type
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(status:unicast)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/network.go","file.line":164},"message":"Invalid IP address in field=status for network condition","ecs.version":"1.6.0"}
=== RUN   TestNetworkCheck/multiple_fields_match
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(client_ip:loopback AND ip:127.0.0.0/24)","ecs.version":"1.6.0"}
=== RUN   TestNetworkCheck/multiple_fields_negative_match
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(client_ip:multicast AND ip:127.0.0.0/24)","ecs.version":"1.6.0"}
=== RUN   TestNetworkCheck/field_not_present
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(does_not_exist:multicast)","ecs.version":"1.6.0"}
=== RUN   TestNetworkCheck/multiple_values_match
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.087-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition network:(client_ip:public OR loopback)","ecs.version":"1.6.0"}
--- PASS: TestNetworkCheck (0.00s)
    --- PASS: TestNetworkCheck/match_loopback (0.00s)
    --- PASS: TestNetworkCheck/negative_match (0.00s)
    --- PASS: TestNetworkCheck/wrong_field_value_type (0.00s)
    --- PASS: TestNetworkCheck/multiple_fields_match (0.00s)
    --- PASS: TestNetworkCheck/multiple_fields_negative_match (0.00s)
    --- PASS: TestNetworkCheck/field_not_present (0.00s)
    --- PASS: TestNetworkCheck/multiple_values_match (0.00s)
=== RUN   TestNetworkPrivate
=== RUN   TestNetworkPrivate/ranges
=== RUN   TestNetworkPrivate/match
--- PASS: TestNetworkPrivate (0.00s)
    --- PASS: TestNetworkPrivate/ranges (0.00s)
    --- PASS: TestNetworkPrivate/match (0.00s)
=== RUN   TestNetworkContains
--- PASS: TestNetworkContains (0.00s)
=== RUN   TestNOTCondition
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.088-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[method:0x85f2410]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.088-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition !equals: map[method:0x85f2410]","ecs.version":"1.6.0"}
--- PASS: TestNOTCondition (0.00s)
=== RUN   TestORCondition
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.088-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[http.code:{0x31a0aff0   0x31a0aff8}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.088-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[http.code:{0x31a0b000   0x31a0b008}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.088-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[http.code:{0x31a0aff0   0x31a0aff8}] or range: map[http.code:{0x31a0b000   0x31a0b008}]","ecs.version":"1.6.0"}
--- PASS: TestORCondition (0.00s)
=== RUN   TestRangeCreateNumeric
--- PASS: TestRangeCreateNumeric (0.00s)
=== RUN   TestRangeCreateLexicographic
--- PASS: TestRangeCreateLexicographic (0.00s)
=== RUN   TestRangeSingleFieldNegativeMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.088-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[proc.cpu.total_p:{ 0x31a0b080  }]","ecs.version":"1.6.0"}
--- PASS: TestRangeSingleFieldNegativeMatch (0.00s)
=== RUN   TestClosedRangeConditionPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.088-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[http.code:{0x31a0b0b8   0x31a0b0c0}]","ecs.version":"1.6.0"}
--- PASS: TestClosedRangeConditionPositiveMatch (0.00s)
=== RUN   TestOpenRangeConditionPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.089-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[bytes_out:{0x31a0b0f8   }]","ecs.version":"1.6.0"}
--- PASS: TestOpenRangeConditionPositiveMatch (0.00s)
=== RUN   TestMultipleOpenRangeConditionNegativeMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.089-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[bytes_out:{0x31a0b130   } responsetime:{ 0x31a0b138  }]","ecs.version":"1.6.0"}
--- PASS: TestMultipleOpenRangeConditionNegativeMatch (0.00s)
=== RUN   TestOpenGteRangeConditionPositiveMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.089-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[proc.cpu.total_p:{0x31a0b170   }]","ecs.version":"1.6.0"}
--- PASS: TestOpenGteRangeConditionPositiveMatch (0.00s)
=== RUN   TestOpenGteRangeConditionNegativeMatch
{"log.level":"debug","@timestamp":"2023-11-03T09:39:02.089-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[proc.cpu.total_p:{0x31a0b1a8   }]","ecs.version":"1.6.0"}
--- PASS: TestOpenGteRangeConditionNegativeMatch (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/conditions	0.031s
=== RUN   TestReplaceStringInDashboard
--- PASS: TestReplaceStringInDashboard (0.00s)
=== RUN   TestReplaceIndexInDashboardObject
--- PASS: TestReplaceIndexInDashboardObject (0.00s)
=== RUN   TestReplaceIndexInIndexPattern
=== RUN   TestReplaceIndexInIndexPattern/Replace_in_[]mapstr.mapstr
=== RUN   TestReplaceIndexInIndexPattern/Replace_in_[]mapstr.interface(mapstr)
=== RUN   TestReplaceIndexInIndexPattern/Do_not_create_missing_attributes
=== RUN   TestReplaceIndexInIndexPattern/Create_missing_id
--- PASS: TestReplaceIndexInIndexPattern (0.00s)
    --- PASS: TestReplaceIndexInIndexPattern/Replace_in_[]mapstr.mapstr (0.00s)
    --- PASS: TestReplaceIndexInIndexPattern/Replace_in_[]mapstr.interface(mapstr) (0.00s)
    --- PASS: TestReplaceIndexInIndexPattern/Do_not_create_missing_attributes (0.00s)
    --- PASS: TestReplaceIndexInIndexPattern/Create_missing_id (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/dashboards	0.014s
=== RUN   TestOneHostSuccessResp
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.010-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24223","ecs.version":"1.6.0"}
--- PASS: TestOneHostSuccessResp (0.01s)
=== RUN   TestOneHost500Resp
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.024-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24225","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.027-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":291},"message":"Attempting to connect to Elasticsearch version 5.0.0","ecs.version":"1.6.0"}
--- PASS: TestOneHost500Resp (0.00s)
=== RUN   TestOneHost503Resp
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.028-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24227","ecs.version":"1.6.0"}
--- PASS: TestOneHost503Resp (0.00s)
=== RUN   TestReadQueryResult
--- PASS: TestReadQueryResult (0.00s)
=== RUN   TestReadQueryResult_empty
--- PASS: TestReadQueryResult_empty (0.00s)
=== RUN   TestReadQueryResult_invalid
--- PASS: TestReadQueryResult_invalid (0.00s)
=== RUN   TestReadSearchResult
=== RUN   TestReadSearchResult/search_results_response_from_7.0
=== RUN   TestReadSearchResult/search_results_response_from_6.0
--- PASS: TestReadSearchResult (0.00s)
    --- PASS: TestReadSearchResult/search_results_response_from_7.0 (0.00s)
    --- PASS: TestReadSearchResult/search_results_response_from_6.0 (0.00s)
=== RUN   TestReadSearchResult_empty
--- PASS: TestReadSearchResult_empty (0.00s)
=== RUN   TestReadSearchResult_invalid
--- PASS: TestReadSearchResult_invalid (0.00s)
=== RUN   TestOneHostSuccessResp_Bulk
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.029-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24229","ecs.version":"1.6.0"}
--- PASS: TestOneHostSuccessResp_Bulk (0.00s)
=== RUN   TestOneHost500Resp_Bulk
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.030-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24231","ecs.version":"1.6.0"}
--- PASS: TestOneHost500Resp_Bulk (0.00s)
=== RUN   TestOneHost503Resp_Bulk
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.030-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24233","ecs.version":"1.6.0"}
--- PASS: TestOneHost503Resp_Bulk (0.00s)
=== RUN   TestEnforceParameters
=== RUN   TestEnforceParameters/no_parameters
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.031-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://localhost","ecs.version":"1.6.0"}
=== RUN   TestEnforceParameters/Local_overrides_preconfigured_parameters
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.031-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://localhost","ecs.version":"1.6.0"}
=== RUN   TestEnforceParameters/Preconfigured_parameters_are_applied_to_bulk_requests
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.031-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://localhost","ecs.version":"1.6.0"}
=== RUN   TestEnforceParameters/Preconfigured_and_local_parameters_are_merged
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.031-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://localhost","ecs.version":"1.6.0"}
=== RUN   TestEnforceParameters/Local_parameters_only
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.031-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://localhost","ecs.version":"1.6.0"}
--- PASS: TestEnforceParameters (0.00s)
    --- PASS: TestEnforceParameters/no_parameters (0.00s)
    --- PASS: TestEnforceParameters/Local_overrides_preconfigured_parameters (0.00s)
    --- PASS: TestEnforceParameters/Preconfigured_parameters_are_applied_to_bulk_requests (0.00s)
    --- PASS: TestEnforceParameters/Preconfigured_and_local_parameters_are_merged (0.00s)
    --- PASS: TestEnforceParameters/Local_parameters_only (0.00s)
=== RUN   TestAPIKeyEncoding
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.031-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
--- PASS: TestAPIKeyEncoding (0.00s)
=== RUN   TestHeaders
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.031-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:03.032-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
--- PASS: TestHeaders (0.00s)
=== RUN   TestJSONEncoderMarshalBeatEvent
--- PASS: TestJSONEncoderMarshalBeatEvent (0.00s)
=== RUN   TestJSONEncoderMarshalMonitoringEvent
--- PASS: TestJSONEncoderMarshalMonitoringEvent (0.00s)
=== RUN   TestUrlEncode
--- PASS: TestUrlEncode (0.00s)
=== RUN   TestMakePath
--- PASS: TestMakePath (0.00s)
=== RUN   TestAddToURL
--- PASS: TestAddToURL (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/esleg/eslegclient	0.088s
=== RUN   TestRegister
=== RUN   TestRegister/when_the_factory_is_nil
=== RUN   TestRegister/namespace_and_feature_doesn't_exist
=== RUN   TestRegister/namespace_exists_and_feature_doesn't_exist
=== RUN   TestRegister/namespace_exists_and_feature_exists_and_not_the_same_factory
=== RUN   TestRegister/when_the_exact_feature_is_already_registered
--- PASS: TestRegister (0.00s)
    --- PASS: TestRegister/when_the_factory_is_nil (0.00s)
    --- PASS: TestRegister/namespace_and_feature_doesn't_exist (0.00s)
    --- PASS: TestRegister/namespace_exists_and_feature_doesn't_exist (0.00s)
    --- PASS: TestRegister/namespace_exists_and_feature_exists_and_not_the_same_factory (0.00s)
    --- PASS: TestRegister/when_the_exact_feature_is_already_registered (0.00s)
=== RUN   TestFeature
=== RUN   TestFeature/when_namespace_and_feature_are_present
=== RUN   TestFeature/when_namespace_doesn't_exist
=== RUN   TestFeature/when_namespace_and_key_are_normalized
--- PASS: TestFeature (0.00s)
    --- PASS: TestFeature/when_namespace_and_feature_are_present (0.00s)
    --- PASS: TestFeature/when_namespace_doesn't_exist (0.00s)
    --- PASS: TestFeature/when_namespace_and_key_are_normalized (0.00s)
=== RUN   TestLookup
=== RUN   TestLookup/when_namespace_and_feature_are_present
=== RUN   TestLookup/when_namespace_is_not_present
=== RUN   TestLookup/when_namespace_and_name_are_normalized
--- PASS: TestLookup (0.00s)
    --- PASS: TestLookup/when_namespace_and_feature_are_present (0.00s)
    --- PASS: TestLookup/when_namespace_is_not_present (0.00s)
    --- PASS: TestLookup/when_namespace_and_name_are_normalized (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/feature	0.079s
=== RUN   TestNewConfigFromProto
=== RUN   TestNewConfigFromProto/fqdn_disabled
=== RUN   TestNewConfigFromProto/with_source
=== RUN   TestNewConfigFromProto/nil
=== RUN   TestNewConfigFromProto/fqdn_enabled
--- PASS: TestNewConfigFromProto (0.00s)
    --- PASS: TestNewConfigFromProto/fqdn_disabled (0.00s)
    --- PASS: TestNewConfigFromProto/with_source (0.00s)
    --- PASS: TestNewConfigFromProto/nil (0.00s)
    --- PASS: TestNewConfigFromProto/fqdn_enabled (0.00s)
=== RUN   TestFQDN
=== RUN   TestFQDN/FQDN_enabled
=== RUN   TestFQDN/FQDN_disabled
=== RUN   TestFQDN/FQDN_only_{}
=== RUN   TestFQDN/FQDN_empty
=== RUN   TestFQDN/FQDN_absent
=== RUN   TestFQDN/No_features
--- PASS: TestFQDN (0.00s)
    --- PASS: TestFQDN/FQDN_enabled (0.00s)
    --- PASS: TestFQDN/FQDN_disabled (0.00s)
    --- PASS: TestFQDN/FQDN_only_{} (0.00s)
    --- PASS: TestFQDN/FQDN_empty (0.00s)
    --- PASS: TestFQDN/FQDN_absent (0.00s)
    --- PASS: TestFQDN/No_features (0.00s)
=== RUN   TestFQDNCallbacks
--- PASS: TestFQDNCallbacks (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/features	0.026s
=== RUN   TestDefaultSupport_Enabled
=== RUN   TestDefaultSupport_Enabled/templates_and_ilm_disabled
=== RUN   TestDefaultSupport_Enabled/templates_only
=== RUN   TestDefaultSupport_Enabled/ilm_only
--- PASS: TestDefaultSupport_Enabled (0.00s)
    --- PASS: TestDefaultSupport_Enabled/templates_and_ilm_disabled (0.00s)
    --- PASS: TestDefaultSupport_Enabled/templates_only (0.00s)
    --- PASS: TestDefaultSupport_Enabled/ilm_only (0.00s)
=== RUN   TestDefaultSupport_BuildSelector
=== RUN   TestDefaultSupport_BuildSelector/without_ilm_must_be_lowercase
=== RUN   TestDefaultSupport_BuildSelector/with_ilm_must_be_lowercase
=== RUN   TestDefaultSupport_BuildSelector/event_index_without_ilm_must_be_lowercase
=== RUN   TestDefaultSupport_BuildSelector/with_ilm
=== RUN   TestDefaultSupport_BuildSelector/event_index_with_ilm
=== RUN   TestDefaultSupport_BuildSelector/use_indices
=== RUN   TestDefaultSupport_BuildSelector/use_indices_settings_must_be_lowercase
=== RUN   TestDefaultSupport_BuildSelector/without_ilm
=== RUN   TestDefaultSupport_BuildSelector/event_index_without_ilm
--- PASS: TestDefaultSupport_BuildSelector (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/without_ilm_must_be_lowercase (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/with_ilm_must_be_lowercase (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/event_index_without_ilm_must_be_lowercase (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/with_ilm (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/event_index_with_ilm (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/use_indices (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/use_indices_settings_must_be_lowercase (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/without_ilm (0.00s)
    --- PASS: TestDefaultSupport_BuildSelector/event_index_without_ilm (0.00s)
=== RUN   TestIndexManager_VerifySetup
=== RUN   TestIndexManager_VerifySetup/everything_enabled
=== RUN   TestIndexManager_VerifySetup/load_template_with_ilm_without_loading_ilm
=== RUN   TestIndexManager_VerifySetup/load_ilm_without_template
=== RUN   TestIndexManager_VerifySetup/template_disabled_but_loading_enabled
=== RUN   TestIndexManager_VerifySetup/ilm_disabled_but_loading_enabled
=== RUN   TestIndexManager_VerifySetup/ilm_enabled_but_loading_disabled
=== RUN   TestIndexManager_VerifySetup/template_enabled_but_loading_disabled
=== RUN   TestIndexManager_VerifySetup/ilm_enabled_but_overwrite_disabled
--- PASS: TestIndexManager_VerifySetup (0.00s)
    --- PASS: TestIndexManager_VerifySetup/everything_enabled (0.00s)
    --- PASS: TestIndexManager_VerifySetup/load_template_with_ilm_without_loading_ilm (0.00s)
    --- PASS: TestIndexManager_VerifySetup/load_ilm_without_template (0.00s)
    --- PASS: TestIndexManager_VerifySetup/template_disabled_but_loading_enabled (0.00s)
    --- PASS: TestIndexManager_VerifySetup/ilm_disabled_but_loading_enabled (0.00s)
    --- PASS: TestIndexManager_VerifySetup/ilm_enabled_but_loading_disabled (0.00s)
    --- PASS: TestIndexManager_VerifySetup/template_enabled_but_loading_disabled (0.00s)
    --- PASS: TestIndexManager_VerifySetup/ilm_enabled_but_overwrite_disabled (0.00s)
=== RUN   TestIndexManager_Setup
=== RUN   TestIndexManager_Setup/template_loadmode_disabled_ilm_loadMode_enabled
=== RUN   TestIndexManager_Setup/template_default_loadMode_Overwrite_ilm_disabled
=== RUN   TestIndexManager_Setup/template_disabled_ilm_disabled,_loadMode_Overwrite
=== RUN   TestIndexManager_Setup/template_default_ilm_loadMode_disabled
=== RUN   TestIndexManager_Setup/template_disabled_ilm_default
=== RUN   TestIndexManager_Setup/template_disabled_ilm_disabled_loadMode_Force
=== RUN   TestIndexManager_Setup/template_loadmode_disabled_ilm_loadmode_disabled
=== RUN   TestIndexManager_Setup/template_default_ilm_default
=== RUN   TestIndexManager_Setup/template_default_ilm_default_with_policy_changed
=== RUN   TestIndexManager_Setup/template_default_ilm_disabled
=== RUN   TestIndexManager_Setup/template_default_loadMode_Force_ilm_disabled
=== RUN   TestIndexManager_Setup/template_loadMode_disabled_ilm_disabled
--- PASS: TestIndexManager_Setup (0.00s)
    --- PASS: TestIndexManager_Setup/template_loadmode_disabled_ilm_loadMode_enabled (0.00s)
    --- PASS: TestIndexManager_Setup/template_default_loadMode_Overwrite_ilm_disabled (0.00s)
    --- PASS: TestIndexManager_Setup/template_disabled_ilm_disabled,_loadMode_Overwrite (0.00s)
    --- PASS: TestIndexManager_Setup/template_default_ilm_loadMode_disabled (0.00s)
    --- PASS: TestIndexManager_Setup/template_disabled_ilm_default (0.00s)
    --- PASS: TestIndexManager_Setup/template_disabled_ilm_disabled_loadMode_Force (0.00s)
    --- PASS: TestIndexManager_Setup/template_loadmode_disabled_ilm_loadmode_disabled (0.00s)
    --- PASS: TestIndexManager_Setup/template_default_ilm_default (0.00s)
    --- PASS: TestIndexManager_Setup/template_default_ilm_default_with_policy_changed (0.00s)
    --- PASS: TestIndexManager_Setup/template_default_ilm_disabled (0.00s)
    --- PASS: TestIndexManager_Setup/template_default_loadMode_Force_ilm_disabled (0.00s)
    --- PASS: TestIndexManager_Setup/template_loadMode_disabled_ilm_disabled (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/idxmgmt	0.029s
=== RUN   TestDefaultSupport_Init
=== RUN   TestDefaultSupport_Init/with_custom_config
=== RUN   TestDefaultSupport_Init/with_custom_alias_config_with_fieldref
=== RUN   TestDefaultSupport_Init/with_default_alias
=== RUN   TestDefaultSupport_Init/load_external_policy
--- PASS: TestDefaultSupport_Init (0.00s)
    --- PASS: TestDefaultSupport_Init/with_custom_config (0.00s)
    --- PASS: TestDefaultSupport_Init/with_custom_alias_config_with_fieldref (0.00s)
    --- PASS: TestDefaultSupport_Init/with_default_alias (0.00s)
    --- PASS: TestDefaultSupport_Init/load_external_policy (0.00s)
=== RUN   TestDefaultSupport_Manager_Enabled
=== RUN   TestDefaultSupport_Manager_Enabled/io_error
    ilm_test.go:161: PASS:	CheckILMEnabled(bool)
=== RUN   TestDefaultSupport_Manager_Enabled/disabled_via_config
=== RUN   TestDefaultSupport_Manager_Enabled/disabled_via_handler
    ilm_test.go:161: PASS:	CheckILMEnabled(bool)
=== RUN   TestDefaultSupport_Manager_Enabled/enabled_via_handler
    ilm_test.go:161: PASS:	CheckILMEnabled(bool)
=== RUN   TestDefaultSupport_Manager_Enabled/handler_confirms_enabled_flag
    ilm_test.go:161: PASS:	CheckILMEnabled(bool)
--- PASS: TestDefaultSupport_Manager_Enabled (0.00s)
    --- PASS: TestDefaultSupport_Manager_Enabled/io_error (0.00s)
    --- PASS: TestDefaultSupport_Manager_Enabled/disabled_via_config (0.00s)
    --- PASS: TestDefaultSupport_Manager_Enabled/disabled_via_handler (0.00s)
    --- PASS: TestDefaultSupport_Manager_Enabled/enabled_via_handler (0.00s)
    --- PASS: TestDefaultSupport_Manager_Enabled/handler_confirms_enabled_flag (0.00s)
=== RUN   TestDefaultSupport_Manager_EnsurePolicy
=== RUN   TestDefaultSupport_Manager_EnsurePolicy/fail
    ilm_test.go:223: PASS:	HasILMPolicy(string)
    ilm_test.go:223: PASS:	CreateILMPolicy(ilm.Policy)
=== RUN   TestDefaultSupport_Manager_EnsurePolicy/create_new_policy
    ilm_test.go:223: PASS:	HasILMPolicy(string)
    ilm_test.go:223: PASS:	CreateILMPolicy(ilm.Policy)
=== RUN   TestDefaultSupport_Manager_EnsurePolicy/policy_already_exists
    ilm_test.go:223: PASS:	HasILMPolicy(string)
=== RUN   TestDefaultSupport_Manager_EnsurePolicy/overwrite
    ilm_test.go:223: PASS:	CreateILMPolicy(ilm.Policy)
--- PASS: TestDefaultSupport_Manager_EnsurePolicy (0.00s)
    --- PASS: TestDefaultSupport_Manager_EnsurePolicy/fail (0.00s)
    --- PASS: TestDefaultSupport_Manager_EnsurePolicy/create_new_policy (0.00s)
    --- PASS: TestDefaultSupport_Manager_EnsurePolicy/policy_already_exists (0.00s)
    --- PASS: TestDefaultSupport_Manager_EnsurePolicy/overwrite (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/idxmgmt/ilm	0.046s
=== RUN   TestInstrumentationConfig
--- PASS: TestInstrumentationConfig (10.01s)
=== RUN   TestInstrumentationConfigExplicitHosts
--- PASS: TestInstrumentationConfigExplicitHosts (0.00s)
=== RUN   TestInstrumentationConfigListener
--- PASS: TestInstrumentationConfigListener (10.01s)
=== RUN   TestAPMTracerDisabledByDefault
--- PASS: TestAPMTracerDisabledByDefault (0.00s)
=== RUN   TestInstrumentationDisabled
--- PASS: TestInstrumentationDisabled (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/instrumentation	20.057s
=== RUN   TestEmpty
--- PASS: TestEmpty (0.00s)
=== RUN   TestMissingVersion
--- PASS: TestMissingVersion (0.00s)
=== RUN   TestDuplicateField
field  is duplicated
field  is duplicated, remove it or set 'overwrite: true', {Name:context Type: Description: Format: Fields:[] MultiFields:[] Enabled: Analyzer:{Name: Definition:} SearchAnalyzer:{Name: Definition:} Norms:false Dynamic:{Value:} Index: DocValues: CopyTo: IgnoreAbove:0 AliasPath: MigrationAlias:false Dimension: DynamicTemplate:false Unit: MetricType: ObjectType: ObjectTypeMappingType: ScalingFactor:0 ObjectTypeParams:[] Analyzed: Count:0 Searchable: Aggregatable: Script: Pattern: InputFormat: OutputFormat: OutputPrecision: LabelTemplate: UrlTemplate:[] OpenLinkInCurrentTab: Overwrite:false DefaultField: Path:context}, {"aggregatable":true,"analyzed":false,"count":0,"doc_values":true,"indexed":true,"name":"context","scripted":false,"searchable":true,"type":"string"}
field  is duplicated, remove it or set 'overwrite: true', {Name:context Type: Description: Format: Fields:[] MultiFields:[] Enabled: Analyzer:{Name: Definition:} SearchAnalyzer:{Name: Definition:} Norms:false Dynamic:{Value:} Index: DocValues: CopyTo: IgnoreAbove:0 AliasPath: MigrationAlias:false Dimension: DynamicTemplate:false Unit: MetricType: ObjectType: ObjectTypeMappingType: ScalingFactor:0 ObjectTypeParams:[] Analyzed: Count:0 Searchable: Aggregatable: Script: Pattern: InputFormat: OutputFormat: OutputPrecision: LabelTemplate: UrlTemplate:[] OpenLinkInCurrentTab: Overwrite:false DefaultField: Path:context}, {"aggregatable":true,"analyzed":false,"count":0,"doc_values":true,"indexed":true,"name":"context","scripted":false,"searchable":true,"type":"string"}
--- PASS: TestDuplicateField (0.00s)
=== RUN   TestValidDuplicateField
--- PASS: TestValidDuplicateField (0.00s)
=== RUN   TestInvalidVersion
--- PASS: TestInvalidVersion (0.00s)
=== RUN   TestTransformTypes
--- PASS: TestTransformTypes (0.02s)
=== RUN   TestTransformGroup
--- PASS: TestTransformGroup (0.00s)
=== RUN   TestTransformMisc
--- PASS: TestTransformMisc (0.00s)
=== RUN   TestTransformFieldFormatMap
--- PASS: TestTransformFieldFormatMap (0.00s)
=== RUN   TestTransformGroupAndEnabled
--- PASS: TestTransformGroupAndEnabled (0.00s)
=== RUN   TestTransformMultiField
--- PASS: TestTransformMultiField (0.00s)
=== RUN   TestNewGenerator
--- PASS: TestNewGenerator (0.00s)
=== RUN   TestCleanName
--- PASS: TestCleanName (0.00s)
=== RUN   TestGenerate
--- PASS: TestGenerate (0.00s)
=== RUN   TestGenerateExtensive
--- PASS: TestGenerateExtensive (0.14s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/kibana	0.181s
=== RUN   TestParseJSON
=== RUN   TestParseJSON/OSS_release_of_Elasticsearch_(Code:_405)
=== RUN   TestParseJSON/OSS_release_of_Elasticsearch_(Code:_400)
=== RUN   TestParseJSON/malformed_JSON
=== RUN   TestParseJSON/401_response
=== RUN   TestParseJSON/any_error_from_the_server
=== RUN   TestParseJSON/200_response
=== RUN   TestParseJSON/200_response/testdata/xpack-with-basic.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-cloud-license.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-enterprise.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-gold.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-platinum.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-relax-expired-license-uuid.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-relax-license-uuid.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-standard.json
=== RUN   TestParseJSON/200_response/testdata/xpack-with-trial.json
--- PASS: TestParseJSON (0.05s)
    --- PASS: TestParseJSON/OSS_release_of_Elasticsearch_(Code:_405) (0.00s)
    --- PASS: TestParseJSON/OSS_release_of_Elasticsearch_(Code:_400) (0.00s)
    --- PASS: TestParseJSON/malformed_JSON (0.00s)
    --- PASS: TestParseJSON/401_response (0.00s)
    --- PASS: TestParseJSON/any_error_from_the_server (0.00s)
    --- PASS: TestParseJSON/200_response (0.05s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-basic.json (0.01s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-cloud-license.json (0.00s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-enterprise.json (0.00s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-gold.json (0.00s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-platinum.json (0.00s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-relax-expired-license-uuid.json (0.00s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-relax-license-uuid.json (0.00s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-standard.json (0.01s)
        --- PASS: TestParseJSON/200_response/testdata/xpack-with-trial.json (0.00s)
=== RUN   TestLicenseUnmarshal
=== RUN   TestLicenseUnmarshal/basic_license
=== RUN   TestLicenseUnmarshal/active_enterprise
=== RUN   TestLicenseUnmarshal/expired_enterprise
=== RUN   TestLicenseUnmarshal/trial
--- PASS: TestLicenseUnmarshal (0.00s)
    --- PASS: TestLicenseUnmarshal/basic_license (0.00s)
    --- PASS: TestLicenseUnmarshal/active_enterprise (0.00s)
    --- PASS: TestLicenseUnmarshal/expired_enterprise (0.00s)
    --- PASS: TestLicenseUnmarshal/trial (0.00s)
=== RUN   TestIsExpired
=== RUN   TestIsExpired/license_is_not_on_trial
=== RUN   TestIsExpired/state_is_expired
=== RUN   TestIsExpired/active_enterprise_license
=== RUN   TestIsExpired/trial_is_expired
=== RUN   TestIsExpired/trial_is_not_expired
--- PASS: TestIsExpired (0.00s)
    --- PASS: TestIsExpired/license_is_not_on_trial (0.00s)
    --- PASS: TestIsExpired/state_is_expired (0.00s)
    --- PASS: TestIsExpired/active_enterprise_license (0.00s)
    --- PASS: TestIsExpired/trial_is_expired (0.00s)
    --- PASS: TestIsExpired/trial_is_not_expired (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/licenser	0.108s
=== RUN   TestFieldsHasNode
=== RUN   TestFieldsHasNode/key_not_in_fields,_but_node_in_fields
=== RUN   TestFieldsHasNode/last_node_in_fields
=== RUN   TestFieldsHasNode/node_in_fields
=== RUN   TestFieldsHasNode/empty_fields
=== RUN   TestFieldsHasNode/no_node
--- PASS: TestFieldsHasNode (0.00s)
    --- PASS: TestFieldsHasNode/key_not_in_fields,_but_node_in_fields (0.00s)
    --- PASS: TestFieldsHasNode/last_node_in_fields (0.00s)
    --- PASS: TestFieldsHasNode/node_in_fields (0.00s)
    --- PASS: TestFieldsHasNode/empty_fields (0.00s)
    --- PASS: TestFieldsHasNode/no_node (0.00s)
=== RUN   TestFieldsHasKey
=== RUN   TestFieldsHasKey/has
=== RUN   TestFieldsHasKey/no_leave_node
=== RUN   TestFieldsHasKey/empty_fields
=== RUN   TestFieldsHasKey/unknown_nested_key
--- PASS: TestFieldsHasKey (0.00s)
    --- PASS: TestFieldsHasKey/has (0.00s)
    --- PASS: TestFieldsHasKey/no_leave_node (0.00s)
    --- PASS: TestFieldsHasKey/empty_fields (0.00s)
    --- PASS: TestFieldsHasKey/unknown_nested_key (0.00s)
=== RUN   TestDynamicYaml
=== RUN   TestDynamicYaml/invalid_setting
=== RUN   TestDynamicYaml/strict_mode
=== RUN   TestDynamicYaml/dynamic_enabled
=== RUN   TestDynamicYaml/dynamic_enabled2
--- PASS: TestDynamicYaml (0.00s)
    --- PASS: TestDynamicYaml/invalid_setting (0.00s)
    --- PASS: TestDynamicYaml/strict_mode (0.00s)
    --- PASS: TestDynamicYaml/dynamic_enabled (0.00s)
    --- PASS: TestDynamicYaml/dynamic_enabled2 (0.00s)
=== RUN   TestAnalyzer
=== RUN   TestAnalyzer/simple_analyzer
=== RUN   TestAnalyzer/pattern_analyzer
--- PASS: TestAnalyzer (0.00s)
    --- PASS: TestAnalyzer/simple_analyzer (0.00s)
    --- PASS: TestAnalyzer/pattern_analyzer (0.00s)
=== RUN   TestGetKeys
--- PASS: TestGetKeys (0.00s)
=== RUN   TestGetField
=== RUN   TestGetField/exists_nested
=== RUN   TestGetField/no_leave_node
=== RUN   TestGetField/does_not_exist
--- PASS: TestGetField (0.00s)
    --- PASS: TestGetField/exists_nested (0.00s)
    --- PASS: TestGetField/no_leave_node (0.00s)
    --- PASS: TestGetField/does_not_exist (0.00s)
=== RUN   TestFieldValidate
=== RUN   TestFieldValidate/invalid_metric_type
=== RUN   TestFieldValidate/invalid_config_mixing_dynamic_template_with_object_type
=== RUN   TestFieldValidate/multiple_object_type_configs
=== RUN   TestFieldValidate/invalid_config_mixing_object_type_and_object_type_params
=== RUN   TestFieldValidate/invalid_config_mixing_scaling_factor_and_object_type_params
=== RUN   TestFieldValidate/valid_unit
=== RUN   TestFieldValidate/invalid_unit
=== RUN   TestFieldValidate/valid_metric_type
=== RUN   TestFieldValidate/top_level_object_type_config
=== RUN   TestFieldValidate/invalid_config_mixing_object_type_mapping_type_and_object_type_params
=== RUN   TestFieldValidate/invalid_config_mixing_dynamic_template_with_object_type_params
=== RUN   TestFieldValidate/allow_ip_range
--- PASS: TestFieldValidate (0.00s)
    --- PASS: TestFieldValidate/invalid_metric_type (0.00s)
    --- PASS: TestFieldValidate/invalid_config_mixing_dynamic_template_with_object_type (0.00s)
    --- PASS: TestFieldValidate/multiple_object_type_configs (0.00s)
    --- PASS: TestFieldValidate/invalid_config_mixing_object_type_and_object_type_params (0.00s)
    --- PASS: TestFieldValidate/invalid_config_mixing_scaling_factor_and_object_type_params (0.00s)
    --- PASS: TestFieldValidate/valid_unit (0.00s)
    --- PASS: TestFieldValidate/invalid_unit (0.00s)
    --- PASS: TestFieldValidate/valid_metric_type (0.00s)
    --- PASS: TestFieldValidate/top_level_object_type_config (0.00s)
    --- PASS: TestFieldValidate/invalid_config_mixing_object_type_mapping_type_and_object_type_params (0.00s)
    --- PASS: TestFieldValidate/invalid_config_mixing_dynamic_template_with_object_type_params (0.00s)
    --- PASS: TestFieldValidate/allow_ip_range (0.00s)
=== RUN   TestFieldConcat
=== RUN   TestFieldConcat/duplicates_fail
=== RUN   TestFieldConcat/nested_with_common_prefix
=== RUN   TestFieldConcat/multiple_errors
=== RUN   TestFieldConcat/empty_lists
=== RUN   TestFieldConcat/first_list_only
=== RUN   TestFieldConcat/deep_nested_with_common_prefix
=== RUN   TestFieldConcat/nested_duplicates_fail
=== RUN   TestFieldConcat/a_is_prefix_of_b
=== RUN   TestFieldConcat/a_is_object_and_prefix_of_b
=== RUN   TestFieldConcat/b_is_prefix_of_a
=== RUN   TestFieldConcat/second_list_only
=== RUN   TestFieldConcat/concat
--- PASS: TestFieldConcat (0.00s)
    --- PASS: TestFieldConcat/duplicates_fail (0.00s)
    --- PASS: TestFieldConcat/nested_with_common_prefix (0.00s)
    --- PASS: TestFieldConcat/multiple_errors (0.00s)
    --- PASS: TestFieldConcat/empty_lists (0.00s)
    --- PASS: TestFieldConcat/first_list_only (0.00s)
    --- PASS: TestFieldConcat/deep_nested_with_common_prefix (0.00s)
    --- PASS: TestFieldConcat/nested_duplicates_fail (0.00s)
    --- PASS: TestFieldConcat/a_is_prefix_of_b (0.00s)
    --- PASS: TestFieldConcat/a_is_object_and_prefix_of_b (0.00s)
    --- PASS: TestFieldConcat/b_is_prefix_of_a (0.00s)
    --- PASS: TestFieldConcat/second_list_only (0.00s)
    --- PASS: TestFieldConcat/concat (0.00s)
=== RUN   TestFieldsCanConcat
=== RUN   TestFieldsCanConcat/no_key
=== RUN   TestFieldsCanConcat/key_not_in_fields,_but_parent_node_in_fields
=== RUN   TestFieldsCanConcat/key_not_in_fields,_but_parent_node_in_fields_and_of_type_object
=== RUN   TestFieldsCanConcat/last_node_in_fields
=== RUN   TestFieldsCanConcat/node_in_fields
=== RUN   TestFieldsCanConcat/empty_fields
--- PASS: TestFieldsCanConcat (0.00s)
    --- PASS: TestFieldsCanConcat/no_key (0.00s)
    --- PASS: TestFieldsCanConcat/key_not_in_fields,_but_parent_node_in_fields (0.00s)
    --- PASS: TestFieldsCanConcat/key_not_in_fields,_but_parent_node_in_fields_and_of_type_object (0.00s)
    --- PASS: TestFieldsCanConcat/last_node_in_fields (0.00s)
    --- PASS: TestFieldsCanConcat/node_in_fields (0.00s)
    --- PASS: TestFieldsCanConcat/empty_fields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/mapping	0.021s
=== RUN   TestMimeType
=== RUN   TestMimeType/html
=== RUN   TestMimeType/pe
=== RUN   TestMimeType/elf
=== RUN   TestMimeType/macho
=== RUN   TestMimeType/json
=== RUN   TestMimeType/xml
=== RUN   TestMimeType/text
=== RUN   TestMimeType/png
--- PASS: TestMimeType (0.01s)
    --- PASS: TestMimeType/html (0.00s)
    --- PASS: TestMimeType/pe (0.00s)
    --- PASS: TestMimeType/elf (0.00s)
    --- PASS: TestMimeType/macho (0.00s)
    --- PASS: TestMimeType/json (0.00s)
    --- PASS: TestMimeType/xml (0.00s)
    --- PASS: TestMimeType/text (0.00s)
    --- PASS: TestMimeType/png (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/mime	0.039s
=== RUN   TestHandler
    httphandler_test.go:75: http://127.0.0.1:24263
=== RUN   TestHandler/GET__inputs_
    httphandler_test.go:100: body=[{"gauge":13344,"id":"123abc","input":"foo"}]
=== RUN   TestHandler/GET__inputs
    httphandler_test.go:100: body=[{"gauge":13344,"id":"123abc","input":"foo"}]
=== RUN   TestHandler/POST__inputs_
    httphandler_test.go:100: body=Method not allowed
=== RUN   TestHandler/GET__inputs_?XX
    httphandler_test.go:100: body=Unknown query param XX
=== RUN   TestHandler/GET__inputs_?pretty
    httphandler_test.go:100: body=[
          {
            "gauge": 13344,
            "id": "123abc",
            "input": "foo"
          }
        ]
=== RUN   TestHandler/GET__inputs_?type
    httphandler_test.go:100: body="type" requires a non-empty value
=== RUN   TestHandler/GET__inputs_?type=udp
    httphandler_test.go:100: body=[]
=== RUN   TestHandler/GET__inputs_?type=FOO
    httphandler_test.go:100: body=[{"gauge":13344,"id":"123abc","input":"foo"}]
=== RUN   TestHandler/GET__inputs_XX
    httphandler_test.go:100: body=404 page not found
--- PASS: TestHandler (0.02s)
    --- PASS: TestHandler/GET__inputs_ (0.00s)
    --- PASS: TestHandler/GET__inputs (0.00s)
    --- PASS: TestHandler/POST__inputs_ (0.00s)
    --- PASS: TestHandler/GET__inputs_?XX (0.00s)
    --- PASS: TestHandler/GET__inputs_?pretty (0.02s)
    --- PASS: TestHandler/GET__inputs_?type (0.00s)
    --- PASS: TestHandler/GET__inputs_?type=udp (0.00s)
    --- PASS: TestHandler/GET__inputs_?type=FOO (0.00s)
    --- PASS: TestHandler/GET__inputs_XX (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/monitoring/inputmon	0.046s
=== RUN   TestMergeHosts
=== RUN   TestMergeHosts/no_hosts
=== RUN   TestMergeHosts/only_reporter_hosts
=== RUN   TestMergeHosts/only_output_hosts
=== RUN   TestMergeHosts/equal_hosts
=== RUN   TestMergeHosts/more_output_hosts
=== RUN   TestMergeHosts/more_reporter_hosts
--- PASS: TestMergeHosts (0.00s)
    --- PASS: TestMergeHosts/no_hosts (0.00s)
    --- PASS: TestMergeHosts/only_reporter_hosts (0.00s)
    --- PASS: TestMergeHosts/only_output_hosts (0.00s)
    --- PASS: TestMergeHosts/equal_hosts (0.00s)
    --- PASS: TestMergeHosts/more_output_hosts (0.00s)
    --- PASS: TestMergeHosts/more_reporter_hosts (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/monitoring/report	0.022s
=== RUN   TestMakeClientParams
--- PASS: TestMakeClientParams (0.00s)
=== RUN   TestMakeReporter
--- PASS: TestMakeReporter (0.00s)
=== RUN   TestStopper
=== RUN   TestStopper/wait_on_channel_stop
=== PAUSE TestStopper/wait_on_channel_stop
=== RUN   TestStopper/use_wait
=== PAUSE TestStopper/use_wait
=== RUN   TestStopper/use_dowait
=== PAUSE TestStopper/use_dowait
=== RUN   TestStopper/wait_after_stop
=== CONT  TestStopper/wait_on_channel_stop
=== CONT  TestStopper/use_dowait
=== CONT  TestStopper/use_wait
--- PASS: TestStopper (0.01s)
    --- PASS: TestStopper/wait_after_stop (0.00s)
    --- PASS: TestStopper/wait_on_channel_stop (0.00s)
    --- PASS: TestStopper/use_dowait (0.00s)
    --- PASS: TestStopper/use_wait (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/monitoring/report/elasticsearch	0.059s
=== RUN   TestStartStop
--- PASS: TestStartStop (0.00s)
=== RUN   TestMakeDeltaSnapshot
--- PASS: TestMakeDeltaSnapshot (0.00s)
=== RUN   TestReporterLog
--- PASS: TestReporterLog (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/monitoring/report/log	0.030s
=== RUN   TestFormatStringWriter
--- SKIP: TestFormatStringWriter (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/codec/format	0.020s
=== RUN   TestJsonCodec
=== RUN   TestJsonCodec/html_escaping_disabled
=== RUN   TestJsonCodec/UTC_timezone_offset
=== RUN   TestJsonCodec/PST_timezone_offset
=== RUN   TestJsonCodec/float_undefined_values
=== RUN   TestJsonCodec/default_json
=== RUN   TestJsonCodec/pretty_enabled
=== RUN   TestJsonCodec/html_escaping_enabled
--- PASS: TestJsonCodec (0.00s)
    --- PASS: TestJsonCodec/html_escaping_disabled (0.00s)
    --- PASS: TestJsonCodec/UTC_timezone_offset (0.00s)
    --- PASS: TestJsonCodec/PST_timezone_offset (0.00s)
    --- PASS: TestJsonCodec/float_undefined_values (0.00s)
    --- PASS: TestJsonCodec/default_json (0.00s)
    --- PASS: TestJsonCodec/pretty_enabled (0.00s)
    --- PASS: TestJsonCodec/html_escaping_enabled (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/codec/json	0.021s
=== RUN   TestConsoleOutput
=== RUN   TestConsoleOutput/single_json_event_(pretty=false)
=== RUN   TestConsoleOutput/single_json_event_(pretty=true)
=== RUN   TestConsoleOutput/event_with_custom_format_string
--- PASS: TestConsoleOutput (0.00s)
    --- PASS: TestConsoleOutput/single_json_event_(pretty=false) (0.00s)
    --- PASS: TestConsoleOutput/single_json_event_(pretty=true) (0.00s)
    --- PASS: TestConsoleOutput/event_with_custom_format_string (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/console	0.018s
=== RUN   TestBulkReadToItems
--- PASS: TestBulkReadToItems (0.00s)
=== RUN   TestBulkReadItemStatus
--- PASS: TestBulkReadItemStatus (0.00s)
=== RUN   TestESNoErrorStatus
--- PASS: TestESNoErrorStatus (0.00s)
=== RUN   TestES1StyleErrorStatus
--- PASS: TestES1StyleErrorStatus (0.00s)
=== RUN   TestES2StyleErrorStatus
--- PASS: TestES2StyleErrorStatus (0.00s)
=== RUN   TestES2StyleExtendedErrorStatus
--- PASS: TestES2StyleExtendedErrorStatus (0.00s)
=== RUN   TestClientPing
--- PASS: TestClientPing (0.00s)
=== RUN   TestBaseline
--- PASS: TestBaseline (0.01s)
=== RUN   TestClientSettingsProxy
--- PASS: TestClientSettingsProxy (0.02s)
=== RUN   TestEnvironmentProxy
--- PASS: TestEnvironmentProxy (0.01s)
=== RUN   TestClientSettingsOverrideEnvironmentProxy
--- PASS: TestClientSettingsOverrideEnvironmentProxy (0.01s)
=== RUN   TestProxyDisableOverridesProxySettings
--- PASS: TestProxyDisableOverridesProxySettings (0.07s)
=== RUN   TestPublish
=== RUN   TestPublish/splits_large_batches_on_status_code_413
=== RUN   TestPublish/retries_the_batch_if_bad_HTTP_status
=== RUN   TestPublish/live_batches,_still_too_big_after_split
=== RUN   TestPublish/live_batches,_one_event_too_big_after_split
--- PASS: TestPublish (0.06s)
    --- PASS: TestPublish/splits_large_batches_on_status_code_413 (0.00s)
    --- PASS: TestPublish/retries_the_batch_if_bad_HTTP_status (0.05s)
    --- PASS: TestPublish/live_batches,_still_too_big_after_split (0.00s)
    --- PASS: TestPublish/live_batches,_one_event_too_big_after_split (0.00s)
=== RUN   TestCollectPublishFailsNone
--- PASS: TestCollectPublishFailsNone (0.00s)
=== RUN   TestCollectPublishFailMiddle
--- PASS: TestCollectPublishFailMiddle (0.00s)
=== RUN   TestCollectPublishFailDeadLetterQueue
--- PASS: TestCollectPublishFailDeadLetterQueue (0.00s)
=== RUN   TestCollectPublishFailDrop
--- PASS: TestCollectPublishFailDrop (0.00s)
=== RUN   TestCollectPublishFailAll
--- PASS: TestCollectPublishFailAll (0.00s)
=== RUN   TestCollectPipelinePublishFail
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.515-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:08.515-0400","log.logger":"elasticsearch","log.origin":{"file.name":"elasticsearch/client.go","file.line":452},"message":"Bulk item insert failed (i=0, status=500): {\n              \"type\": \"exception\",\n              \"reason\": \"java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: field [fail_on_purpose] not present as part of path [fail_on_purpose]\",\n              \"caused_by\": {\n                \"type\": \"illegal_argument_exception\",\n                \"reason\": \"java.lang.IllegalArgumentException: field [fail_on_purpose] not present as part of path [fail_on_purpose]\",\n                \"caused_by\": {\n                  \"type\": \"illegal_argument_exception\",\n                  \"reason\": \"field [fail_on_purpose] not present as part of path [fail_on_purpose]\"\n                }\n              },\n              \"header\": {\n                \"processor_type\": \"lowercase\"\n              }\n            }","ecs.version":"1.6.0"}
--- PASS: TestCollectPipelinePublishFail (0.00s)
=== RUN   TestClientWithHeaders
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.515-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24288","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.515-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":291},"message":"Attempting to connect to Elasticsearch version 7.6.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:08.516-0400","log.logger":"elasticsearch","log.origin":{"file.name":"elasticsearch/client.go","file.line":264},"message":"PublishEvents: 3 events have been published to elasticsearch in 287.593µs.","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:08.516-0400","log.logger":"elasticsearch","log.origin":{"file.name":"elasticsearch/bulk.go","file.line":94},"message":"Failed to parse bulk response item: expected item status code","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:08.516-0400","log.logger":"elasticsearch","log.origin":{"file.name":"elasticsearch/client.go","file.line":404},"message":"expected item status code","ecs.version":"1.6.0"}
--- PASS: TestClientWithHeaders (0.00s)
=== RUN   TestBulkEncodeEvents
=== RUN   TestBulkEncodeEvents/latest
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.516-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
=== RUN   TestBulkEncodeEvents/6.x
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.516-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
--- PASS: TestBulkEncodeEvents (0.00s)
    --- PASS: TestBulkEncodeEvents/latest (0.00s)
    --- PASS: TestBulkEncodeEvents/6.x (0.00s)
=== RUN   TestBulkEncodeEventsWithOpType
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.517-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:08.517-0400","log.logger":"elasticsearch","log.origin":{"file.name":"elasticsearch/client.go","file.line":310},"message":"Failed to encode event meta data: op_type delete requires _id","ecs.version":"1.6.0"}
--- PASS: TestBulkEncodeEventsWithOpType (0.00s)
=== RUN   TestClientWithAPIKey
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.517-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: http://127.0.0.1:24290","ecs.version":"1.6.0"}
--- PASS: TestClientWithAPIKey (0.01s)
=== RUN   TestValidDropPolicyConfig
--- PASS: TestValidDropPolicyConfig (0.00s)
=== RUN   TestDeadLetterIndexPolicyConfig
{"log.level":"warn","@timestamp":"2023-11-03T09:39:08.529-0400","log.logger":"cfgwarn","log.origin":{"file.name":"elasticsearch/non_indexable_policy.go","file.line":68},"message":"BETA: The non_indexable_policy dead_letter_index is beta.","ecs.version":"1.6.0"}
--- PASS: TestDeadLetterIndexPolicyConfig (0.00s)
=== RUN   TestInvalidNonIndexablePolicyConfig
=== RUN   TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_empty_index
{"log.level":"warn","@timestamp":"2023-11-03T09:39:08.529-0400","log.logger":"cfgwarn","log.origin":{"file.name":"elasticsearch/non_indexable_policy.go","file.line":68},"message":"BETA: The non_indexable_policy dead_letter_index is beta.","ecs.version":"1.6.0"}
    config_test.go:95: error dead_letter_index policy requires an `index` to be specified specified
=== RUN   TestInvalidNonIndexablePolicyConfig/non_indexable_policy_with_invalid_policy
    config_test.go:95: error no such policy type: juggle
=== RUN   TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_without_properties
{"log.level":"warn","@timestamp":"2023-11-03T09:39:08.530-0400","log.logger":"cfgwarn","log.origin":{"file.name":"elasticsearch/non_indexable_policy.go","file.line":68},"message":"BETA: The non_indexable_policy dead_letter_index is beta.","ecs.version":"1.6.0"}
    config_test.go:95: error dead_letter_index policy requires an `index` to be specified specified
=== RUN   TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_without_index
{"log.level":"warn","@timestamp":"2023-11-03T09:39:08.530-0400","log.logger":"cfgwarn","log.origin":{"file.name":"elasticsearch/non_indexable_policy.go","file.line":68},"message":"BETA: The non_indexable_policy dead_letter_index is beta.","ecs.version":"1.6.0"}
    config_test.go:95: error dead_letter_index policy requires an `index` to be specified specified
=== RUN   TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_nil_index
{"log.level":"warn","@timestamp":"2023-11-03T09:39:08.530-0400","log.logger":"cfgwarn","log.origin":{"file.name":"elasticsearch/non_indexable_policy.go","file.line":68},"message":"BETA: The non_indexable_policy dead_letter_index is beta.","ecs.version":"1.6.0"}
    config_test.go:95: error dead_letter_index policy requires an `index` to be specified specified
--- PASS: TestInvalidNonIndexablePolicyConfig (0.00s)
    --- PASS: TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_empty_index (0.00s)
    --- PASS: TestInvalidNonIndexablePolicyConfig/non_indexable_policy_with_invalid_policy (0.00s)
    --- PASS: TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_without_properties (0.00s)
    --- PASS: TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_without_index (0.00s)
    --- PASS: TestInvalidNonIndexablePolicyConfig/dead_Letter_index_policy_nil_index (0.00s)
=== RUN   TestConnectCallbacksManagement
    elasticsearch_test.go:50: removing second callback
--- PASS: TestConnectCallbacksManagement (0.00s)
=== RUN   TestGlobalConnectCallbacksManagement
    elasticsearch_test.go:75: removing second callback
--- PASS: TestGlobalConnectCallbacksManagement (0.00s)
=== RUN   TestPipelineSelection
=== RUN   TestPipelineSelection/pipelines_setting_must_be_lowercase
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.531-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
=== RUN   TestPipelineSelection/no_pipline_configured
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.531-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
=== RUN   TestPipelineSelection/pipeline_configured
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.531-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
=== RUN   TestPipelineSelection/pipeline_must_be_lowercase
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.531-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
=== RUN   TestPipelineSelection/pipeline_via_event_meta
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.531-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
=== RUN   TestPipelineSelection/pipeline_via_event_meta_must_be_lowercase
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.531-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
=== RUN   TestPipelineSelection/pipelines_setting
{"log.level":"info","@timestamp":"2023-11-03T09:39:08.531-0400","log.logger":"esclientleg","log.origin":{"file.name":"eslegclient/connection.go","file.line":108},"message":"elasticsearch url: ","ecs.version":"1.6.0"}
--- PASS: TestPipelineSelection (0.00s)
    --- PASS: TestPipelineSelection/pipelines_setting_must_be_lowercase (0.00s)
    --- PASS: TestPipelineSelection/no_pipline_configured (0.00s)
    --- PASS: TestPipelineSelection/pipeline_configured (0.00s)
    --- PASS: TestPipelineSelection/pipeline_must_be_lowercase (0.00s)
    --- PASS: TestPipelineSelection/pipeline_via_event_meta (0.00s)
    --- PASS: TestPipelineSelection/pipeline_via_event_meta_must_be_lowercase (0.00s)
    --- PASS: TestPipelineSelection/pipelines_setting (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/elasticsearch	0.230s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/fileout	0.020s [no tests to run]
=== RUN   TestConfigAcceptValid
=== RUN   TestConfigAcceptValid/default_config_is_valid
=== RUN   TestConfigAcceptValid/lz4_with_0.11
=== RUN   TestConfigAcceptValid/lz4_with_1.0
=== RUN   TestConfigAcceptValid/Kerberos_with_keytab
=== RUN   TestConfigAcceptValid/Kerberos_with_user_and_password_pair
--- PASS: TestConfigAcceptValid (0.01s)
    --- PASS: TestConfigAcceptValid/default_config_is_valid (0.01s)
    --- PASS: TestConfigAcceptValid/lz4_with_0.11 (0.00s)
    --- PASS: TestConfigAcceptValid/lz4_with_1.0 (0.00s)
    --- PASS: TestConfigAcceptValid/Kerberos_with_keytab (0.00s)
    --- PASS: TestConfigAcceptValid/Kerberos_with_user_and_password_pair (0.00s)
=== RUN   TestConfigInvalid
=== RUN   TestConfigInvalid/Kerberos_with_invalid_auth_type
--- PASS: TestConfigInvalid (0.00s)
    --- PASS: TestConfigInvalid/Kerberos_with_invalid_auth_type (0.00s)
=== RUN   TestBackoffFunc
    util.go:39: reproduce test with `go test ... -seed 1699018748527199343`
=== RUN   TestBackoffFunc/15_retries
=== RUN   TestBackoffFunc/7_retries
=== RUN   TestBackoffFunc/4_retries
--- PASS: TestBackoffFunc (0.00s)
    --- PASS: TestBackoffFunc/15_retries (0.00s)
    --- PASS: TestBackoffFunc/7_retries (0.00s)
    --- PASS: TestBackoffFunc/4_retries (0.00s)
=== RUN   TestTopicSelection
=== RUN   TestTopicSelection/topics_setting_must_keep_case
=== RUN   TestTopicSelection/use_event_field
=== RUN   TestTopicSelection/use_event_field_must_keep_case
=== RUN   TestTopicSelection/topic_configured
=== RUN   TestTopicSelection/topic_must_keep_case
=== RUN   TestTopicSelection/topics_setting
--- PASS: TestTopicSelection (0.00s)
    --- PASS: TestTopicSelection/topics_setting_must_keep_case (0.00s)
    --- PASS: TestTopicSelection/use_event_field (0.00s)
    --- PASS: TestTopicSelection/use_event_field_must_keep_case (0.00s)
    --- PASS: TestTopicSelection/topic_configured (0.00s)
    --- PASS: TestTopicSelection/topic_must_keep_case (0.00s)
    --- PASS: TestTopicSelection/topics_setting (0.00s)
=== RUN   TestPartitioners
    partition_test.go:186: run test(0): random every event, non-consistent 
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(1): random every event, consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(2): random every 3rd event, non-consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 14/15
    partition_test.go:186: run test(3): random every 3rd event, consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(4): round-robin every event, non-consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(5): round-robin every event, consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(6): round-robin every 3rd event, non-consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(7): round-robin every 3rd event, consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(8): hash without key, fallback random, non-consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(9): hash without key, fallback random, consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:186: run test(10): hash with key, consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:281:   hash invariant test with 15 partitions
    partition_test.go:186: run test(11): hash with key, non-consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:281:   hash invariant test with 15 partitions
    partition_test.go:186: run test(12): hash message field, non-consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:281:   hash invariant test with 15 partitions
    partition_test.go:186: run test(13): hash message field, consistent
    partition_test.go:224:   simple test with 15 partitions
    partition_test.go:270:     partitions used: 15/15
    partition_test.go:281:   hash invariant test with 15 partitions
--- PASS: TestPartitioners (0.02s)
=== RUN   TestHash2Partition
=== RUN   TestHash2Partition/hash_of_max_int32,_partitions_12
=== RUN   TestHash2Partition/hash_of_min_int32,_partitions_12
=== RUN   TestHash2Partition/hash_of_max_uint32,_partitions_12
=== RUN   TestHash2Partition/hash_of_min_uint32,_partitions_12
=== RUN   TestHash2Partition/hash_of_min_uint32_+_1,_partitions_12
--- PASS: TestHash2Partition (0.00s)
    --- PASS: TestHash2Partition/hash_of_max_int32,_partitions_12 (0.00s)
    --- PASS: TestHash2Partition/hash_of_min_int32,_partitions_12 (0.00s)
    --- PASS: TestHash2Partition/hash_of_max_uint32,_partitions_12 (0.00s)
    --- PASS: TestHash2Partition/hash_of_min_uint32,_partitions_12 (0.00s)
    --- PASS: TestHash2Partition/hash_of_min_uint32_+_1,_partitions_12 (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/kafka	0.116s
=== RUN   TestAsyncSendZero
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.536-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":128},"message":"close connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.536-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
--- PASS: TestAsyncSendZero (0.00s)
=== RUN   TestAsyncSimpleEvent
2023/11/03 09:39:09 New connection from 127.0.0.1:24297
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.537-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":172},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24296. Continue sending","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.537-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":128},"message":"close connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.537-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
2023/11/03 09:39:09 receive client connection close signal
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.537-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":206},"message":"handle error: read tcp 127.0.0.1:24297->127.0.0.1:24296: use of closed network connection","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:09.537-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":280},"message":"Failed to publish events caused by: read tcp 127.0.0.1:24297->127.0.0.1:24296: use of closed network connection","ecs.version":"1.6.0"}
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client ack loop stopped
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 EOF
--- PASS: TestAsyncSimpleEvent (0.00s)
=== RUN   TestAsyncStructuredEvent
2023/11/03 09:39:09 New connection from 127.0.0.1:24299
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.539-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":172},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24298. Continue sending","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.540-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":128},"message":"close connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.540-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 EOF
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client ack loop stopped
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.540-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":206},"message":"handle error: read tcp 127.0.0.1:24299->127.0.0.1:24298: use of closed network connection","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:09.540-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":280},"message":"Failed to publish events caused by: read tcp 127.0.0.1:24299->127.0.0.1:24298: use of closed network connection","ecs.version":"1.6.0"}
--- PASS: TestAsyncStructuredEvent (0.00s)
=== RUN   TestConfig
=== RUN   TestConfig/config_given
=== RUN   TestConfig/removed_config_setting
=== RUN   TestConfig/default_config
--- PASS: TestConfig (0.00s)
    --- PASS: TestConfig/config_given (0.00s)
    --- PASS: TestConfig/removed_config_setting (0.00s)
    --- PASS: TestConfig/default_config (0.00s)
=== RUN   TestLogstashTCP
    logstash_test.go:105: testConnectionType
    logstash_test.go:112: start worker loop
    logstash_test.go:115: make outputter
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.540-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":120},"message":"connect","ecs.version":"1.6.0"}
    logstash_test.go:117: new outputter: backoff(async(tcp://127.0.0.1:24300))
2023/11/03 09:39:09 New connection from 127.0.0.1:24301
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.541-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":120},"message":"connect","ecs.version":"1.6.0"}
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 EOF
    logstash_test.go:127: publish event
2023/11/03 09:39:09 New connection from 127.0.0.1:24302
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
2023/11/03 09:39:09 client ack loop stopped
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.542-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":172},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24300. Continue sending","ecs.version":"1.6.0"}
    logstash_test.go:134: wait signal
    logstash_test.go:139: stop worker loop
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client ack loop stopped
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 read tcp 127.0.0.1:24300->127.0.0.1:24302: use of closed network connection
--- PASS: TestLogstashTCP (0.00s)
=== RUN   TestLogstashTLS
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.548-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":74},"message":"Loading certificate: ca_test.pem and key ca_test.key","ecs.version":"1.6.0"}
    logstash_test.go:105: testConnectionType
    logstash_test.go:112: start worker loop
    logstash_test.go:115: make outputter
{"log.level":"warn","@timestamp":"2023-11-03T09:39:09.548-0400","log.logger":"cfgwarn","log.origin":{"file.name":"tlscommon/config.go","file.line":102},"message":"DEPRECATED: Treating the CommonName field on X.509 certificates as a host name when no Subject Alternative Names are present is going to be removed. Please update your certificates if needed. Will be removed in version: 8.0.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.548-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":179},"message":"Successfully loaded CA certificate: ca_test.pem","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.548-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":120},"message":"connect","ecs.version":"1.6.0"}
2023/11/03 09:39:09 New connection from 127.0.0.1:24304
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
    logstash_test.go:117: new outputter: backoff(async(tcp://127.0.0.1:24303))
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.651-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":120},"message":"connect","ecs.version":"1.6.0"}
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 EOF
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client ack loop stopped
2023/11/03 09:39:09 New connection from 127.0.0.1:24305
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
    logstash_test.go:127: publish event
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.753-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":172},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24303. Continue sending","ecs.version":"1.6.0"}
    logstash_test.go:134: wait signal
    logstash_test.go:139: stop worker loop
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client ack loop stopped
2023/11/03 09:39:09 read tcp 127.0.0.1:24303->127.0.0.1:24305: use of closed network connection
--- PASS: TestLogstashTLS (0.21s)
=== RUN   TestLogstashInvalidTLSInsecure
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.759-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":74},"message":"Loading certificate: ca_invalid_test.pem and key ca_invalid_test.key","ecs.version":"1.6.0"}
    logstash_test.go:105: testConnectionType
    logstash_test.go:112: start worker loop
    logstash_test.go:115: make outputter
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.759-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":179},"message":"Successfully loaded CA certificate: ca_invalid_test.pem","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.759-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":120},"message":"connect","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:39:09.759-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls_config.go","file.line":104},"message":"SSL/TLS verifications disabled.","ecs.version":"1.6.0"}
2023/11/03 09:39:09 New connection from 127.0.0.1:24307
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
    logstash_test.go:117: new outputter: backoff(async(tcp://127.0.0.1:24306))
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.840-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":120},"message":"connect","ecs.version":"1.6.0"}
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 EOF
2023/11/03 09:39:09 New connection from 127.0.0.1:24308
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client ack loop stopped
2023/11/03 09:39:09 start client ack loop
2023/11/03 09:39:09 Start client handler
    logstash_test.go:127: publish event
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.937-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/async.go","file.line":172},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24306. Continue sending","ecs.version":"1.6.0"}
    logstash_test.go:134: wait signal
    logstash_test.go:139: stop worker loop
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 client ack loop stopped
2023/11/03 09:39:09 read tcp 127.0.0.1:24306->127.0.0.1:24308: use of closed network connection
--- PASS: TestLogstashInvalidTLSInsecure (0.18s)
=== RUN   TestClientSendZero
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.938-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":94},"message":"close connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.938-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
--- PASS: TestClientSendZero (0.00s)
=== RUN   TestClientSimpleEvent
2023/11/03 09:39:09 New connection from 127.0.0.1:24312
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.939-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":145},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24311. Continue sending","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.939-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":94},"message":"close connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.939-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
2023/11/03 09:39:09 receive client connection close signal
2023/11/03 09:39:09 drain ack loop
2023/11/03 09:39:09 client ack loop stopped
2023/11/03 09:39:09 client handler stopped
2023/11/03 09:39:09 read tcp 127.0.0.1:24311->127.0.0.1:24312: use of closed network connection
--- PASS: TestClientSimpleEvent (0.00s)
=== RUN   TestClientSimpleEventTTL
2023/11/03 09:39:09 New connection from 127.0.0.1:24314
2023/11/03 09:39:09 Start client handler
2023/11/03 09:39:09 start client ack loop
{"log.level":"debug","@timestamp":"2023-11-03T09:39:09.942-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":145},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24313. Continue sending","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:19.970-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
2023/11/03 09:39:19 client handler stopped
2023/11/03 09:39:19 EOF
2023/11/03 09:39:19 receive client connection close signal
2023/11/03 09:39:19 drain ack loop
2023/11/03 09:39:19 client ack loop stopped
2023/11/03 09:39:19 New connection from 127.0.0.1:24359
2023/11/03 09:39:19 Start client handler
2023/11/03 09:39:19 start client ack loop
{"log.level":"debug","@timestamp":"2023-11-03T09:39:19.970-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":145},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24313. Continue sending","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:19.970-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":94},"message":"close connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:19.970-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
2023/11/03 09:39:19 client handler stopped
2023/11/03 09:39:19 EOF
--- PASS: TestClientSimpleEventTTL (10.03s)
=== RUN   TestClientStructuredEvent
2023/11/03 09:39:19 receive client connection close signal
2023/11/03 09:39:19 drain ack loop
2023/11/03 09:39:19 client ack loop stopped
2023/11/03 09:39:19 New connection from 127.0.0.1:24361
2023/11/03 09:39:19 Start client handler
2023/11/03 09:39:19 start client ack loop
{"log.level":"debug","@timestamp":"2023-11-03T09:39:19.972-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":145},"message":"1 events out of 1 events sent to logstash host 127.0.0.1:24360. Continue sending","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:19.972-0400","log.logger":"logstash","log.origin":{"file.name":"logstash/sync.go","file.line":94},"message":"close connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:19.972-0400","log.logger":"transport","log.origin":{"file.name":"transport/client.go","file.line":119},"message":"closing","ecs.version":"1.6.0"}
2023/11/03 09:39:19 receive client connection close signal
2023/11/03 09:39:19 drain ack loop
2023/11/03 09:39:19 client handler stopped
2023/11/03 09:39:19 EOF
2023/11/03 09:39:19 client ack loop stopped
--- PASS: TestClientStructuredEvent (0.00s)
=== RUN   TestShrinkWindowSizeNeverZero
--- PASS: TestShrinkWindowSizeNeverZero (0.00s)
=== RUN   TestGrowWindowSizeUpToBatchSizes
--- PASS: TestGrowWindowSizeUpToBatchSizes (0.00s)
=== RUN   TestGrowWindowSizeUpToMax
--- PASS: TestGrowWindowSizeUpToMax (0.00s)
=== RUN   TestGrowWindowSizeOf1
--- PASS: TestGrowWindowSizeOf1 (0.00s)
=== RUN   TestGrowWindowSizeToMaxOKOnly
--- PASS: TestGrowWindowSizeToMaxOKOnly (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/logstash	10.488s
=== RUN   TestSelector
=== RUN   TestSelector/format_string_in_multi_key
=== RUN   TestSelector/missing_format_string_key_with_default_in_rule
=== RUN   TestSelector/lowercase_empty_format_string_key_with_default_in_rule
=== RUN   TestSelector/missing_format_string_key_with_constant_in_next_rule
=== RUN   TestSelector/missing_format_string_key_with_constant_in_top-level_rule
=== RUN   TestSelector/lowercase_missing_format_string_key_with_default_in_rule
=== RUN   TestSelector/do_not_lowercase_apply_mapping_with_default_on_empty_key
=== RUN   TestSelector/matching_condition
=== RUN   TestSelector/failing_condition
=== RUN   TestSelector/do_not_lowercase_constant_key_by_default
=== RUN   TestSelector/lowercase_constant_key
=== RUN   TestSelector/format_string_key
=== RUN   TestSelector/lowercase_format_string_key
=== RUN   TestSelector/lowercase_applied_mapping
=== RUN   TestSelector/mapping_with_constant_key
=== RUN   TestSelector/mapping_with_missing_constant_key
=== RUN   TestSelector/mapping_with_missing_constant_key,_but_default
=== RUN   TestSelector/do_not_lowercase_format_string_by_default
=== RUN   TestSelector/key_with_empty_keys
=== RUN   TestSelector/apply_mapping
=== RUN   TestSelector/do_not_lowercase_applied_mapping
=== RUN   TestSelector/apply_mapping_with_default_on_empty_key
=== RUN   TestSelector/apply_mapping_with_default_on_empty_lookup
=== RUN   TestSelector/apply_mapping_without_match
=== RUN   TestSelector/constant_key
=== RUN   TestSelector/lowercase_key_with_empty_keys
=== RUN   TestSelector/empty_format_string_key_with_default_in_rule
=== RUN   TestSelector/lowercase_apply_mapping_with_default_on_empty_key
=== RUN   TestSelector/do_not_lowercase_key_with_empty_keys_by_default
=== RUN   TestSelector/constant_in_multi_key
=== RUN   TestSelector/do_not_lowercase_missing_format_string_key_with_default_in_rule
=== RUN   TestSelector/do_not_lowercase_empty_format_string_key_with_default_in_rule
--- PASS: TestSelector (0.02s)
    --- PASS: TestSelector/format_string_in_multi_key (0.00s)
    --- PASS: TestSelector/missing_format_string_key_with_default_in_rule (0.00s)
    --- PASS: TestSelector/lowercase_empty_format_string_key_with_default_in_rule (0.00s)
    --- PASS: TestSelector/missing_format_string_key_with_constant_in_next_rule (0.00s)
    --- PASS: TestSelector/missing_format_string_key_with_constant_in_top-level_rule (0.00s)
    --- PASS: TestSelector/lowercase_missing_format_string_key_with_default_in_rule (0.00s)
    --- PASS: TestSelector/do_not_lowercase_apply_mapping_with_default_on_empty_key (0.00s)
    --- PASS: TestSelector/matching_condition (0.00s)
    --- PASS: TestSelector/failing_condition (0.00s)
    --- PASS: TestSelector/do_not_lowercase_constant_key_by_default (0.00s)
    --- PASS: TestSelector/lowercase_constant_key (0.00s)
    --- PASS: TestSelector/format_string_key (0.00s)
    --- PASS: TestSelector/lowercase_format_string_key (0.00s)
    --- PASS: TestSelector/lowercase_applied_mapping (0.00s)
    --- PASS: TestSelector/mapping_with_constant_key (0.00s)
    --- PASS: TestSelector/mapping_with_missing_constant_key (0.00s)
    --- PASS: TestSelector/mapping_with_missing_constant_key,_but_default (0.00s)
    --- PASS: TestSelector/do_not_lowercase_format_string_by_default (0.00s)
    --- PASS: TestSelector/key_with_empty_keys (0.00s)
    --- PASS: TestSelector/apply_mapping (0.00s)
    --- PASS: TestSelector/do_not_lowercase_applied_mapping (0.02s)
    --- PASS: TestSelector/apply_mapping_with_default_on_empty_key (0.00s)
    --- PASS: TestSelector/apply_mapping_with_default_on_empty_lookup (0.00s)
    --- PASS: TestSelector/apply_mapping_without_match (0.00s)
    --- PASS: TestSelector/constant_key (0.00s)
    --- PASS: TestSelector/lowercase_key_with_empty_keys (0.00s)
    --- PASS: TestSelector/empty_format_string_key_with_default_in_rule (0.00s)
    --- PASS: TestSelector/lowercase_apply_mapping_with_default_on_empty_key (0.00s)
    --- PASS: TestSelector/do_not_lowercase_key_with_empty_keys_by_default (0.00s)
    --- PASS: TestSelector/constant_in_multi_key (0.00s)
    --- PASS: TestSelector/do_not_lowercase_missing_format_string_key_with_default_in_rule (0.00s)
    --- PASS: TestSelector/do_not_lowercase_empty_format_string_key_with_default_in_rule (0.00s)
=== RUN   TestSelectorInitFail
=== RUN   TestSelectorInitFail/invalid_keys_type
    select_test.go:366: can not convert 'uint' into 'object' accessing 'keys' (source:'test')
=== RUN   TestSelectorInitFail/invalid_key_type
    select_test.go:366: can not convert 'object' into 'string' accessing 'key' (source:'test')
=== RUN   TestSelectorInitFail/missing_key_in_list
    select_test.go:366: missing keys.0.key
=== RUN   TestSelectorInitFail/fail_on_invalid_format_string_in_list
    select_test.go:366: missing closing ']' in keys.0.key
=== RUN   TestSelectorInitFail/default_value_type_mismatch
    select_test.go:366: can not convert 'object' into 'string' accessing 'keys.0.default' (source:'test')
=== RUN   TestSelectorInitFail/mappings_type_mismatch
    select_test.go:366: can not convert 'object' into 'string' accessing 'keys.0.mappings.v' (source:'test')
=== RUN   TestSelectorInitFail/keys_missing
    select_test.go:366: missing required 'key' or 'keys' in 
=== RUN   TestSelectorInitFail/invalid_key_type_in_list
    select_test.go:366: can not convert 'object' into 'string' accessing 'keys.0.key' (source:'test')
=== RUN   TestSelectorInitFail/fail_on_invalid_format_string
    select_test.go:366: missing closing ']' in key
=== RUN   TestSelectorInitFail/condition_empty
    select_test.go:366: missing or invalid condition
=== RUN   TestSelectorInitFail/invaid_keys_element_type
    select_test.go:366: required 'object', but found 'uint' in field 'keys.0' (source:'test')
--- PASS: TestSelectorInitFail (0.00s)
    --- PASS: TestSelectorInitFail/invalid_keys_type (0.00s)
    --- PASS: TestSelectorInitFail/invalid_key_type (0.00s)
    --- PASS: TestSelectorInitFail/missing_key_in_list (0.00s)
    --- PASS: TestSelectorInitFail/fail_on_invalid_format_string_in_list (0.00s)
    --- PASS: TestSelectorInitFail/default_value_type_mismatch (0.00s)
    --- PASS: TestSelectorInitFail/mappings_type_mismatch (0.00s)
    --- PASS: TestSelectorInitFail/keys_missing (0.00s)
    --- PASS: TestSelectorInitFail/invalid_key_type_in_list (0.00s)
    --- PASS: TestSelectorInitFail/fail_on_invalid_format_string (0.00s)
    --- PASS: TestSelectorInitFail/condition_empty (0.00s)
    --- PASS: TestSelectorInitFail/invaid_keys_element_type (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/outil	0.056s
=== RUN   TestValidate
--- PASS: TestValidate (0.00s)
=== RUN   TestMakeRedis
=== RUN   TestMakeRedis/Single_host
=== RUN   TestMakeRedis/Multiple_hosts
=== RUN   TestMakeRedis/Default_password
=== RUN   TestMakeRedis/Specific_and_default_password
=== RUN   TestMakeRedis/no_host
=== RUN   TestMakeRedis/invald_scheme
--- PASS: TestMakeRedis (0.00s)
    --- PASS: TestMakeRedis/Single_host (0.00s)
    --- PASS: TestMakeRedis/Multiple_hosts (0.00s)
    --- PASS: TestMakeRedis/Default_password (0.00s)
    --- PASS: TestMakeRedis/Specific_and_default_password (0.00s)
    --- PASS: TestMakeRedis/no_host (0.00s)
    --- PASS: TestMakeRedis/invald_scheme (0.00s)
=== RUN   TestKeySelection
=== RUN   TestKeySelection/key_must_keep_case
=== RUN   TestKeySelection/key_setting
=== RUN   TestKeySelection/keys_setting_must_keep_case
=== RUN   TestKeySelection/use_event_field
=== RUN   TestKeySelection/use_event_field_must_keep_case
=== RUN   TestKeySelection/key_configured
--- PASS: TestKeySelection (0.00s)
    --- PASS: TestKeySelection/key_must_keep_case (0.00s)
    --- PASS: TestKeySelection/key_setting (0.00s)
    --- PASS: TestKeySelection/keys_setting_must_keep_case (0.00s)
    --- PASS: TestKeySelection/use_event_field (0.00s)
    --- PASS: TestKeySelection/use_event_field_must_keep_case (0.00s)
    --- PASS: TestKeySelection/key_configured (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/redis	0.033s
=== RUN   TestToShipperEvent
=== RUN   TestToShipperEvent/successfully_converts_an_event_without_source_and_data_stream
=== RUN   TestToShipperEvent/successfully_converts_an_event_with_source_and_data_stream
--- PASS: TestToShipperEvent (0.00s)
    --- PASS: TestToShipperEvent/successfully_converts_an_event_without_source_and_data_stream (0.00s)
    --- PASS: TestToShipperEvent/successfully_converts_an_event_with_source_and_data_stream (0.00s)
=== RUN   TestPublish
=== RUN   TestPublish/sends_a_batch
=== RUN   TestPublish/retries_not_accepted_events
=== RUN   TestPublish/cancels_the_batch_if_server_error
=== RUN   TestPublish/splits_the_batch_on_resource_exceeded_error
=== RUN   TestPublish/drops_an_unsplittable_batch_on_resource_exceeded_error
=== RUN   TestPublish/cancels_the_batch_when_a_different_server_responds
    shipper_test.go:280: Flaky test: https://github.com/elastic/beats/issues/34984
=== RUN   TestPublish/acks_multiple_batches
=== RUN   TestPublish/live_batches_where_all_events_are_too_large_to_ingest
=== RUN   TestPublish/live_batches_where_only_one_event_is_too_large_to_ingest
--- PASS: TestPublish (1.95s)
    --- PASS: TestPublish/sends_a_batch (0.01s)
    --- PASS: TestPublish/retries_not_accepted_events (0.01s)
    --- PASS: TestPublish/cancels_the_batch_if_server_error (1.89s)
    --- PASS: TestPublish/splits_the_batch_on_resource_exceeded_error (0.01s)
    --- PASS: TestPublish/drops_an_unsplittable_batch_on_resource_exceeded_error (0.01s)
    --- SKIP: TestPublish/cancels_the_batch_when_a_different_server_responds (0.00s)
    --- PASS: TestPublish/acks_multiple_batches (0.01s)
    --- PASS: TestPublish/live_batches_where_all_events_are_too_large_to_ingest (0.00s)
    --- PASS: TestPublish/live_batches_where_only_one_event_is_too_large_to_ingest (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/outputs/shipper	1.983s
=== RUN   TestWhenProcessor
    conditionals_test.go:85: run test (0): condition_matches
    conditionals_test.go:85: run test (1): condition_fails
    conditionals_test.go:85: run test (2): no_condition
    conditionals_test.go:85: run test (3): condition_matches
    conditionals_test.go:85: run test (4): condition_fails
--- PASS: TestWhenProcessor (0.00s)
=== RUN   TestConditionRuleInitErrorPropagates
--- PASS: TestConditionRuleInitErrorPropagates (0.00s)
=== RUN   TestIfElseThenProcessor
=== RUN   TestIfElseThenProcessor/if-then-else-false
=== RUN   TestIfElseThenProcessor/if-then-else-false-single-processor
=== RUN   TestIfElseThenProcessor/if-then-else-if
=== RUN   TestIfElseThenProcessor/if-then-true
=== RUN   TestIfElseThenProcessor/if-then-false
=== RUN   TestIfElseThenProcessor/if-then-else-true
--- PASS: TestIfElseThenProcessor (0.00s)
    --- PASS: TestIfElseThenProcessor/if-then-else-false (0.00s)
    --- PASS: TestIfElseThenProcessor/if-then-else-false-single-processor (0.00s)
    --- PASS: TestIfElseThenProcessor/if-then-else-if (0.00s)
    --- PASS: TestIfElseThenProcessor/if-then-true (0.00s)
    --- PASS: TestIfElseThenProcessor/if-then-false (0.00s)
    --- PASS: TestIfElseThenProcessor/if-then-else-true (0.00s)
=== RUN   TestNamespace
    namespace_test.go:45: run (0): test
    namespace_test.go:45: run (1): test.test
    namespace_test.go:45: run (2): abc.def.test
--- PASS: TestNamespace (0.00s)
=== RUN   TestNamespaceRegisterFail
--- PASS: TestNamespaceRegisterFail (0.00s)
=== RUN   TestNamespaceError
    namespace_test.go:110: run (0): no module configured
    namespace_test.go:110: run (1): unknown module configured
    namespace_test.go:110: run (2): too many modules
    namespace_test.go:110: run (3): filter init fail
--- PASS: TestNamespaceError (0.00s)
=== RUN   TestSafeWrap
=== RUN   TestSafeWrap/does_not_wrap_a_non-closer_processor
=== RUN   TestSafeWrap/wraps_a_closer_processor
--- PASS: TestSafeWrap (0.00s)
    --- PASS: TestSafeWrap/does_not_wrap_a_non-closer_processor (0.00s)
    --- PASS: TestSafeWrap/wraps_a_closer_processor (0.00s)
=== RUN   TestSafeProcessor
=== RUN   TestSafeProcessor/creates_a_wrapped_processor
=== RUN   TestSafeProcessor/propagates_Run_to_a_processor
=== RUN   TestSafeProcessor/propagates_Close_to_a_processor_only_once
=== RUN   TestSafeProcessor/does_not_propagate_Run_when_closed
--- PASS: TestSafeProcessor (0.00s)
    --- PASS: TestSafeProcessor/creates_a_wrapped_processor (0.00s)
    --- PASS: TestSafeProcessor/propagates_Run_to_a_processor (0.00s)
    --- PASS: TestSafeProcessor/propagates_Close_to_a_processor_only_once (0.00s)
    --- PASS: TestSafeProcessor/does_not_propagate_Run_when_closed (0.00s)
=== RUN   TestBadConfig
--- PASS: TestBadConfig (0.00s)
=== RUN   TestIncludeFields
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition contains: map[]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: include_fields=proc.cpu.total_p, proc.mem, dd, type, condition=contains: map[]","ecs.version":"1.6.0"}
--- PASS: TestIncludeFields (0.00s)
=== RUN   TestIncludeFields1
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition regexp: map[]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: include_fields=proc.cpu.total_add, type, condition=regexp: map[]","ecs.version":"1.6.0"}
--- PASS: TestIncludeFields1 (0.00s)
=== RUN   TestDropFields
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition equals: map[beat.hostname:0x85df5a0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: drop_fields={\"Fields\":[\"proc.cpu.start_time\",\"mem\",\"proc.cmdline\",\"beat\",\"dd\"],\"RegexpFields\":[],\"IgnoreMissing\":false}, condition=equals: map[beat.hostname:0x85df5a0]","ecs.version":"1.6.0"}
--- PASS: TestDropFields (0.00s)
=== RUN   TestMultipleIncludeFields
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition contains: map[]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.622-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: include_fields=proc, type, condition=contains: map[], include_fields=proc.cpu.start_time, proc.cpu.total_p, proc.mem.rss_p, proc.cmdline, type","ecs.version":"1.6.0"}
--- PASS: TestMultipleIncludeFields (0.00s)
=== RUN   TestDropEvent
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.623-0400","log.logger":"conditions","log.origin":{"file.name":"conditions/conditions.go","file.line":98},"message":"New condition range: map[proc.cpu.total_p:{   0x31ef08f0}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.623-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: drop_event, condition=range: map[proc.cpu.total_p:{   0x31ef08f0}]","ecs.version":"1.6.0"}
--- PASS: TestDropEvent (0.00s)
=== RUN   TestEmptyCondition
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.623-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: drop_event","ecs.version":"1.6.0"}
--- PASS: TestEmptyCondition (0.00s)
=== RUN   TestBadCondition
--- PASS: TestBadCondition (0.00s)
=== RUN   TestMissingFields
--- PASS: TestMissingFields (0.00s)
=== RUN   TestBadConditionConfig
--- PASS: TestBadConditionConfig (0.00s)
=== RUN   TestDropMissingFields
{"log.level":"debug","@timestamp":"2023-11-03T09:39:11.623-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: drop_fields={\"Fields\":[\"foo.bar\",\"proc.cpu\",\"proc.sss\",\"beat\",\"mem\"],\"RegexpFields\":[],\"IgnoreMissing\":false}","ecs.version":"1.6.0"}
--- PASS: TestDropMissingFields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors	0.019s
FAIL	github.com/elastic/beats/v7/libbeat/processors/actions [build failed]
=== RUN   TestRetrieveAlibabaCloudMetadata
{"log.level":"debug","@timestamp":"2023-11-03T09:39:12.425-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:12.426-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for ecs after 1.205206ms. result=[provider:ecs, error=, metadata={\"cloud\":{\"availability_zone\":\"cn-shenzhen-a\",\"instance\":{\"id\":\"i-wz9g2hqiikg0aliyun2b\"},\"provider\":\"ecs\",\"region\":\"cn-shenzhen\",\"service\":{\"name\":\"ECS\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:12.426-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 1.324177ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:12.426-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as ecs, metadata={\"cloud\":{\"availability_zone\":\"cn-shenzhen-a\",\"instance\":{\"id\":\"i-wz9g2hqiikg0aliyun2b\"},\"provider\":\"ecs\",\"region\":\"cn-shenzhen\",\"service\":{\"name\":\"ECS\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveAlibabaCloudMetadata (0.00s)
=== RUN   TestRetrieveAWSMetadataEC2
=== RUN   TestRetrieveAWSMetadataEC2/all_fields_from_processor
{"log.level":"warn","@timestamp":"2023-11-03T09:39:15.427-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.427-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 570.357µs. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 655.652µs. result=[provider:gcp, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 689.03µs. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 711.501µs. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 730.396µs. result=[provider:openstack, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 754.476µs. result=[provider:aws, error=, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 828.923µs","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:15.428-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as aws, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}","ecs.version":"1.6.0"}
=== RUN   TestRetrieveAWSMetadataEC2/instanceId_pre-informed,_no_overwrite
{"log.level":"warn","@timestamp":"2023-11-03T09:39:18.438-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.438-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 509.024µs. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 585.199µs. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 617.087µs. result=[provider:openstack, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 644.446µs. result=[provider:gcp, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 670.731µs. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 695.467µs. result=[provider:aws, error=, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 812.591µs","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:18.439-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as aws, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}","ecs.version":"1.6.0"}
=== RUN   TestRetrieveAWSMetadataEC2/only_cloud.provider_pre-informed,_no_overwrite
{"log.level":"warn","@timestamp":"2023-11-03T09:39:21.447-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": dial tcp 169.254.169.254:80: i/o timeout (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.447-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.447-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 692.964µs. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.447-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 731.469µs. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.448-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 775.099µs. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.448-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 805.14µs. result=[provider:gcp, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.448-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 827.313µs. result=[provider:openstack, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.448-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 866.473µs. result=[provider:openstack, error=failed requesting openstack metadata: Get \"https://127.0.0.1:24357/2009-04-04/meta-data/placement/availability-zone\": http: server gave HTTP response to HTTPS client, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.448-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 979.722µs. result=[provider:aws, error=, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:21.448-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 1.070023ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:21.448-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as aws, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}","ecs.version":"1.6.0"}
=== RUN   TestRetrieveAWSMetadataEC2/all_fields_from_processor,_overwrite
{"log.level":"warn","@timestamp":"2023-11-03T09:39:24.454-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:24.455-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:24.457-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 2.511085ms. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:24.457-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 2.625705ms. result=[provider:openstack, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:24.457-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 2.672793ms. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:24.460-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 2.715947ms. result=[provider:openstack, error=failed requesting openstack metadata: Get \"https://127.0.0.1:24369/2009-04-04/meta-data/instance-id\": http: server gave HTTP response to HTTPS client, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:24.460-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 5.364779ms. result=[provider:aws, error=, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:24.460-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 5.451086ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:24.460-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as aws, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}","ecs.version":"1.6.0"}
=== RUN   TestRetrieveAWSMetadataEC2/instanceId_pre-informed,_overwrite
{"log.level":"warn","@timestamp":"2023-11-03T09:39:27.461-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.461-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 584.9µs. result=[provider:aws, error=, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 670.374µs","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as aws, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}","ecs.version":"1.6.0"}
=== RUN   TestRetrieveAWSMetadataEC2/only_cloud.provider_pre-informed,_overwrite
{"log.level":"warn","@timestamp":"2023-11-03T09:39:30.477-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:30.477-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:30.479-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 2.11835ms. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:30.479-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 2.228619ms. result=[provider:gcp, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:30.479-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 2.248884ms. result=[provider:openstack, error=failed requesting openstack metadata: Get \"https://127.0.0.1:24396/2009-04-04/meta-data/instance-id\": http: server gave HTTP response to HTTPS client, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:30.479-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 2.271176ms. result=[provider:aws, error=, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:30.479-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 2.331079ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:30.479-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as aws, metadata={\"cloud\":{\"account\":{\"id\":\"111111111111111\"},\"availability_zone\":\"us-east-1c\",\"image\":{\"id\":\"ami-abcd1234\"},\"instance\":{\"id\":\"i-11111111\"},\"machine\":{\"type\":\"t2.medium\"},\"provider\":\"aws\",\"region\":\"us-east-1\",\"service\":{\"name\":\"EC2\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveAWSMetadataEC2 (18.05s)
    --- PASS: TestRetrieveAWSMetadataEC2/all_fields_from_processor (3.00s)
    --- PASS: TestRetrieveAWSMetadataEC2/instanceId_pre-informed,_no_overwrite (3.01s)
    --- PASS: TestRetrieveAWSMetadataEC2/only_cloud.provider_pre-informed,_no_overwrite (3.01s)
    --- PASS: TestRetrieveAWSMetadataEC2/all_fields_from_processor,_overwrite (3.01s)
    --- PASS: TestRetrieveAWSMetadataEC2/instanceId_pre-informed,_overwrite (3.00s)
    --- PASS: TestRetrieveAWSMetadataEC2/only_cloud.provider_pre-informed,_overwrite (3.02s)
=== RUN   TestRetrieveAzureMetadata
{"log.level":"warn","@timestamp":"2023-11-03T09:39:33.489-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.489-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.489-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 638.009µs. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.489-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 776.888µs. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.489-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 802.816µs. result=[provider:aws, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.490-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 825.346µs. result=[provider:azure, error=, metadata={\"cloud\":{\"account\":{\"id\":\"0e073ec1-c22f-4488-adde-da35ed609ccd\"},\"instance\":{\"id\":\"220e2b43-0913-492f-ada0-b6b2795bdb9b\",\"name\":\"aks-agentpool-12628255-vmss_2\"},\"machine\":{\"type\":\"Standard_DS2_v2\"},\"provider\":\"azure\",\"region\":\"eastus\",\"service\":{\"name\":\"Virtual Machines\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.490-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 1.068414ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.490-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as azure, metadata={\"cloud\":{\"account\":{\"id\":\"0e073ec1-c22f-4488-adde-da35ed609ccd\"},\"instance\":{\"id\":\"220e2b43-0913-492f-ada0-b6b2795bdb9b\",\"name\":\"aks-agentpool-12628255-vmss_2\"},\"machine\":{\"type\":\"Standard_DS2_v2\"},\"provider\":\"azure\",\"region\":\"eastus\",\"service\":{\"name\":\"Virtual Machines\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveAzureMetadata (3.01s)
=== RUN   TestRetrieveDigitalOceanMetadata
{"log.level":"warn","@timestamp":"2023-11-03T09:39:36.497-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.497-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.500-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 1.56665ms. result=[provider:aws, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.501-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 3.610435ms. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.501-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 3.634813ms. result=[provider:digitalocean, error=, metadata={\"cloud\":{\"instance\":{\"id\":\"1111111\"},\"provider\":\"digitalocean\",\"region\":\"nyc3\",\"service\":{\"name\":\"Droplets\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.501-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 3.690484ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:36.501-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as digitalocean, metadata={\"cloud\":{\"instance\":{\"id\":\"1111111\"},\"provider\":\"digitalocean\",\"region\":\"nyc3\",\"service\":{\"name\":\"Droplets\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveDigitalOceanMetadata (3.01s)
=== RUN   TestRetrieveGCEMetadata
{"log.level":"warn","@timestamp":"2023-11-03T09:39:39.513-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": dial tcp 169.254.169.254:80: i/o timeout (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.513-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 806.928µs. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 913.919µs. result=[provider:aws, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 949.503µs. result=[provider:openstack, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 970.603µs. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 1.097203ms. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 1.195372ms. result=[provider:gcp, error=, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 1.257718ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:39.514-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as gcp, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveGCEMetadata (3.01s)
=== RUN   TestRetrieveGCEMetadataInK8s
{"log.level":"warn","@timestamp":"2023-11-03T09:39:42.517-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.517-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.519-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 2.109946ms. result=[provider:openstack, error=failed requesting openstack metadata: Get \"https://127.0.0.1:24432/2009-04-04/meta-data/instance-id\": http: server gave HTTP response to HTTPS client, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.519-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 2.217532ms. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.519-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 2.381624ms. result=[provider:gcp, error=, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}},\"orchestrator\":{\"cluster\":{\"name\":\"staging-marketing-k8s\",\"url\":\"https://35.223.150.34\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.519-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 2.449156ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:42.519-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as gcp, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}},\"orchestrator\":{\"cluster\":{\"name\":\"staging-marketing-k8s\",\"url\":\"https://35.223.150.34\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveGCEMetadataInK8s (3.01s)
=== RUN   TestRetrieveGCEMetadataInK8sNotOverriden
{"log.level":"warn","@timestamp":"2023-11-03T09:39:45.527-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": dial tcp 169.254.169.254:80: i/o timeout (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.527-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.528-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 978.887µs. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.528-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 1.036465ms. result=[provider:openstack, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.528-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 1.060844ms. result=[provider:aws, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.528-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 1.07789ms. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.528-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 1.175821ms. result=[provider:gcp, error=, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}},\"orchestrator\":{\"cluster\":{\"name\":\"staging-marketing-k8s\",\"url\":\"https://35.223.150.34\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.528-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 1.242996ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:45.528-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as gcp, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}},\"orchestrator\":{\"cluster\":{\"name\":\"staging-marketing-k8s\",\"url\":\"https://35.223.150.34\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveGCEMetadataInK8sNotOverriden (3.01s)
=== RUN   TestRetrieveGCEMetadataInK8sPartial
{"log.level":"warn","@timestamp":"2023-11-03T09:39:48.533-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": dial tcp 169.254.169.254:80: i/o timeout (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.534-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 991.285µs. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 1.031757ms. result=[provider:gcp, error=, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}},\"orchestrator\":{\"cluster\":{\"name\":\"staging-marketing-k8s\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 1.104117ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as gcp, metadata={\"cloud\":{\"account\":{\"id\":\"test-dev\"},\"availability_zone\":\"us-east1-b\",\"instance\":{\"id\":\"3910564293633576924\",\"name\":\"test-gce-dev\"},\"machine\":{\"type\":\"f1-micro\"},\"project\":{\"id\":\"test-dev\"},\"provider\":\"gcp\",\"region\":\"us-east1\",\"service\":{\"name\":\"GCE\"}},\"orchestrator\":{\"cluster\":{\"name\":\"staging-marketing-k8s\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveGCEMetadataInK8sPartial (3.01s)
=== RUN   TestRetrieveHuaweiCloudMetadata
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 414.193µs. result=[provider:huawei, error=, metadata={\"cloud\":{\"availability_zone\":\"cn-east-2b\",\"instance\":{\"id\":\"37da9890-8289-4c58-ba34-a8271c4a8216\"},\"provider\":\"huawei\",\"region\":\"cn-east-2\",\"service\":{\"name\":\"ECS\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 487.327µs","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:48.535-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as huawei, metadata={\"cloud\":{\"availability_zone\":\"cn-east-2b\",\"instance\":{\"id\":\"37da9890-8289-4c58-ba34-a8271c4a8216\"},\"provider\":\"huawei\",\"region\":\"cn-east-2\",\"service\":{\"name\":\"ECS\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveHuaweiCloudMetadata (0.00s)
=== RUN   TestRetrieveOpenstackNovaMetadata
{"log.level":"warn","@timestamp":"2023-11-03T09:39:51.538-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": dial tcp 169.254.169.254:80: i/o timeout (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.538-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 817.538µs. result=[provider:azure, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 931.562µs. result=[provider:digitalocean, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 1.241089ms. result=[provider:aws, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 1.264931ms. result=[provider:huawei, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 1.281858ms. result=[provider:openstack, error=failed requesting openstack metadata: Get \"https://127.0.0.1:24461/2009-04-04/meta-data/instance-id\": http: server gave HTTP response to HTTPS client, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 1.307429ms. result=[provider:gcp, error=failed with http status code 404, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 1.522721ms. result=[provider:openstack, error=, metadata={\"cloud\":{\"availability_zone\":\"az-test-2\",\"instance\":{\"id\":\"i-0000ffac\",\"name\":\"testvm01.stack.cloud\"},\"machine\":{\"type\":\"m1.xlarge\"},\"provider\":\"openstack\",\"service\":{\"name\":\"Nova\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.539-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 1.601042ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.540-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as openstack, metadata={\"cloud\":{\"availability_zone\":\"az-test-2\",\"instance\":{\"id\":\"i-0000ffac\",\"name\":\"testvm01.stack.cloud\"},\"machine\":{\"type\":\"m1.xlarge\"},\"provider\":\"openstack\",\"service\":{\"name\":\"Nova\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveOpenstackNovaMetadata (3.00s)
=== RUN   TestRetrieveOpenstackNovaMetadataWithHTTPS
{"log.level":"warn","@timestamp":"2023-11-03T09:39:51.540-0400","log.logger":"cfgwarn","log.origin":{"file.name":"tlscommon/config.go","file.line":102},"message":"DEPRECATED: Treating the CommonName field on X.509 certificates as a host name when no Subject Alternative Names are present is going to be removed. Please update your certificates if needed. Will be removed in version: 8.0.0","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:39:51.540-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls_config.go","file.line":104},"message":"SSL/TLS verifications disabled.","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:39:54.543-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/provider_aws_ec2.go","file.line":81},"message":"read token request for getting IMDSv2 token returns empty: Put \"http://169.254.169.254/latest/api/token\": context deadline exceeded (Client.Timeout exceeded while awaiting headers). No token in the metadata request will be used.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.547-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:39:54.547-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls_config.go","file.line":104},"message":"SSL/TLS verifications disabled.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.549-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for azure after 1.336277ms. result=[provider:azure, error=failed with http status code 400, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.549-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for aws after 1.364649ms. result=[provider:aws, error=failed with http status code 400, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.549-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for gcp after 1.400948ms. result=[provider:gcp, error=failed with http status code 400, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.549-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for digitalocean after 1.471938ms. result=[provider:digitalocean, error=failed with http status code 400, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.549-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 1.52892ms. result=[provider:openstack, error=failed with http status code 400, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.549-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for huawei after 1.587511ms. result=[provider:huawei, error=failed with http status code 400, metadata={}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.613-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for openstack after 65.729239ms. result=[provider:openstack, error=, metadata={\"cloud\":{\"availability_zone\":\"az-test-2\",\"instance\":{\"id\":\"i-0000ffac\",\"name\":\"testvm01.stack.cloud\"},\"machine\":{\"type\":\"m1.xlarge\"},\"provider\":\"openstack\",\"service\":{\"name\":\"Nova\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.613-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 65.779485ms","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.613-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as openstack, metadata={\"cloud\":{\"availability_zone\":\"az-test-2\",\"instance\":{\"id\":\"i-0000ffac\",\"name\":\"testvm01.stack.cloud\"},\"machine\":{\"type\":\"m1.xlarge\"},\"provider\":\"openstack\",\"service\":{\"name\":\"Nova\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveOpenstackNovaMetadataWithHTTPS (3.07s)
=== RUN   TestRetrieveQCloudMetadata
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.613-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":130},"message":"add_cloud_metadata: starting to fetch metadata, timeout=3s","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.614-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":167},"message":"add_cloud_metadata: received disposition for qcloud after 710.071µs. result=[provider:qcloud, error=, metadata={\"cloud\":{\"availability_zone\":\"gz-azone2\",\"instance\":{\"id\":\"ins-qcloudv5\"},\"provider\":\"qcloud\",\"region\":\"china-south-gz\",\"service\":{\"name\":\"CVM\"}}}]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.614-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/providers.go","file.line":133},"message":"add_cloud_metadata: fetchMetadata ran for 759.543µs","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.614-0400","log.logger":"add_cloud_metadata","log.origin":{"file.name":"add_cloud_metadata/add_cloud_metadata.go","file.line":104},"message":"add_cloud_metadata: hosting provider type detected as qcloud, metadata={\"cloud\":{\"availability_zone\":\"gz-azone2\",\"instance\":{\"id\":\"ins-qcloudv5\"},\"provider\":\"qcloud\",\"region\":\"china-south-gz\",\"service\":{\"name\":\"CVM\"}}}","ecs.version":"1.6.0"}
--- PASS: TestRetrieveQCloudMetadata (0.00s)
=== RUN   TestProvidersFilter
=== RUN   TestProvidersFilter/only_selected
=== RUN   TestProvidersFilter/all_with_local_access_only_if_not_configured
=== RUN   TestProvidersFilter/fail_to_load_if_unknown_name_is_used
--- PASS: TestProvidersFilter (0.00s)
    --- PASS: TestProvidersFilter/only_selected (0.00s)
    --- PASS: TestProvidersFilter/all_with_local_access_only_if_not_configured (0.00s)
    --- PASS: TestProvidersFilter/fail_to_load_if_unknown_name_is_used (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata	42.210s
=== RUN   TestAddDataStream
=== RUN   TestAddDataStream/simple
=== RUN   TestAddDataStream/existing_meta
=== RUN   TestAddDataStream/custom_ds
=== RUN   TestAddDataStream/defaults_ds/ns
--- PASS: TestAddDataStream (0.00s)
    --- PASS: TestAddDataStream/simple (0.00s)
    --- PASS: TestAddDataStream/existing_meta (0.00s)
    --- PASS: TestAddDataStream/custom_ds (0.00s)
    --- PASS: TestAddDataStream/defaults_ds/ns (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/add_data_stream	0.015s
=== RUN   TestConfigDefault
    add_host_metadata_test.go:58: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:58
        	Error:      	Object expected to be of type *errors.errorString, but was *fmt.wrapError
        	Test:       	TestConfigDefault
--- FAIL: TestConfigDefault (0.00s)
=== RUN   TestConfigNetInfoDisabled
    add_host_metadata_test.go:105: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:105
        	Error:      	Object expected to be of type *errors.errorString, but was *fmt.wrapError
        	Test:       	TestConfigNetInfoDisabled
--- FAIL: TestConfigNetInfoDisabled (0.00s)
=== RUN   TestConfigName
    add_host_metadata_test.go:151: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:151
        	Error:      	Received unexpected error:
        	            	failed to load data: unimplemented
        	Test:       	TestConfigName
--- FAIL: TestConfigName (0.00s)
=== RUN   TestConfigGeoEnabled
    add_host_metadata_test.go:186: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:186
        	Error:      	Received unexpected error:
        	            	failed to load data: unimplemented
        	Test:       	TestConfigGeoEnabled
--- FAIL: TestConfigGeoEnabled (0.00s)
=== RUN   TestConfigGeoDisabled
    add_host_metadata_test.go:209: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:209
        	Error:      	Received unexpected error:
        	            	failed to load data: unimplemented
        	Test:       	TestConfigGeoDisabled
--- FAIL: TestConfigGeoDisabled (0.00s)
=== RUN   TestEventWithReplaceFieldsFalse
    add_host_metadata_test.go:231: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:231
        	Error:      	Object expected to be of type *errors.errorString, but was *fmt.wrapError
        	Test:       	TestEventWithReplaceFieldsFalse
--- FAIL: TestEventWithReplaceFieldsFalse (0.00s)
=== RUN   TestEventWithReplaceFieldsTrue
    add_host_metadata_test.go:311: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:311
        	Error:      	Object expected to be of type *errors.errorString, but was *fmt.wrapError
        	Test:       	TestEventWithReplaceFieldsTrue
--- FAIL: TestEventWithReplaceFieldsTrue (0.00s)
=== RUN   TestSkipAddingHostMetadata
=== RUN   TestSkipAddingHostMetadata/event_only_with_host.name
=== RUN   TestSkipAddingHostMetadata/event_only_with_host.id
=== RUN   TestSkipAddingHostMetadata/event_with_host.name_and_host.id
=== RUN   TestSkipAddingHostMetadata/event_without_host_field
=== RUN   TestSkipAddingHostMetadata/event_with_field_type_map[string]string_hostID
=== RUN   TestSkipAddingHostMetadata/event_with_field_type_map[string]string_host_name
=== RUN   TestSkipAddingHostMetadata/event_with_field_type_map[string]string_host_ID_and_name
=== RUN   TestSkipAddingHostMetadata/event_with_field_type_string
--- PASS: TestSkipAddingHostMetadata (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_only_with_host.name (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_only_with_host.id (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_with_host.name_and_host.id (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_without_host_field (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_with_field_type_map[string]string_hostID (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_with_field_type_map[string]string_host_name (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_with_field_type_map[string]string_host_ID_and_name (0.00s)
    --- PASS: TestSkipAddingHostMetadata/event_with_field_type_string (0.00s)
=== RUN   TestExpireCacheOnFQDNReportingChange
    add_host_metadata_test.go:482: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:482
        	Error:      	Received unexpected error:
        	            	failed to load data: unimplemented
        	Test:       	TestExpireCacheOnFQDNReportingChange
--- FAIL: TestExpireCacheOnFQDNReportingChange (0.00s)
=== RUN   TestFQDNLookup
=== RUN   TestFQDNLookup/lookup_succeeds
    add_host_metadata_test.go:567: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:567
        	Error:      	Received unexpected error:
        	            	failed to load data: unimplemented
        	Test:       	TestFQDNLookup/lookup_succeeds
=== RUN   TestFQDNLookup/lookup_fails
    add_host_metadata_test.go:567: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_host_metadata/add_host_metadata_test.go:567
        	Error:      	Received unexpected error:
        	            	failed to load data: unimplemented
        	Test:       	TestFQDNLookup/lookup_fails
--- FAIL: TestFQDNLookup (0.00s)
    --- FAIL: TestFQDNLookup/lookup_succeeds (0.00s)
    --- FAIL: TestFQDNLookup/lookup_fails (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/libbeat/processors/add_host_metadata	0.019s
=== RUN   TestDefaultTargetField
--- PASS: TestDefaultTargetField (0.00s)
=== RUN   TestNonDefaultTargetField
--- PASS: TestNonDefaultTargetField (0.00s)
=== RUN   TestNonDefaultMetadataTarget
--- PASS: TestNonDefaultMetadataTarget (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/add_id	0.018s
=== RUN   TestIDLen
--- PASS: TestIDLen (0.00s)
=== RUN   TestIDDBytes
--- PASS: TestIDDBytes (0.00s)
=== RUN   TestIDConsecutiveOrdering
--- PASS: TestIDConsecutiveOrdering (0.04s)
=== RUN   TestMonotonicTimestamp
=== RUN   TestMonotonicTimestamp/clock_normal
=== RUN   TestMonotonicTimestamp/clock_normal_seq_wraparound
=== RUN   TestMonotonicTimestamp/clock_went_backwards
=== RUN   TestMonotonicTimestamp/clock_went_backwards_seq_wraparound
=== RUN   TestMonotonicTimestamp/uninitialized_timestamp
--- PASS: TestMonotonicTimestamp (0.00s)
    --- PASS: TestMonotonicTimestamp/clock_normal (0.00s)
    --- PASS: TestMonotonicTimestamp/clock_normal_seq_wraparound (0.00s)
    --- PASS: TestMonotonicTimestamp/clock_went_backwards (0.00s)
    --- PASS: TestMonotonicTimestamp/clock_went_backwards_seq_wraparound (0.00s)
    --- PASS: TestMonotonicTimestamp/uninitialized_timestamp (0.00s)
=== RUN   TestFactory
=== RUN   TestFactory/elasticsearch
=== RUN   TestFactory/foobar
--- PASS: TestFactory (0.00s)
    --- PASS: TestFactory/elasticsearch (0.00s)
    --- PASS: TestFactory/foobar (0.00s)
=== RUN   TestIsValidAddress
=== RUN   TestIsValidAddress/nil
=== RUN   TestIsValidAddress/too_short
=== RUN   TestIsValidAddress/too_long
=== RUN   TestIsValidAddress/all_zeros
=== RUN   TestIsValidAddress/good
--- PASS: TestIsValidAddress (0.00s)
    --- PASS: TestIsValidAddress/nil (0.00s)
    --- PASS: TestIsValidAddress/too_short (0.00s)
    --- PASS: TestIsValidAddress/too_long (0.00s)
    --- PASS: TestIsValidAddress/all_zeros (0.00s)
    --- PASS: TestIsValidAddress/good (0.00s)
=== RUN   TestConstructDummyMulticastAddress
--- PASS: TestConstructDummyMulticastAddress (0.00s)
=== RUN   TestSecureMungedMACAddress
--- PASS: TestSecureMungedMACAddress (0.00s)
=== RUN   TestGetMacAddress
    mac_test.go:80: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_id/generator/mac_test.go:80
        	Error:      	"" should have 6 item(s), but has 0
        	Test:       	TestGetMacAddress
--- FAIL: TestGetMacAddress (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/libbeat/processors/add_id/generator	0.066s
FAIL	github.com/elastic/beats/v7/libbeat/processors/add_kubernetes_metadata [build failed]
=== RUN   TestExportTimezone
--- PASS: TestExportTimezone (0.00s)
=== RUN   TestTimezoneFormat
--- PASS: TestTimezoneFormat (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/add_locale	0.022s
=== RUN   TestConfigDefault
    add_observer_metadata_test.go:46: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_observer_metadata/add_observer_metadata_test.go:46
        	Error:      	Received unexpected error:
        	            	key not found
        	Test:       	TestConfigDefault
    add_observer_metadata_test.go:47: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_observer_metadata/add_observer_metadata_test.go:47
        	Error:      	Expected value not to be nil.
        	Test:       	TestConfigDefault
    add_observer_metadata_test.go:50: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_observer_metadata/add_observer_metadata_test.go:50
        	Error:      	Received unexpected error:
        	            	key not found
        	Test:       	TestConfigDefault
    add_observer_metadata_test.go:51: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_observer_metadata/add_observer_metadata_test.go:51
        	Error:      	Expected value not to be nil.
        	Test:       	TestConfigDefault
--- FAIL: TestConfigDefault (0.00s)
=== RUN   TestOverwriteFalse
--- PASS: TestOverwriteFalse (0.00s)
=== RUN   TestOverwriteTrue
    add_observer_metadata_test.go:86: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/add_observer_metadata/add_observer_metadata_test.go:86
        	Error:      	Received unexpected error:
        	            	key not found
        	Test:       	TestOverwriteTrue
--- FAIL: TestOverwriteTrue (0.00s)
=== RUN   TestConfigNetInfoDisabled
--- PASS: TestConfigNetInfoDisabled (0.00s)
=== RUN   TestConfigGeoEnabled
--- PASS: TestConfigGeoEnabled (0.00s)
=== RUN   TestConfigGeoDisabled
--- PASS: TestConfigGeoDisabled (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/libbeat/processors/add_observer_metadata	0.017s
=== RUN   TestAddProcessMetadata
=== RUN   TestAddProcessMetadata/default_fields
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.868-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":1,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/single_field
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"system.process.parent.name":"process.name"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.868-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":2,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/multiple_fields
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.other.pid system.process.ppid], mappings={"extra.process.start_time":"process.start_time","extra.process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.868-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":3,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/complete_process_info
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.868-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":4,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"parent.container.id":"container.id","parent.process.args":"process.args","parent.process.executable":"process.executable","parent.process.name":"process.name","parent.process.owner":"process.owner","parent.process.parent":"process.parent","parent.process.pid":"process.pid","parent.process.start_time":"process.start_time","parent.process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/complete_process_info_(restricted_fields)
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.869-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":5,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"parent.container.id":"container.id","parent.process.args":"process.args","parent.process.env":"process.env","parent.process.executable":"process.executable","parent.process.name":"process.name","parent.process.owner":"process.owner","parent.process.parent":"process.parent","parent.process.pid":"process.pid","parent.process.start_time":"process.start_time","parent.process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=true, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/complete_process_info_(restricted_fields_-_alt)
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"parent.process.args":"process.args","parent.process.env":"process.env","parent.process.executable":"process.executable","parent.process.name":"process.name","parent.process.owner":"process.owner","parent.process.parent":"process.parent","parent.process.pid":"process.pid","parent.process.start_time":"process.start_time","parent.process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=true, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.869-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":6,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/env_field_(restricted_fields:_true)
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"parent.env":"process.env"}, ignore_missing=true, overwrite_fields=false, restricted_fields=true, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.869-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":7,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/env_field_(restricted_fields:_false)
=== RUN   TestAddProcessMetadata/fields_not_found_(ignored)
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.869-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":9,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/fields_not_found_(reported)
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.870-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":10,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=false, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/overwrite_keys
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"process.name":"process.name"}, ignore_missing=true, overwrite_fields=true, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.870-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":11,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/overwrite_keys_error
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"process.name":"process.name"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.870-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":12,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/bad_PID_field_cast
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.870-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":13,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/bad_PID_field_type
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.870-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":14,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/process_not_found
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":15,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=42: ","instance_id":15,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=42: ","instance_id":15,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/lookup_first_PID
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":16,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[nil ppid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=0: ","instance_id":16,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=0: ","instance_id":16,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/env_field
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":17,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/env_field_(IncludeContainer_id),_process_not_found
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":18,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=42: ","instance_id":18,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.871-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=42: ","instance_id":18,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/container.id_only
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.872-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":19,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/container.id_based_on_regex_in_config
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.872-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":20,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/no_process_metadata_available
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.872-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":21,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.872-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=2: ","instance_id":21,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/no_container_id_available
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.872-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":22,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id","process.args":"process.args","process.executable":"process.executable","process.name":"process.name","process.owner":"process.owner","process.parent":"process.parent","process.pid":"process.pid","process.start_time":"process.start_time","process.title":"process.title"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.872-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=3: ","instance_id":22,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/without_cgroup_cache
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/custom_cache_expire_time
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.873-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":130},"message":"Initializing cgroup cache","instance_id":24,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[system.process.ppid process.parent.pid], mappings={"container.id":"container.id"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
=== RUN   TestAddProcessMetadata/only_user
    add_process_metadata_test.go:731: add_process_metadata=[match_pids=[ppid process.parent.pid], mappings={"process.owner.id":"process.owner.id","process.owner.name":"process.owner.name"}, ignore_missing=true, overwrite_fields=false, restricted_fields=false, host_path=/, cgroup_prefixes=[/kubepods /docker]]
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.873-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":25,"ecs.version":"1.6.0"}
=== RUN   TestAddProcessMetadata/supports_metadata_as_a_target
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.873-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=1: ","instance_id":26,"ecs.version":"1.6.0"}
--- PASS: TestAddProcessMetadata (0.01s)
    --- PASS: TestAddProcessMetadata/default_fields (0.00s)
    --- PASS: TestAddProcessMetadata/single_field (0.00s)
    --- PASS: TestAddProcessMetadata/multiple_fields (0.00s)
    --- PASS: TestAddProcessMetadata/complete_process_info (0.00s)
    --- PASS: TestAddProcessMetadata/complete_process_info_(restricted_fields) (0.00s)
    --- PASS: TestAddProcessMetadata/complete_process_info_(restricted_fields_-_alt) (0.00s)
    --- PASS: TestAddProcessMetadata/env_field_(restricted_fields:_true) (0.00s)
    --- PASS: TestAddProcessMetadata/env_field_(restricted_fields:_false) (0.00s)
    --- PASS: TestAddProcessMetadata/fields_not_found_(ignored) (0.00s)
    --- PASS: TestAddProcessMetadata/fields_not_found_(reported) (0.00s)
    --- PASS: TestAddProcessMetadata/overwrite_keys (0.00s)
    --- PASS: TestAddProcessMetadata/overwrite_keys_error (0.00s)
    --- PASS: TestAddProcessMetadata/bad_PID_field_cast (0.00s)
    --- PASS: TestAddProcessMetadata/bad_PID_field_type (0.00s)
    --- PASS: TestAddProcessMetadata/process_not_found (0.00s)
    --- PASS: TestAddProcessMetadata/lookup_first_PID (0.00s)
    --- PASS: TestAddProcessMetadata/env_field (0.00s)
    --- PASS: TestAddProcessMetadata/env_field_(IncludeContainer_id),_process_not_found (0.00s)
    --- PASS: TestAddProcessMetadata/container.id_only (0.00s)
    --- PASS: TestAddProcessMetadata/container.id_based_on_regex_in_config (0.00s)
    --- PASS: TestAddProcessMetadata/no_process_metadata_available (0.00s)
    --- PASS: TestAddProcessMetadata/no_container_id_available (0.00s)
    --- PASS: TestAddProcessMetadata/without_cgroup_cache (0.00s)
    --- PASS: TestAddProcessMetadata/custom_cache_expire_time (0.00s)
    --- PASS: TestAddProcessMetadata/only_user (0.00s)
    --- PASS: TestAddProcessMetadata/supports_metadata_as_a_target (0.00s)
=== RUN   TestUsingCache
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.873-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=75293: unimplemented","instance_id":27,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:849: {"meta":{"container":{"id":"b5285682fba7449c86452b89a800609440ecc88a7ba5f2d38bedfb85409b30b1"}},"system":{"process":{"ppid":75293}}}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.873-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=75293: unimplemented","instance_id":27,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:871: {"meta":{"container":{"id":"b5285682fba7449c86452b89a800609440ecc88a7ba5f2d38bedfb85409b30b1"}},"system":{"process":{"ppid":75293}}}
--- PASS: TestUsingCache (0.00s)
=== RUN   TestSelf
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.874-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=75293: unimplemented","instance_id":28,"ecs.version":"1.6.0"}
    add_process_metadata_test.go:902: {"self":{"container":{"id":"b5285682fba7449c86452b89a800609440ecc88a7ba5f2d38bedfb85409b30b1"}},"self_pid":75293}
    add_process_metadata_test.go:905: key not found
--- FAIL: TestSelf (0.00s)
=== RUN   TestBadProcess
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.874-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":226},"message":"failed to get process metadata for PID=0: unimplemented","instance_id":29,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:16.874-0400","log.logger":"add_process_metadata","log.origin":{"file.name":"add_process_metadata/add_process_metadata.go","file.line":234},"message":"failed to get container id for PID=0: ","instance_id":29,"ecs.version":"1.6.0"}
--- PASS: TestBadProcess (0.00s)
=== RUN   TestPIDToInt
=== RUN   TestPIDToInt/numeric_string
=== RUN   TestPIDToInt/numeric_string_ignore_octal
=== RUN   TestPIDToInt/numeric_string_invalid_hex
=== RUN   TestPIDToInt/non-numeric_string
=== RUN   TestPIDToInt/int
=== RUN   TestPIDToInt/int_min
=== RUN   TestPIDToInt/int_max
=== RUN   TestPIDToInt/uint_min
=== RUN   TestPIDToInt/uint_max
=== RUN   TestPIDToInt/int8
=== RUN   TestPIDToInt/int8_min
=== RUN   TestPIDToInt/int8_max
=== RUN   TestPIDToInt/uint8_min
=== RUN   TestPIDToInt/uint8_max
=== RUN   TestPIDToInt/int16
=== RUN   TestPIDToInt/int16_min
=== RUN   TestPIDToInt/int16_max
=== RUN   TestPIDToInt/uint16_min
=== RUN   TestPIDToInt/uint16_max
=== RUN   TestPIDToInt/int32
=== RUN   TestPIDToInt/int32_min
=== RUN   TestPIDToInt/int32_max
=== RUN   TestPIDToInt/uint32_min
=== RUN   TestPIDToInt/uint32_max
=== RUN   TestPIDToInt/int64
=== RUN   TestPIDToInt/int64_min
=== RUN   TestPIDToInt/int64_max
=== RUN   TestPIDToInt/uint64_min
=== RUN   TestPIDToInt/uint64_max
=== RUN   TestPIDToInt/uintptr
=== RUN   TestPIDToInt/boolean
--- PASS: TestPIDToInt (0.00s)
    --- PASS: TestPIDToInt/numeric_string (0.00s)
    --- PASS: TestPIDToInt/numeric_string_ignore_octal (0.00s)
    --- PASS: TestPIDToInt/numeric_string_invalid_hex (0.00s)
    --- PASS: TestPIDToInt/non-numeric_string (0.00s)
    --- PASS: TestPIDToInt/int (0.00s)
    --- PASS: TestPIDToInt/int_min (0.00s)
    --- PASS: TestPIDToInt/int_max (0.00s)
    --- PASS: TestPIDToInt/uint_min (0.00s)
    --- PASS: TestPIDToInt/uint_max (0.00s)
    --- PASS: TestPIDToInt/int8 (0.00s)
    --- PASS: TestPIDToInt/int8_min (0.00s)
    --- PASS: TestPIDToInt/int8_max (0.00s)
    --- PASS: TestPIDToInt/uint8_min (0.00s)
    --- PASS: TestPIDToInt/uint8_max (0.00s)
    --- PASS: TestPIDToInt/int16 (0.00s)
    --- PASS: TestPIDToInt/int16_min (0.00s)
    --- PASS: TestPIDToInt/int16_max (0.00s)
    --- PASS: TestPIDToInt/uint16_min (0.00s)
    --- PASS: TestPIDToInt/uint16_max (0.00s)
    --- PASS: TestPIDToInt/int32 (0.00s)
    --- PASS: TestPIDToInt/int32_min (0.00s)
    --- PASS: TestPIDToInt/int32_max (0.00s)
    --- PASS: TestPIDToInt/uint32_min (0.00s)
    --- PASS: TestPIDToInt/uint32_max (0.00s)
    --- PASS: TestPIDToInt/int64 (0.00s)
    --- PASS: TestPIDToInt/int64_min (0.00s)
    --- PASS: TestPIDToInt/int64_max (0.00s)
    --- PASS: TestPIDToInt/uint64_min (0.00s)
    --- PASS: TestPIDToInt/uint64_max (0.00s)
    --- PASS: TestPIDToInt/uintptr (0.00s)
    --- PASS: TestPIDToInt/boolean (0.00s)
=== RUN   TestV2CID
--- PASS: TestV2CID (0.00s)
=== RUN   TestCacheEviction
--- PASS: TestCacheEviction (8.44s)
FAIL
FAIL	github.com/elastic/beats/v7/libbeat/processors/add_process_metadata	8.474s
=== RUN   TestRequiredFields
=== RUN   TestRequiredFields/one_required_field_present_and_one_missing_in_the_configuration
=== RUN   TestRequiredFields/one_required_field_present_in_the_configuration
=== RUN   TestRequiredFields/two_required_field_present_in_the_configuration
--- PASS: TestRequiredFields (0.00s)
    --- PASS: TestRequiredFields/one_required_field_present_and_one_missing_in_the_configuration (0.00s)
    --- PASS: TestRequiredFields/one_required_field_present_in_the_configuration (0.00s)
    --- PASS: TestRequiredFields/two_required_field_present_in_the_configuration (0.00s)
=== RUN   TestAllowedFields
=== RUN   TestAllowedFields/one_allowed_field_present_in_the_configuration
=== RUN   TestAllowedFields/two_allowed_field_present_in_the_configuration
=== RUN   TestAllowedFields/one_allowed_field_present_and_one_not_allowed_is_present_in_the_configuration
--- PASS: TestAllowedFields (0.00s)
    --- PASS: TestAllowedFields/one_allowed_field_present_in_the_configuration (0.00s)
    --- PASS: TestAllowedFields/two_allowed_field_present_in_the_configuration (0.00s)
    --- PASS: TestAllowedFields/one_allowed_field_present_and_one_not_allowed_is_present_in_the_configuration (0.00s)
=== RUN   TestMutuallyExclusiveRequiredFields
=== RUN   TestMutuallyExclusiveRequiredFields/one_mutually_exclusive_field_is_present_in_the_configuration
=== RUN   TestMutuallyExclusiveRequiredFields/two_mutually_exclusive_field_is_present_in_the_configuration
=== RUN   TestMutuallyExclusiveRequiredFields/no_mutually_exclusive_field_is_present_in_the_configuration
--- PASS: TestMutuallyExclusiveRequiredFields (0.00s)
    --- PASS: TestMutuallyExclusiveRequiredFields/one_mutually_exclusive_field_is_present_in_the_configuration (0.00s)
    --- PASS: TestMutuallyExclusiveRequiredFields/two_mutually_exclusive_field_is_present_in_the_configuration (0.00s)
    --- PASS: TestMutuallyExclusiveRequiredFields/no_mutually_exclusive_field_is_present_in_the_configuration (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/checks	0.015s
FAIL	github.com/elastic/beats/v7/libbeat/processors/communityid [build failed]
=== RUN   TestConvert
=== RUN   TestConvert/ignore_missing
=== RUN   TestConvert/fail_on_error
=== RUN   TestConvert/mode
=== RUN   TestConvert/mode/copy
=== RUN   TestConvert/mode/rename
=== RUN   TestConvert/string
=== RUN   TestConvert/metadata_as_a_target
--- PASS: TestConvert (0.00s)
    --- PASS: TestConvert/ignore_missing (0.00s)
    --- PASS: TestConvert/fail_on_error (0.00s)
    --- PASS: TestConvert/mode (0.00s)
        --- PASS: TestConvert/mode/copy (0.00s)
        --- PASS: TestConvert/mode/rename (0.00s)
    --- PASS: TestConvert/string (0.00s)
    --- PASS: TestConvert/metadata_as_a_target (0.00s)
=== RUN   TestConvertRun
=== RUN   TestConvertRun/put_error_with_clone
    convert_test.go:277: got expected error failed in processor.convert: conversion of field [port] to type [integer] with target field [port.number] failed: failed to put field [port.number]: expected map but type is string
=== RUN   TestConvertRun/invalid_conversion
    convert_test.go:277: got expected error failed in processor.convert: conversion of field [address] to type [ip] with target field [ip] failed: unable to convert value [-]: value is not a valid IP address
=== RUN   TestConvertRun/missing_field
    convert_test.go:277: got expected error failed in processor.convert: conversion of field [address] to type [ip] with target field [ip] failed: field [address] is missing: key not found
=== RUN   TestConvertRun/put_error_no_clone
    convert_test.go:277: got expected error failed in processor.convert: conversion of field [port] to type [integer] with target field [port.number] failed: failed to put field [port.number]: expected map but type is string
--- PASS: TestConvertRun (0.00s)
    --- PASS: TestConvertRun/put_error_with_clone (0.00s)
    --- PASS: TestConvertRun/invalid_conversion (0.00s)
    --- PASS: TestConvertRun/missing_field (0.00s)
    --- PASS: TestConvertRun/put_error_no_clone (0.00s)
=== RUN   TestDataTypes
=== RUN   TestDataTypes/cannot___to_string
=== RUN   TestDataTypes/string_x_to_string
=== RUN   TestDataTypes/int_1_to_string
=== RUN   TestDataTypes/float64_1.1_to_string
=== RUN   TestDataTypes/bool_true_to_string
=== RUN   TestDataTypes/cannot___to_long
=== RUN   TestDataTypes/cannot_string_x_to_long
=== RUN   TestDataTypes/cannot_string_0x_to_long
=== RUN   TestDataTypes/cannot_string_0b1_to_long
=== RUN   TestDataTypes/cannot_string_1x2_to_long
=== RUN   TestDataTypes/cannot_bool_true_to_long
=== RUN   TestDataTypes/string_1_to_long
=== RUN   TestDataTypes/string_-1_to_long
=== RUN   TestDataTypes/string_017_to_long
=== RUN   TestDataTypes/string_08_to_long
=== RUN   TestDataTypes/string_0X0A_to_long
=== RUN   TestDataTypes/string_-0x12_to_long
=== RUN   TestDataTypes/int_1_to_long
=== RUN   TestDataTypes/int8_1_to_long
=== RUN   TestDataTypes/int16_1_to_long
=== RUN   TestDataTypes/int32_1_to_long
=== RUN   TestDataTypes/int64_1_to_long
=== RUN   TestDataTypes/uint_1_to_long
=== RUN   TestDataTypes/uint8_1_to_long
=== RUN   TestDataTypes/uint16_1_to_long
=== RUN   TestDataTypes/uint32_1_to_long
=== RUN   TestDataTypes/uint64_1_to_long
=== RUN   TestDataTypes/float32_1_to_long
=== RUN   TestDataTypes/float64_1_to_long
=== RUN   TestDataTypes/cannot___to_integer
=== RUN   TestDataTypes/cannot_string_x_to_integer
=== RUN   TestDataTypes/cannot_bool_true_to_integer
=== RUN   TestDataTypes/cannot_string_x_to_integer#01
=== RUN   TestDataTypes/cannot_string_0x_to_integer
=== RUN   TestDataTypes/cannot_string_0b1_to_integer
=== RUN   TestDataTypes/cannot_string_1x2_to_integer
=== RUN   TestDataTypes/cannot_bool_true_to_integer#01
=== RUN   TestDataTypes/string_1_to_integer
=== RUN   TestDataTypes/string_-1_to_integer
=== RUN   TestDataTypes/string_017_to_integer
=== RUN   TestDataTypes/string_08_to_integer
=== RUN   TestDataTypes/string_0X0A_to_integer
=== RUN   TestDataTypes/string_-0x12_to_integer
=== RUN   TestDataTypes/string_1_to_integer#01
=== RUN   TestDataTypes/int_1_to_integer
=== RUN   TestDataTypes/int8_1_to_integer
=== RUN   TestDataTypes/int16_1_to_integer
=== RUN   TestDataTypes/int32_1_to_integer
=== RUN   TestDataTypes/int64_1_to_integer
=== RUN   TestDataTypes/uint_1_to_integer
=== RUN   TestDataTypes/uint8_1_to_integer
=== RUN   TestDataTypes/uint16_1_to_integer
=== RUN   TestDataTypes/uint32_1_to_integer
=== RUN   TestDataTypes/uint64_1_to_integer
=== RUN   TestDataTypes/float32_1_to_integer
=== RUN   TestDataTypes/float64_1_to_integer
=== RUN   TestDataTypes/cannot___to_float
=== RUN   TestDataTypes/cannot_string_x_to_float
=== RUN   TestDataTypes/cannot_bool_true_to_float
=== RUN   TestDataTypes/string_1_to_float
=== RUN   TestDataTypes/string_1.1_to_float
=== RUN   TestDataTypes/int_1_to_float
=== RUN   TestDataTypes/int8_1_to_float
=== RUN   TestDataTypes/int16_1_to_float
=== RUN   TestDataTypes/int32_1_to_float
=== RUN   TestDataTypes/int64_1_to_float
=== RUN   TestDataTypes/uint_1_to_float
=== RUN   TestDataTypes/uint8_1_to_float
=== RUN   TestDataTypes/uint16_1_to_float
=== RUN   TestDataTypes/uint32_1_to_float
=== RUN   TestDataTypes/uint64_1_to_float
=== RUN   TestDataTypes/float32_1_to_float
=== RUN   TestDataTypes/float64_1_to_float
=== RUN   TestDataTypes/cannot___to_double
=== RUN   TestDataTypes/cannot_string_x_to_double
=== RUN   TestDataTypes/cannot_bool_true_to_double
=== RUN   TestDataTypes/string_1_to_double
=== RUN   TestDataTypes/string_1.1_to_double
=== RUN   TestDataTypes/int_1_to_double
=== RUN   TestDataTypes/int8_1_to_double
=== RUN   TestDataTypes/int16_1_to_double
=== RUN   TestDataTypes/int32_1_to_double
=== RUN   TestDataTypes/int64_1_to_double
=== RUN   TestDataTypes/uint_1_to_double
=== RUN   TestDataTypes/uint8_1_to_double
=== RUN   TestDataTypes/uint16_1_to_double
=== RUN   TestDataTypes/uint32_1_to_double
=== RUN   TestDataTypes/uint64_1_to_double
=== RUN   TestDataTypes/float32_1_to_double
=== RUN   TestDataTypes/float64_1_to_double
=== RUN   TestDataTypes/cannot___to_boolean
=== RUN   TestDataTypes/cannot_string_x_to_boolean
=== RUN   TestDataTypes/cannot_int_1_to_boolean
=== RUN   TestDataTypes/cannot_int_0_to_boolean
=== RUN   TestDataTypes/cannot_string_TrUe_to_boolean
=== RUN   TestDataTypes/bool_true_to_boolean
=== RUN   TestDataTypes/string_1_to_boolean
=== RUN   TestDataTypes/string_t_to_boolean
=== RUN   TestDataTypes/string_T_to_boolean
=== RUN   TestDataTypes/string_TRUE_to_boolean
=== RUN   TestDataTypes/string_true_to_boolean
=== RUN   TestDataTypes/string_True_to_boolean
=== RUN   TestDataTypes/bool_false_to_boolean
=== RUN   TestDataTypes/string_0_to_boolean
=== RUN   TestDataTypes/string_f_to_boolean
=== RUN   TestDataTypes/string_F_to_boolean
=== RUN   TestDataTypes/string_FALSE_to_boolean
=== RUN   TestDataTypes/string_false_to_boolean
=== RUN   TestDataTypes/string_False_to_boolean
=== RUN   TestDataTypes/cannot___to_ip
=== RUN   TestDataTypes/cannot_string_x_to_ip
=== RUN   TestDataTypes/cannot_string_365.0.0.0_to_ip
=== RUN   TestDataTypes/string_0.0.0.0_to_ip
=== RUN   TestDataTypes/string_::1_to_ip
--- PASS: TestDataTypes (0.01s)
    --- PASS: TestDataTypes/cannot___to_string (0.00s)
    --- PASS: TestDataTypes/string_x_to_string (0.00s)
    --- PASS: TestDataTypes/int_1_to_string (0.00s)
    --- PASS: TestDataTypes/float64_1.1_to_string (0.00s)
    --- PASS: TestDataTypes/bool_true_to_string (0.00s)
    --- PASS: TestDataTypes/cannot___to_long (0.00s)
    --- PASS: TestDataTypes/cannot_string_x_to_long (0.00s)
    --- PASS: TestDataTypes/cannot_string_0x_to_long (0.00s)
    --- PASS: TestDataTypes/cannot_string_0b1_to_long (0.00s)
    --- PASS: TestDataTypes/cannot_string_1x2_to_long (0.00s)
    --- PASS: TestDataTypes/cannot_bool_true_to_long (0.00s)
    --- PASS: TestDataTypes/string_1_to_long (0.00s)
    --- PASS: TestDataTypes/string_-1_to_long (0.00s)
    --- PASS: TestDataTypes/string_017_to_long (0.00s)
    --- PASS: TestDataTypes/string_08_to_long (0.00s)
    --- PASS: TestDataTypes/string_0X0A_to_long (0.00s)
    --- PASS: TestDataTypes/string_-0x12_to_long (0.00s)
    --- PASS: TestDataTypes/int_1_to_long (0.00s)
    --- PASS: TestDataTypes/int8_1_to_long (0.00s)
    --- PASS: TestDataTypes/int16_1_to_long (0.00s)
    --- PASS: TestDataTypes/int32_1_to_long (0.00s)
    --- PASS: TestDataTypes/int64_1_to_long (0.00s)
    --- PASS: TestDataTypes/uint_1_to_long (0.00s)
    --- PASS: TestDataTypes/uint8_1_to_long (0.00s)
    --- PASS: TestDataTypes/uint16_1_to_long (0.00s)
    --- PASS: TestDataTypes/uint32_1_to_long (0.00s)
    --- PASS: TestDataTypes/uint64_1_to_long (0.00s)
    --- PASS: TestDataTypes/float32_1_to_long (0.00s)
    --- PASS: TestDataTypes/float64_1_to_long (0.00s)
    --- PASS: TestDataTypes/cannot___to_integer (0.00s)
    --- PASS: TestDataTypes/cannot_string_x_to_integer (0.00s)
    --- PASS: TestDataTypes/cannot_bool_true_to_integer (0.00s)
    --- PASS: TestDataTypes/cannot_string_x_to_integer#01 (0.00s)
    --- PASS: TestDataTypes/cannot_string_0x_to_integer (0.00s)
    --- PASS: TestDataTypes/cannot_string_0b1_to_integer (0.00s)
    --- PASS: TestDataTypes/cannot_string_1x2_to_integer (0.00s)
    --- PASS: TestDataTypes/cannot_bool_true_to_integer#01 (0.00s)
    --- PASS: TestDataTypes/string_1_to_integer (0.00s)
    --- PASS: TestDataTypes/string_-1_to_integer (0.00s)
    --- PASS: TestDataTypes/string_017_to_integer (0.00s)
    --- PASS: TestDataTypes/string_08_to_integer (0.00s)
    --- PASS: TestDataTypes/string_0X0A_to_integer (0.00s)
    --- PASS: TestDataTypes/string_-0x12_to_integer (0.00s)
    --- PASS: TestDataTypes/string_1_to_integer#01 (0.00s)
    --- PASS: TestDataTypes/int_1_to_integer (0.00s)
    --- PASS: TestDataTypes/int8_1_to_integer (0.00s)
    --- PASS: TestDataTypes/int16_1_to_integer (0.00s)
    --- PASS: TestDataTypes/int32_1_to_integer (0.00s)
    --- PASS: TestDataTypes/int64_1_to_integer (0.00s)
    --- PASS: TestDataTypes/uint_1_to_integer (0.00s)
    --- PASS: TestDataTypes/uint8_1_to_integer (0.00s)
    --- PASS: TestDataTypes/uint16_1_to_integer (0.00s)
    --- PASS: TestDataTypes/uint32_1_to_integer (0.00s)
    --- PASS: TestDataTypes/uint64_1_to_integer (0.00s)
    --- PASS: TestDataTypes/float32_1_to_integer (0.00s)
    --- PASS: TestDataTypes/float64_1_to_integer (0.00s)
    --- PASS: TestDataTypes/cannot___to_float (0.00s)
    --- PASS: TestDataTypes/cannot_string_x_to_float (0.00s)
    --- PASS: TestDataTypes/cannot_bool_true_to_float (0.00s)
    --- PASS: TestDataTypes/string_1_to_float (0.00s)
    --- PASS: TestDataTypes/string_1.1_to_float (0.00s)
    --- PASS: TestDataTypes/int_1_to_float (0.00s)
    --- PASS: TestDataTypes/int8_1_to_float (0.00s)
    --- PASS: TestDataTypes/int16_1_to_float (0.00s)
    --- PASS: TestDataTypes/int32_1_to_float (0.00s)
    --- PASS: TestDataTypes/int64_1_to_float (0.00s)
    --- PASS: TestDataTypes/uint_1_to_float (0.00s)
    --- PASS: TestDataTypes/uint8_1_to_float (0.00s)
    --- PASS: TestDataTypes/uint16_1_to_float (0.00s)
    --- PASS: TestDataTypes/uint32_1_to_float (0.00s)
    --- PASS: TestDataTypes/uint64_1_to_float (0.00s)
    --- PASS: TestDataTypes/float32_1_to_float (0.00s)
    --- PASS: TestDataTypes/float64_1_to_float (0.00s)
    --- PASS: TestDataTypes/cannot___to_double (0.00s)
    --- PASS: TestDataTypes/cannot_string_x_to_double (0.00s)
    --- PASS: TestDataTypes/cannot_bool_true_to_double (0.00s)
    --- PASS: TestDataTypes/string_1_to_double (0.00s)
    --- PASS: TestDataTypes/string_1.1_to_double (0.00s)
    --- PASS: TestDataTypes/int_1_to_double (0.00s)
    --- PASS: TestDataTypes/int8_1_to_double (0.00s)
    --- PASS: TestDataTypes/int16_1_to_double (0.00s)
    --- PASS: TestDataTypes/int32_1_to_double (0.00s)
    --- PASS: TestDataTypes/int64_1_to_double (0.00s)
    --- PASS: TestDataTypes/uint_1_to_double (0.00s)
    --- PASS: TestDataTypes/uint8_1_to_double (0.00s)
    --- PASS: TestDataTypes/uint16_1_to_double (0.00s)
    --- PASS: TestDataTypes/uint32_1_to_double (0.00s)
    --- PASS: TestDataTypes/uint64_1_to_double (0.00s)
    --- PASS: TestDataTypes/float32_1_to_double (0.00s)
    --- PASS: TestDataTypes/float64_1_to_double (0.00s)
    --- PASS: TestDataTypes/cannot___to_boolean (0.00s)
    --- PASS: TestDataTypes/cannot_string_x_to_boolean (0.00s)
    --- PASS: TestDataTypes/cannot_int_1_to_boolean (0.00s)
    --- PASS: TestDataTypes/cannot_int_0_to_boolean (0.00s)
    --- PASS: TestDataTypes/cannot_string_TrUe_to_boolean (0.00s)
    --- PASS: TestDataTypes/bool_true_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_1_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_t_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_T_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_TRUE_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_true_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_True_to_boolean (0.00s)
    --- PASS: TestDataTypes/bool_false_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_0_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_f_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_F_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_FALSE_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_false_to_boolean (0.00s)
    --- PASS: TestDataTypes/string_False_to_boolean (0.00s)
    --- PASS: TestDataTypes/cannot___to_ip (0.00s)
    --- PASS: TestDataTypes/cannot_string_x_to_ip (0.00s)
    --- PASS: TestDataTypes/cannot_string_365.0.0.0_to_ip (0.00s)
    --- PASS: TestDataTypes/string_0.0.0.0_to_ip (0.00s)
    --- PASS: TestDataTypes/string_::1_to_ip (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/convert	0.026s
=== RUN   TestDecodeCSVField
=== RUN   TestDecodeCSVField/self_target
=== RUN   TestDecodeCSVField/tab_separator
=== RUN   TestDecodeCSVField/unicode_separator
=== RUN   TestDecodeCSVField/bad_type
    decode_csv_fields_test.go:336: got expected error field message is not of string type
=== RUN   TestDecodeCSVField/multiple_fields
=== RUN   TestDecodeCSVField/non_existing_field
    decode_csv_fields_test.go:336: got expected error could not fetch value for field field: key not found
=== RUN   TestDecodeCSVField/ignore_missing
=== RUN   TestDecodeCSVField/custom_separator
=== RUN   TestDecodeCSVField/alternative_target
=== RUN   TestDecodeCSVField/overwrite_keys_failure
    decode_csv_fields_test.go:336: got expected error target field existing_field already has a value. Set the overwrite_keys flag or drop/rename the field first
=== RUN   TestDecodeCSVField/ignore_errors
=== RUN   TestDecodeCSVField/overwrite_keys
=== RUN   TestDecodeCSVField/trim_leading_space
=== RUN   TestDecodeCSVField/multiple_fields_failure
    decode_csv_fields_test.go:336: got expected error failed setting field a.csv: expected map but type is string
=== RUN   TestDecodeCSVField/restore_on_errors
    decode_csv_fields_test.go:336: got expected error failed setting field a.b: expected map but type is string
=== RUN   TestDecodeCSVField/supports_metadata_as_a_target
--- PASS: TestDecodeCSVField (0.00s)
    --- PASS: TestDecodeCSVField/self_target (0.00s)
    --- PASS: TestDecodeCSVField/tab_separator (0.00s)
    --- PASS: TestDecodeCSVField/unicode_separator (0.00s)
    --- PASS: TestDecodeCSVField/bad_type (0.00s)
    --- PASS: TestDecodeCSVField/multiple_fields (0.00s)
    --- PASS: TestDecodeCSVField/non_existing_field (0.00s)
    --- PASS: TestDecodeCSVField/ignore_missing (0.00s)
    --- PASS: TestDecodeCSVField/custom_separator (0.00s)
    --- PASS: TestDecodeCSVField/alternative_target (0.00s)
    --- PASS: TestDecodeCSVField/overwrite_keys_failure (0.00s)
    --- PASS: TestDecodeCSVField/ignore_errors (0.00s)
    --- PASS: TestDecodeCSVField/overwrite_keys (0.00s)
    --- PASS: TestDecodeCSVField/trim_leading_space (0.00s)
    --- PASS: TestDecodeCSVField/multiple_fields_failure (0.00s)
    --- PASS: TestDecodeCSVField/restore_on_errors (0.00s)
    --- PASS: TestDecodeCSVField/supports_metadata_as_a_target (0.00s)
=== RUN   TestDecodeCSVField_String
--- PASS: TestDecodeCSVField_String (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/decode_csv_fields	0.018s
=== RUN   TestDecodeDuration
=== RUN   TestDecodeDuration/1.001s_format_as_
=== RUN   TestDecodeDuration/1.001s_format_as_milliseconds
=== RUN   TestDecodeDuration/1.001s_format_as_seconds
=== RUN   TestDecodeDuration/3s_format_as_minutes
=== RUN   TestDecodeDuration/3m0s_format_as_hours
--- PASS: TestDecodeDuration (0.00s)
    --- PASS: TestDecodeDuration/1.001s_format_as_ (0.00s)
    --- PASS: TestDecodeDuration/1.001s_format_as_milliseconds (0.00s)
    --- PASS: TestDecodeDuration/1.001s_format_as_seconds (0.00s)
    --- PASS: TestDecodeDuration/3s_format_as_minutes (0.00s)
    --- PASS: TestDecodeDuration/3m0s_format_as_hours (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/decode_duration	0.018s
=== RUN   TestDecodeXML
=== RUN   TestDecodeXML/Simple_xml_decode_with_target_field_set
=== PAUSE TestDecodeXML/Simple_xml_decode_with_target_field_set
=== RUN   TestDecodeXML/Test_with_target_set_to_root
=== PAUSE TestDecodeXML/Test_with_target_set_to_root
=== RUN   TestDecodeXML/Simple_xml_decode_with_xml_string_to_same_field_name_when_Target_is_null
=== PAUSE TestDecodeXML/Simple_xml_decode_with_xml_string_to_same_field_name_when_Target_is_null
=== RUN   TestDecodeXML/Decoding_with_array_input
=== PAUSE TestDecodeXML/Decoding_with_array_input
=== RUN   TestDecodeXML/Decoding_with_an_array_and_mixed-case_keys
=== PAUSE TestDecodeXML/Decoding_with_an_array_and_mixed-case_keys
=== RUN   TestDecodeXML/Decoding_with_multiple_xml_objects
=== PAUSE TestDecodeXML/Decoding_with_multiple_xml_objects
=== RUN   TestDecodeXML/Decoding_with_utf-16_proc_inst_utf-8_encoding
=== PAUSE TestDecodeXML/Decoding_with_utf-16_proc_inst_utf-8_encoding
=== RUN   TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_false
=== PAUSE TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_false
=== RUN   TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_true
=== PAUSE TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_true
=== RUN   TestDecodeXML/Test_when_the_XML_field_is_empty,_IgnoreMissing_false
=== PAUSE TestDecodeXML/Test_when_the_XML_field_is_empty,_IgnoreMissing_false
=== RUN   TestDecodeXML/Test_when_the_XML_field_is_empty_IgnoreMissing_true
=== PAUSE TestDecodeXML/Test_when_the_XML_field_is_empty_IgnoreMissing_true
=== RUN   TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_false
=== PAUSE TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_false
=== RUN   TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_true
=== PAUSE TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_true
=== RUN   TestDecodeXML/supports_metadata_as_a_target
=== PAUSE TestDecodeXML/supports_metadata_as_a_target
=== CONT  TestDecodeXML/Simple_xml_decode_with_target_field_set
=== CONT  TestDecodeXML/Test_when_the_XML_field_is_empty_IgnoreMissing_true
=== CONT  TestDecodeXML/Test_when_the_XML_field_is_empty,_IgnoreMissing_false
=== CONT  TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_true
=== CONT  TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_true
=== CONT  TestDecodeXML/Decoding_with_an_array_and_mixed-case_keys
=== CONT  TestDecodeXML/Decoding_with_array_input
=== CONT  TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_false
=== CONT  TestDecodeXML/Simple_xml_decode_with_xml_string_to_same_field_name_when_Target_is_null
=== CONT  TestDecodeXML/Test_with_target_set_to_root
=== CONT  TestDecodeXML/supports_metadata_as_a_target
=== CONT  TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_false
=== CONT  TestDecodeXML/Decoding_with_multiple_xml_objects
=== CONT  TestDecodeXML/Decoding_with_utf-16_proc_inst_utf-8_encoding
--- PASS: TestDecodeXML (0.00s)
    --- PASS: TestDecodeXML/Simple_xml_decode_with_target_field_set (0.00s)
    --- PASS: TestDecodeXML/Test_when_the_XML_field_is_empty_IgnoreMissing_true (0.00s)
    --- PASS: TestDecodeXML/Test_when_the_XML_field_is_empty,_IgnoreMissing_false (0.00s)
    --- PASS: TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_true (0.00s)
    --- PASS: TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_true (0.00s)
    --- PASS: TestDecodeXML/Test_when_the_XML_field_not_a_string,_IgnoreFailure_false (0.00s)
    --- PASS: TestDecodeXML/Decoding_with_array_input (0.00s)
    --- PASS: TestDecodeXML/Decoding_with_an_array_and_mixed-case_keys (0.00s)
    --- PASS: TestDecodeXML/Test_with_target_set_to_root (0.00s)
    --- PASS: TestDecodeXML/Simple_xml_decode_with_xml_string_to_same_field_name_when_Target_is_null (0.00s)
    --- PASS: TestDecodeXML/Decoding_with_broken_XML_format,_with_IgnoreFailure_false (0.00s)
    --- PASS: TestDecodeXML/supports_metadata_as_a_target (0.00s)
    --- PASS: TestDecodeXML/Decoding_with_multiple_xml_objects (0.00s)
    --- PASS: TestDecodeXML/Decoding_with_utf-16_proc_inst_utf-8_encoding (0.00s)
=== RUN   TestXMLToDocumentID
--- PASS: TestXMLToDocumentID (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/decode_xml	0.021s
=== RUN   TestProcessor
=== RUN   TestProcessor/Decodes_properly_with_default_config
=== PAUSE TestProcessor/Decodes_properly_with_default_config
=== RUN   TestProcessor/Decodes_without_ECS
=== PAUSE TestProcessor/Decodes_without_ECS
=== RUN   TestProcessor/supports_metadata_as_a_target
=== PAUSE TestProcessor/supports_metadata_as_a_target
=== CONT  TestProcessor/Decodes_properly_with_default_config
=== CONT  TestProcessor/supports_metadata_as_a_target
=== CONT  TestProcessor/Decodes_without_ECS
--- PASS: TestProcessor (0.00s)
    --- PASS: TestProcessor/Decodes_properly_with_default_config (0.00s)
    --- PASS: TestProcessor/supports_metadata_as_a_target (0.00s)
    --- PASS: TestProcessor/Decodes_without_ECS (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/decode_xml_wineventlog	0.020s
=== RUN   TestConfig
=== RUN   TestConfig/valid
=== RUN   TestConfig/invalid
=== RUN   TestConfig/with_tokenizer_missing
=== RUN   TestConfig/with_empty_tokenizer
=== RUN   TestConfig/tokenizer_with_no_field_defined
=== RUN   TestConfig/with_wrong_trim_mode
=== RUN   TestConfig/with_valid_trim_mode
--- PASS: TestConfig (0.00s)
    --- PASS: TestConfig/valid (0.00s)
    --- PASS: TestConfig/invalid (0.00s)
    --- PASS: TestConfig/with_tokenizer_missing (0.00s)
    --- PASS: TestConfig/with_empty_tokenizer (0.00s)
    --- PASS: TestConfig/tokenizer_with_no_field_defined (0.00s)
    --- PASS: TestConfig/with_wrong_trim_mode (0.00s)
    --- PASS: TestConfig/with_valid_trim_mode (0.00s)
=== RUN   TestConfigForDataType
=== RUN   TestConfigForDataType/valid_data_type
=== RUN   TestConfigForDataType/invalid_data_type
=== RUN   TestConfigForDataType/missing_data_type
--- PASS: TestConfigForDataType (0.00s)
    --- PASS: TestConfigForDataType/valid_data_type (0.00s)
    --- PASS: TestConfigForDataType/invalid_data_type (0.00s)
    --- PASS: TestConfigForDataType/missing_data_type (0.00s)
=== RUN   TestMultiByte
--- PASS: TestMultiByte (0.00s)
=== RUN   TestSingleByte
--- PASS: TestSingleByte (0.00s)
=== RUN   TestNoToken
--- PASS: TestNoToken (0.00s)
=== RUN   TestDissectConversion
=== RUN   TestDissectConversion/Convert_1_value
=== RUN   TestDissectConversion/Convert_multiple_values_values
=== RUN   TestDissectConversion/Convert_1_indirect_field_value
=== RUN   TestDissectConversion/Greedy_padding_skip_test_->
--- PASS: TestDissectConversion (0.01s)
    --- PASS: TestDissectConversion/Convert_1_value (0.00s)
    --- PASS: TestDissectConversion/Convert_multiple_values_values (0.00s)
    --- PASS: TestDissectConversion/Convert_1_indirect_field_value (0.00s)
    --- PASS: TestDissectConversion/Greedy_padding_skip_test_-> (0.00s)
=== RUN   TestEmptyString
--- PASS: TestEmptyString (0.00s)
=== RUN   TestDissect
=== RUN   TestDissect/When_all_the_defined_fields_are_captured_by_we_have_remaining_data
=== RUN   TestDissect/Complex_stack_trace
=== RUN   TestDissect/fails_when_delimiter_is_not_found_at_the_beginning_of_the_string
=== RUN   TestDissect/fails_when_delimiter_is_not_found_after_the_key
=== RUN   TestDissect/simple_dissect
=== RUN   TestDissect/dissect_two_replacement
=== RUN   TestDissect/one_level_dissect_not_end_of_string
=== RUN   TestDissect/one_level_dissect
=== RUN   TestDissect/multiple_keys_dissect_end_of_string
=== RUN   TestDissect/multiple_keys_not_end_of_string
=== RUN   TestDissect/simple_ordered
=== RUN   TestDissect/simple_append
=== RUN   TestDissect/indirect_field
=== RUN   TestDissect/skip_field
=== RUN   TestDissect/named_skiped_field_with_indirect
=== RUN   TestDissect/pointer_field_with_indirect
=== RUN   TestDissect/missing_fields
=== RUN   TestDissect/ignore_right_padding
=== RUN   TestDissect/padding_on_the_last_key_need_a_delimiter
=== RUN   TestDissect/ignore_left_padding
=== RUN   TestDissect/when_the_delimiters_contains_`{`_and_`}`
=== RUN   TestDissect/simple_fixed_length
=== RUN   TestDissect/simple_ordered_and_fixed_length_field
=== RUN   TestDissect/simple_padding_and_fixed_length_field
=== RUN   TestDissect/mixed_pointer_and_indirect_and_fixed_length
=== RUN   TestDissect/fails_when_there_is_remaining_string_after_the_fixed-length_key
=== RUN   TestDissect/fails_when_there_is_no_enough_string_for_the_fixed-length_key
--- PASS: TestDissect (0.00s)
    --- PASS: TestDissect/When_all_the_defined_fields_are_captured_by_we_have_remaining_data (0.00s)
    --- PASS: TestDissect/Complex_stack_trace (0.00s)
    --- PASS: TestDissect/fails_when_delimiter_is_not_found_at_the_beginning_of_the_string (0.00s)
    --- PASS: TestDissect/fails_when_delimiter_is_not_found_after_the_key (0.00s)
    --- PASS: TestDissect/simple_dissect (0.00s)
    --- PASS: TestDissect/dissect_two_replacement (0.00s)
    --- PASS: TestDissect/one_level_dissect_not_end_of_string (0.00s)
    --- PASS: TestDissect/one_level_dissect (0.00s)
    --- PASS: TestDissect/multiple_keys_dissect_end_of_string (0.00s)
    --- PASS: TestDissect/multiple_keys_not_end_of_string (0.00s)
    --- PASS: TestDissect/simple_ordered (0.00s)
    --- PASS: TestDissect/simple_append (0.00s)
    --- PASS: TestDissect/indirect_field (0.00s)
    --- PASS: TestDissect/skip_field (0.00s)
    --- PASS: TestDissect/named_skiped_field_with_indirect (0.00s)
    --- PASS: TestDissect/pointer_field_with_indirect (0.00s)
    --- PASS: TestDissect/missing_fields (0.00s)
    --- PASS: TestDissect/ignore_right_padding (0.00s)
    --- PASS: TestDissect/padding_on_the_last_key_need_a_delimiter (0.00s)
    --- PASS: TestDissect/ignore_left_padding (0.00s)
    --- PASS: TestDissect/when_the_delimiters_contains_`{`_and_`}` (0.00s)
    --- PASS: TestDissect/simple_fixed_length (0.00s)
    --- PASS: TestDissect/simple_ordered_and_fixed_length_field (0.00s)
    --- PASS: TestDissect/simple_padding_and_fixed_length_field (0.00s)
    --- PASS: TestDissect/mixed_pointer_and_indirect_and_fixed_length (0.00s)
    --- PASS: TestDissect/fails_when_there_is_remaining_string_after_the_fixed-length_key (0.00s)
    --- PASS: TestDissect/fails_when_there_is_no_enough_string_for_the_fixed-length_key (0.00s)
=== RUN   TestProcessor
=== RUN   TestProcessor/default_field/default_target
=== RUN   TestProcessor/default_field/target_root
=== RUN   TestProcessor/specific_field/target_root
=== RUN   TestProcessor/specific_field/specific_target
=== RUN   TestProcessor/extract_to_already_existing_namespace_not_conflicting
=== RUN   TestProcessor/trimming_trailing_spaces
=== RUN   TestProcessor/not_trimming_by_default
=== RUN   TestProcessor/trim_leading_space
=== RUN   TestProcessor/trim_all_space
=== RUN   TestProcessor/supports_metadata_as_a_target
--- PASS: TestProcessor (0.00s)
    --- PASS: TestProcessor/default_field/default_target (0.00s)
    --- PASS: TestProcessor/default_field/target_root (0.00s)
    --- PASS: TestProcessor/specific_field/target_root (0.00s)
    --- PASS: TestProcessor/specific_field/specific_target (0.00s)
    --- PASS: TestProcessor/extract_to_already_existing_namespace_not_conflicting (0.00s)
    --- PASS: TestProcessor/trimming_trailing_spaces (0.00s)
    --- PASS: TestProcessor/not_trimming_by_default (0.00s)
    --- PASS: TestProcessor/trim_leading_space (0.00s)
    --- PASS: TestProcessor/trim_all_space (0.00s)
    --- PASS: TestProcessor/supports_metadata_as_a_target (0.00s)
=== RUN   TestFieldDoesntExist
--- PASS: TestFieldDoesntExist (0.00s)
=== RUN   TestFieldAlreadyExist
=== RUN   TestFieldAlreadyExist/no_prefix
=== RUN   TestFieldAlreadyExist/with_prefix
=== RUN   TestFieldAlreadyExist/with_conflicting_key_in_prefix
--- PASS: TestFieldAlreadyExist (0.00s)
    --- PASS: TestFieldAlreadyExist/no_prefix (0.00s)
    --- PASS: TestFieldAlreadyExist/with_prefix (0.00s)
    --- PASS: TestFieldAlreadyExist/with_conflicting_key_in_prefix (0.00s)
=== RUN   TestErrorFlagging
=== RUN   TestErrorFlagging/when_the_parsing_fails_add_a_flag
=== RUN   TestErrorFlagging/when_the_parsing_is_succesful_do_not_add_a_flag
--- PASS: TestErrorFlagging (0.00s)
    --- PASS: TestErrorFlagging/when_the_parsing_fails_add_a_flag (0.00s)
    --- PASS: TestErrorFlagging/when_the_parsing_is_succesful_do_not_add_a_flag (0.00s)
=== RUN   TestIgnoreFailure
=== RUN   TestIgnoreFailure/default_is_to_fail
=== RUN   TestIgnoreFailure/ignore_failure_is_a_noop_on_success
=== RUN   TestIgnoreFailure/ignore_failure_hides_the_error_but_maintains_flags
--- PASS: TestIgnoreFailure (0.00s)
    --- PASS: TestIgnoreFailure/default_is_to_fail (0.00s)
    --- PASS: TestIgnoreFailure/ignore_failure_is_a_noop_on_success (0.00s)
    --- PASS: TestIgnoreFailure/ignore_failure_hides_the_error_but_maintains_flags (0.00s)
=== RUN   TestOverwriteKeys
=== RUN   TestOverwriteKeys/fail_by_default_if_key_exists
=== RUN   TestOverwriteKeys/fail_if_key_exists_and_overwrite_disabled
=== RUN   TestOverwriteKeys/overwrite_existing_keys
--- PASS: TestOverwriteKeys (0.00s)
    --- PASS: TestOverwriteKeys/fail_by_default_if_key_exists (0.00s)
    --- PASS: TestOverwriteKeys/fail_if_key_exists_and_overwrite_disabled (0.00s)
    --- PASS: TestOverwriteKeys/overwrite_existing_keys (0.00s)
=== RUN   TestProcessorConvert
=== RUN   TestProcessorConvert/extract_integer
--- PASS: TestProcessorConvert (0.00s)
    --- PASS: TestProcessorConvert/extract_integer (0.00s)
=== RUN   TestTrimmer
=== RUN   TestTrimmer/single_space_right
=== RUN   TestTrimmer/noop_right
=== RUN   TestTrimmer/single_space_left
=== RUN   TestTrimmer/noop_left
=== RUN   TestTrimmer/trim_both
=== RUN   TestTrimmer/non-space
=== RUN   TestTrimmer/multiple_chars
=== RUN   TestTrimmer/empty_string
=== RUN   TestTrimmer/trim_all
=== RUN   TestTrimmer/trim_UTF-8
=== RUN   TestTrimmer/trim_ASCII_cutset_in_UTF-8_input
=== RUN   TestTrimmer/trim_ASCII_TILDE
=== RUN   TestTrimmer/trim_ASCII_DELETE
=== RUN   TestTrimmer/trim_UTF-8_CONTROL
=== RUN   TestTrimmer/trim_ASCII_DELETE_cutset_in_UTF-8_input
=== RUN   TestTrimmer/trim_UTF-8_CONTROL_cutset_in_UTF-8_input
--- PASS: TestTrimmer (0.00s)
    --- PASS: TestTrimmer/single_space_right (0.00s)
    --- PASS: TestTrimmer/noop_right (0.00s)
    --- PASS: TestTrimmer/single_space_left (0.00s)
    --- PASS: TestTrimmer/noop_left (0.00s)
    --- PASS: TestTrimmer/trim_both (0.00s)
    --- PASS: TestTrimmer/non-space (0.00s)
    --- PASS: TestTrimmer/multiple_chars (0.00s)
    --- PASS: TestTrimmer/empty_string (0.00s)
    --- PASS: TestTrimmer/trim_all (0.00s)
    --- PASS: TestTrimmer/trim_UTF-8 (0.00s)
    --- PASS: TestTrimmer/trim_ASCII_cutset_in_UTF-8_input (0.00s)
    --- PASS: TestTrimmer/trim_ASCII_TILDE (0.00s)
    --- PASS: TestTrimmer/trim_ASCII_DELETE (0.00s)
    --- PASS: TestTrimmer/trim_UTF-8_CONTROL (0.00s)
    --- PASS: TestTrimmer/trim_ASCII_DELETE_cutset_in_UTF-8_input (0.00s)
    --- PASS: TestTrimmer/trim_UTF-8_CONTROL_cutset_in_UTF-8_input (0.00s)
=== RUN   TestValidate
--- PASS: TestValidate (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/dissect	0.042s
=== RUN   TestCache
--- PASS: TestCache (0.00s)
=== RUN   TestDNSProcessorRun
    dns_test.go:43: dns=[timeout=500ms, nameservers=[], action=append, type=, fields=[map[source.ip:source.domain]]
=== RUN   TestDNSProcessorRun/default
=== RUN   TestDNSProcessorRun/append
=== RUN   TestDNSProcessorRun/replace
=== RUN   TestDNSProcessorRun/metadata_target
--- PASS: TestDNSProcessorRun (0.00s)
    --- PASS: TestDNSProcessorRun/default (0.00s)
    --- PASS: TestDNSProcessorRun/append (0.00s)
    --- PASS: TestDNSProcessorRun/replace (0.00s)
    --- PASS: TestDNSProcessorRun/metadata_target (0.00s)
=== RUN   TestDNSProcessorTagOnFailure
    dns_test.go:138: dns=[timeout=500ms, nameservers=[], action=append, type=, fields=[map[destination.ip:destination.domain source.ip:source.domain]]
--- PASS: TestDNSProcessorTagOnFailure (0.00s)
=== RUN   TestDNSProcessorRunInParallel
--- PASS: TestDNSProcessorRunInParallel (0.02s)
=== RUN   TestMiekgResolverLookupPTR
    resolver_test.go:67: processor.dns.127_0_0_1.success: 2
    resolver_test.go:67: processor.dns.127_0_0_1.failure: 0
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.count: 2
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.min: 110209
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.max: 169873
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.mean: 140041
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.stddev: 29832
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.median: 140041
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.p75: 169873
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.p95: 169873
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.p99: 169873
    resolver_test.go:67: processor.dns.127_0_0_1.response.ptr.histogram.p999: 169873
--- PASS: TestMiekgResolverLookupPTR (0.00s)
=== RUN   TestMiekgResolverLookupPTRTLS
    resolver_test.go:119: processor.dns.127_0_0_1.failure: 0
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.count: 2
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.min: 123382
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.max: 199735
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.mean: 161558.5
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.stddev: 38176.5
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.median: 161558.5
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.p75: 199735
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.p95: 199735
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.p99: 199735
    resolver_test.go:119: processor.dns.127_0_0_1.response.ptr.histogram.p999: 199735
    resolver_test.go:119: processor.dns.127_0_0_1.success: 2
--- PASS: TestMiekgResolverLookupPTRTLS (0.05s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/dns	0.129s
=== RUN   TestExtractArrayProcessor_String
--- PASS: TestExtractArrayProcessor_String (0.00s)
=== RUN   TestExtractArrayProcessor_Run
=== RUN   TestExtractArrayProcessor_Run/modified_elements
    extract_array_test.go:268: &{0001-01-01 00:00:00 +0000 UTC {} {"array":["zero",1,{"two":2}],"dest":{"one":1,"two":{"two":3}}}  false}
=== RUN   TestExtractArrayProcessor_Run/modified_array
    extract_array_test.go:268: &{0001-01-01 00:00:00 +0000 UTC {} {"array":["zero",1,["a","b"]],"dest":{"one":1,"two":["a","c"]}}  false}
=== RUN   TestExtractArrayProcessor_Run/out_of_range_mapping
    extract_array_test.go:262: got expected error index 999 exceeds length of 1 when processing mapping for field destination.ip
=== RUN   TestExtractArrayProcessor_Run/ignore_errors
    extract_array_test.go:268: &{0001-01-01 00:00:00 +0000 UTC {} {"a":3.14,"array":[3.14,9000],"b":true}  false}
=== RUN   TestExtractArrayProcessor_Run/multicopy
    extract_array_test.go:268: &{0001-01-01 00:00:00 +0000 UTC {} {"a":42,"array":[0,42],"b":42,"c":42}  false}
=== RUN   TestExtractArrayProcessor_Run/omit_empty
    extract_array_test.go:268: &{0001-01-01 00:00:00 +0000 UTC {} {"a":0,"array":[0,"",null,{},0],"e":0}  false}
=== RUN   TestExtractArrayProcessor_Run/nil_values
    extract_array_test.go:268: &{0001-01-01 00:00:00 +0000 UTC {} {"a":null,"array":[null,"",null,null,null],"b":"","c":[],"d":null,"e":null}  false}
=== RUN   TestExtractArrayProcessor_Run/sample
    extract_array_test.go:268: &{0001-01-01 00:00:00 +0000 UTC {} {"array":["zero",1,{"two":2}],"dest":{"one":1,"two":{"two":2}}}  false}
=== RUN   TestExtractArrayProcessor_Run/supports_metadata_as_a_target
--- PASS: TestExtractArrayProcessor_Run (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/modified_elements (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/modified_array (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/out_of_range_mapping (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/ignore_errors (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/multicopy (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/omit_empty (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/nil_values (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/sample (0.00s)
    --- PASS: TestExtractArrayProcessor_Run/supports_metadata_as_a_target (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/extract_array	0.034s
=== RUN   TestWithConfig
=== RUN   TestWithConfig/hello_world
=== RUN   TestWithConfig/with_string_escaping
=== RUN   TestWithConfig/with_@timestamp
=== RUN   TestWithConfig/supports_metadata_as_a_target
--- PASS: TestWithConfig (0.00s)
    --- PASS: TestWithConfig/hello_world (0.00s)
    --- PASS: TestWithConfig/with_string_escaping (0.00s)
    --- PASS: TestWithConfig/with_@timestamp (0.00s)
    --- PASS: TestWithConfig/supports_metadata_as_a_target (0.00s)
=== RUN   TestHashMethods
=== RUN   TestHashMethods/sha384
=== RUN   TestHashMethods/sha512
=== RUN   TestHashMethods/xxhash
=== RUN   TestHashMethods/md5
=== RUN   TestHashMethods/sha1
=== RUN   TestHashMethods/sha256
--- PASS: TestHashMethods (0.00s)
    --- PASS: TestHashMethods/sha384 (0.00s)
    --- PASS: TestHashMethods/sha512 (0.00s)
    --- PASS: TestHashMethods/xxhash (0.00s)
    --- PASS: TestHashMethods/md5 (0.00s)
    --- PASS: TestHashMethods/sha1 (0.00s)
    --- PASS: TestHashMethods/sha256 (0.00s)
=== RUN   TestSourceFields
=== RUN   TestSourceFields/order_1
=== RUN   TestSourceFields/order_2
=== RUN   TestSourceFields/duplicates_ignored
--- PASS: TestSourceFields (0.00s)
    --- PASS: TestSourceFields/order_1 (0.00s)
    --- PASS: TestSourceFields/order_2 (0.00s)
    --- PASS: TestSourceFields/duplicates_ignored (0.00s)
=== RUN   TestEncoding
=== RUN   TestEncoding/hex
=== RUN   TestEncoding/base32
=== RUN   TestEncoding/base64
--- PASS: TestEncoding (0.00s)
    --- PASS: TestEncoding/hex (0.00s)
    --- PASS: TestEncoding/base32 (0.00s)
    --- PASS: TestEncoding/base64 (0.00s)
=== RUN   TestConsistentHashingTimeFields
=== RUN   TestConsistentHashingTimeFields/UTC
=== RUN   TestConsistentHashingTimeFields/PST
=== RUN   TestConsistentHashingTimeFields/IST
--- PASS: TestConsistentHashingTimeFields (0.01s)
    --- PASS: TestConsistentHashingTimeFields/UTC (0.00s)
    --- PASS: TestConsistentHashingTimeFields/PST (0.01s)
    --- PASS: TestConsistentHashingTimeFields/IST (0.00s)
=== RUN   TestTargetField
=== RUN   TestTargetField/root
=== RUN   TestTargetField/nested
--- PASS: TestTargetField (0.00s)
    --- PASS: TestTargetField/root (0.00s)
    --- PASS: TestTargetField/nested (0.00s)
=== RUN   TestSourceFieldErrors
=== RUN   TestSourceFieldErrors/missing
=== RUN   TestSourceFieldErrors/non-scalar
--- PASS: TestSourceFieldErrors (0.00s)
    --- PASS: TestSourceFieldErrors/missing (0.00s)
    --- PASS: TestSourceFieldErrors/non-scalar (0.00s)
=== RUN   TestInvalidConfig
=== RUN   TestInvalidConfig/invalid_encoding
=== RUN   TestInvalidConfig/no_fields
=== RUN   TestInvalidConfig/invalid_fingerprinting_method
--- PASS: TestInvalidConfig (0.00s)
    --- PASS: TestInvalidConfig/invalid_encoding (0.00s)
    --- PASS: TestInvalidConfig/no_fields (0.00s)
    --- PASS: TestInvalidConfig/invalid_fingerprinting_method (0.00s)
=== RUN   TestIgnoreMissing
=== RUN   TestIgnoreMissing/true
=== RUN   TestIgnoreMissing/false
--- PASS: TestIgnoreMissing (0.00s)
    --- PASS: TestIgnoreMissing/true (0.00s)
    --- PASS: TestIgnoreMissing/false (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/fingerprint	0.043s
=== RUN   TestMoveFields
=== RUN   TestMoveFields/move_fields_to_app.rpc_exclude_'method'
=== RUN   TestMoveFields/move_'version'_to_app.rpc
=== RUN   TestMoveFields/move_fields_from_app_object_to_rpc_object
=== RUN   TestMoveFields/add_prefix_to_fields_in_app_object
=== RUN   TestMoveFields/add_prefix_to_fields_in_event_root
=== RUN   TestMoveFields/move_field_"other"_into_app.b_object
--- PASS: TestMoveFields (0.00s)
    --- PASS: TestMoveFields/move_fields_to_app.rpc_exclude_'method' (0.00s)
    --- PASS: TestMoveFields/move_'version'_to_app.rpc (0.00s)
    --- PASS: TestMoveFields/move_fields_from_app_object_to_rpc_object (0.00s)
    --- PASS: TestMoveFields/add_prefix_to_fields_in_app_object (0.00s)
    --- PASS: TestMoveFields/add_prefix_to_fields_in_event_root (0.00s)
    --- PASS: TestMoveFields/move_field_"other"_into_app.b_object (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/move_fields	0.014s
=== RUN   TestNew
=== RUN   TestNew/default
=== RUN   TestNew/unknown_algo
--- PASS: TestNew (0.00s)
    --- PASS: TestNew/default (0.00s)
    --- PASS: TestNew/unknown_algo (0.00s)
=== RUN   TestRateLimit
=== RUN   TestRateLimit/rate_0
=== RUN   TestRateLimit/rate_1_per_min
=== RUN   TestRateLimit/rate_2_per_min
=== RUN   TestRateLimit/rate_6_per_min
=== RUN   TestRateLimit/rate_2_per_sec
=== RUN   TestRateLimit/with_fields
=== RUN   TestRateLimit/with_burst
--- PASS: TestRateLimit (0.00s)
    --- PASS: TestRateLimit/rate_0 (0.00s)
    --- PASS: TestRateLimit/rate_1_per_min (0.00s)
    --- PASS: TestRateLimit/rate_2_per_min (0.00s)
    --- PASS: TestRateLimit/rate_6_per_min (0.00s)
    --- PASS: TestRateLimit/rate_2_per_sec (0.00s)
    --- PASS: TestRateLimit/with_fields (0.00s)
    --- PASS: TestRateLimit/with_burst (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/ratelimit	0.017s
=== RUN   TestProcessorRun
    registered_domain_test.go:69: Received expected error on domain [com]: failed to determine the registered domain: publicsuffix: cannot derive eTLD+1 for domain "com"
    registered_domain_test.go:69: Received expected error on domain [.]: failed to determine the registered domain: publicsuffix: empty label in domain "."
    registered_domain_test.go:69: Received expected error on domain []: failed to determine the registered domain: publicsuffix: cannot derive eTLD+1 for domain ""
    registered_domain_test.go:69: Received expected error on domain [localhost]: failed to determine the registered domain: publicsuffix: cannot derive eTLD+1 for domain "localhost"
=== RUN   TestProcessorRun/support_metadata_as_a_target
--- PASS: TestProcessorRun (0.00s)
    --- PASS: TestProcessorRun/support_metadata_as_a_target (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/registered_domain	0.019s
=== RUN   TestBeatEventV0
=== RUN   TestBeatEventV0/Put
=== RUN   TestBeatEventV0/Object_Put_Key
=== RUN   TestBeatEventV0/Get
=== RUN   TestBeatEventV0/Get_Object
=== RUN   TestBeatEventV0/Get_Undefined_Key
=== RUN   TestBeatEventV0/fields_get_key
=== RUN   TestBeatEventV0/Delete
=== RUN   TestBeatEventV0/Rename
=== RUN   TestBeatEventV0/Get_@metadata
=== RUN   TestBeatEventV0/Put_@metadata
=== RUN   TestBeatEventV0/Delete_@metadata
=== RUN   TestBeatEventV0/Cancel
=== RUN   TestBeatEventV0/Tag
=== RUN   TestBeatEventV0/AppendTo
--- PASS: TestBeatEventV0 (0.01s)
    --- PASS: TestBeatEventV0/Put (0.00s)
    --- PASS: TestBeatEventV0/Object_Put_Key (0.00s)
    --- PASS: TestBeatEventV0/Get (0.00s)
    --- PASS: TestBeatEventV0/Get_Object (0.00s)
    --- PASS: TestBeatEventV0/Get_Undefined_Key (0.00s)
    --- PASS: TestBeatEventV0/fields_get_key (0.00s)
    --- PASS: TestBeatEventV0/Delete (0.00s)
    --- PASS: TestBeatEventV0/Rename (0.00s)
    --- PASS: TestBeatEventV0/Get_@metadata (0.00s)
    --- PASS: TestBeatEventV0/Put_@metadata (0.00s)
    --- PASS: TestBeatEventV0/Delete_@metadata (0.00s)
    --- PASS: TestBeatEventV0/Cancel (0.00s)
    --- PASS: TestBeatEventV0/Tag (0.00s)
    --- PASS: TestBeatEventV0/AppendTo (0.00s)
=== RUN   TestSessionTagOnException
--- PASS: TestSessionTagOnException (0.00s)
=== RUN   TestSessionScriptParams
=== RUN   TestSessionScriptParams/register_method_is_optional
=== RUN   TestSessionScriptParams/register_required_for_params
=== RUN   TestSessionScriptParams/register_params
--- PASS: TestSessionScriptParams (0.00s)
    --- PASS: TestSessionScriptParams/register_method_is_optional (0.00s)
    --- PASS: TestSessionScriptParams/register_required_for_params (0.00s)
    --- PASS: TestSessionScriptParams/register_params (0.00s)
=== RUN   TestSessionTestFunction
=== RUN   TestSessionTestFunction/test_method_is_optional
=== RUN   TestSessionTestFunction/test_success
=== RUN   TestSessionTestFunction/test_failure
--- PASS: TestSessionTestFunction (0.00s)
    --- PASS: TestSessionTestFunction/test_method_is_optional (0.00s)
    --- PASS: TestSessionTestFunction/test_success (0.00s)
    --- PASS: TestSessionTestFunction/test_failure (0.00s)
=== RUN   TestSessionTimeout
{"log.level":"debug","@timestamp":"2023-11-03T09:39:26.932-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:26.932-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.991µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.302µs","ecs.version":"1.6.0"}
--- PASS: TestSessionTimeout (0.50s)
=== RUN   TestSessionParallel
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 153.9µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.955µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.227µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.306µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.101µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.437-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.227µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.438-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.008µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.889µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.793µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.551µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.439-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.444-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.038217ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.143µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 931.025µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.235019ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.343023ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 82.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.66µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.108µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.759µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 148.058µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.304µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.445-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.641µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.028µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.919µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 273.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.644µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.446-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.203µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.319µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.415µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.750337ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 659.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.448-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 605.643µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.447-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 406.206µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.044µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.248143ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.165471ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.207612ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.382µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.108µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.958µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.653µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.449-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.733µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.089132ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.998µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.450-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.451-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 508.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.451-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.193µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.451-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.45µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.452-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.669348ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.452-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.203478ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.452-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.938702ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 362.277µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.574647ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.062811ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.453-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.971µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.639248ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.476753ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.696646ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 524.82µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 293.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.951922ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.349µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.12066ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.456-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.324µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.456-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.129211ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.455-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 356.257µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.454-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.744438ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.831639ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.196µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.546622ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.457-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.458-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.357µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 561.178µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.396µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.29µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.132µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.596µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.78µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.459-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.978493ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.369µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.142585ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 261.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 401.676µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 279.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 20.237458ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.41µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.218µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.017618ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.460-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.588µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.230122ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 84.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.098751ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.127301ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.210117ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.142669ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.862µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.462-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.233µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.68686ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.022409ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 733.793µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 450.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.464-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 237.286µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.464-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.464-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.178µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.465-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.010108ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.465-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 675.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.465-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.899µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 661.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.465-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.106µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.465-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.385µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.465-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.873µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.464-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.463-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 636.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 968.934µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.879525ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.17612ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.843166ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.718403ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.786µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.466-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 784.755µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 438.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.529µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.467-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.311µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.569µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 911.475µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 257.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 765.562µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.556µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 560.701µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.912417ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.205µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.654µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.001478ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.131µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 269.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.251µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.973µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.828µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.469-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.913µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.634µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.814µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.251µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.468-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.596µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 389.397µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 414.133µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.644241ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.708755ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.470-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 842.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 680.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.471-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.28883ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.472-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 790.834µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.472-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.312µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.472-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.63µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.472-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 210.941µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.472-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.502µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.285µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.33µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 295.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.489µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.050223ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.472-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.841µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 185.549µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 290.097µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.472-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.47617ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 546.098µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 691.355µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.895988ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.474-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.637µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.432µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.037µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.473-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 385.464µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.475-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 286.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.476-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.013µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.476-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.202642ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.476-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 761.45µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.476-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 215.709µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.477-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.867µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.477-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.365648ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.477-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.247132ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.477-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.609µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.476-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 320.971µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 807.464µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.501285ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.869µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.476-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 769.258µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.478-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 358.641µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.056µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.594µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.479-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 311.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.607µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 137.508µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.09µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 258.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 284.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 336.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.307607ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.480-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.481-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.355µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.481-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.839µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.481-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.822115ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.404428ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 513.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.578652ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.102781ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.796066ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.644µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.672269ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.379µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.484-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.484-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.218µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.484-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.269µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.484-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.615µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.485-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.125µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.485-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.887µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.485-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.483-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.048613ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.483-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 687.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.490-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.483-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.474262ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.483-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 368.119µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.483-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.085104ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.491-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.491-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.484-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.614619ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.491-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.491-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.491-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.971959ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.491-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.482-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.605035ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 14.61906ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 319.004µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.283476ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.081µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.069019ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.531µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.631103ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.935325ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.502-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 773.251µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.502-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 482.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.470209ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.037µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.503-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.504-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.428µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.504-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.986µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.500-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.092741ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.504-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 896.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.504-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.502-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 434.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.061µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.510-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.511-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.511-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.511-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.511-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.511-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.511-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.514-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.071966ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.514-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.514-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.501-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.515-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.502-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.515-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.502-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.517-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.517-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.517-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.517-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.517-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.105µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.502-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.505-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.054169ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.505-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.505-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.519-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.355801ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.519-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.582147ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.519-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.519-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.039µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.519-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.519-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.520-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.301039ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.519-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.120985ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.419µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.439µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.028µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.551µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.074µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.521-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.851µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.20972ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.219678ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 586.51µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 709.296µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.522-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 449.776µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.656µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.766µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.239µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.642µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.15µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 311.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.523-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 286.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.524-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.524-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.525-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.033674ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.525-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.737427ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 219.584µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.722921ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.3µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.538µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 140.667µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.935µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.425µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.201µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.526-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.889µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.527-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.525-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.650819ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.540-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 13.974258ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 14.143654ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.436µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.759µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.297µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.196µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.549µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.541-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.9µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.543-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 18.864047ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.543-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.543-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.366µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.543-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.543-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.543-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.543-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.339µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.544-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.24µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 52.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.18µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.3µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.372µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.843012ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.3µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.359µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.001µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.24µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 313.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.545-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.412µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.546-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.546-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.546-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.546-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.546-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 742.555µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.546-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 717.402µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.547-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.517µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.547-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.655µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.547-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 332.058µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.547-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.847µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.547-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.218µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.547-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.547-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.548-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 349.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.548-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 271.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.548-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.548-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.124µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.548-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.448µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.548-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 901.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 23.605718ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 31.988938ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 22.660984ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.879559ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.549-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 363.29µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.243µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.550-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 273.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 888.766µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 287.89µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 922.203µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.965µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.622µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.329µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.066µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.482µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.551-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.269µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.384µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.059µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 441.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.787µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.733µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.552-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.553-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 258.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.553-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 455.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.553-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 602.723µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.252317ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.209558ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 32.087643ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.589955ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.981µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.899492ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.209µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.69µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.673233ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.555-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.249µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 703.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.508µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.782µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.634µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.463µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 252.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.272441ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.476µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.701µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.443µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.548µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.252µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.49µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.557-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.291µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.808µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 482.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.058µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.171µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.96µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.753µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.297236ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.602µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 469.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.821µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.58006ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.559-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.463µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.559-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.205µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.985372ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.883567ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.391µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 227.988µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.783µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.114µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.604µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.101µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.756µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.748573ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.554-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.664922ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.556-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 372.41µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.558-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.448µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.560-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.356304ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 523.925µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.562-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.581µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.564-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.563-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.891µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.562-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.038µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.624µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.562-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 738.562µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.562-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 82.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.565-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 335.097µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.535µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.567-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.567-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.562-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.567-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.928µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.568-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.998068ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.568-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.879µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 490.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.567-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.512µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 664.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.293µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.419µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.563-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 373.542µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.562-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.799µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.566-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.567-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.562-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.555µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.570-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.571-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.708µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.571-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.677µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.571-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 920.296µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.571-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.435µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.573-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.569-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.478µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.571-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 226.736µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.571-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.408µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.561-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.572-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.529873ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.572-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 292.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.573-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 365.197µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.574-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 836.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.711µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.89µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 53.882µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.037µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.584-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.776µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.134µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 338.317µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.264µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.585-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 531.793µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.586-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 531.853µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.586-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 560.463µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.586-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 610.173µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.917244ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.588-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.588-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.588-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.588-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.588-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.588-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 562.668µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 937.284µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 289.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.913µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.108766ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.688µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.781µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.033µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.98µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.39µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.754µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.590-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.479733ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.590-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.206µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.589-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.442µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.591-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 349.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.591-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 419.915µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.591-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.688µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.01471ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.591-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.587-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.243µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.04736ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.197µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 281.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.831948ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.801311ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.912297ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.013µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.708556ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.594-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.323µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.594-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 298.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.594-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.594-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 297.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.594-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.595-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 257.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.595-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 341.952µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.595-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.593-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.592-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.596-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.314105ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.596-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.131189ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.162875ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.965857ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 829.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.201µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.711µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.66µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 53.763µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.196µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 531.793µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.872µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 692.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.598-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 326.336µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 380.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 981.153µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 550.449µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.973µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.566411ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.600-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.749455ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 687.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.694µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.600-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.953µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.600-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.362µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.600-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.599-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.600-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.588µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.597-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.591-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 535.191µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.081µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.089681ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.558µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.273µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.64µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 395.417µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.479793ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 673.414µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.601-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.843786ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.108µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.558µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.512µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.96383ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.604-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 335.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.143µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.733µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.138437ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.605-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.759µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.253248ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.224µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.606-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.607-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.607-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.607-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.391µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.289µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 401.02µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.607-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.291µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.30639ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.991µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.602-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 715.435µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.607-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 466.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.607-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 604.392µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.711µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.637µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 276.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 326.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.674879ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.753µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.885µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 922.204µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.041µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 215.649µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.249µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.609-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.506257ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.610-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 257.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.611-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.196µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.611-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.608-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.611-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.742982ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.611-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.284183ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.29974ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.210392ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.458µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.613-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 877.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.613-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.146µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.613-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.613-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.613-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.602µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.614-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.048613ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.614-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.708µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.613-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 446.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.614-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.66458ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.614-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.271µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.612-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.569377ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.614-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.381371ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.479219ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.55003ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.685355ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.69µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.452636ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.851µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.108µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.551µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.18µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.332162ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.620-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 438.392µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 580.37µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.583µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.873µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 500.322µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 135.303µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.754µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.655µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.678776ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.622-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.715µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.622-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.029718ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.619-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.621-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.443µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.622-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.755µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.563657ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.389µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.616701ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.625-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.625-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.625-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.625-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.625-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 604.153µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.626-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.588405ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.626-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.386346ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.625-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 231.624µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.628-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.628-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.628-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.234793ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.628-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.628-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.628-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 327.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 143.23µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.629-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.737µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.598µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.630-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.419µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.625-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 610.65µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.626-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.847µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.624-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.839924ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.627-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.955927ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.627-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 373.245µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.637-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.182126ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.638-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.714µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.637-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.470195ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.639-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.343µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.639-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.283µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.638-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.639-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.926µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.639-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.09µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.639-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.639-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.137µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.639-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.414µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.638-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.637-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.520502ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.638-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.763032ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.099µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.607µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.638-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.683997ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.132µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.640-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.638-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.072µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.641-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.641-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.641-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.641-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.646-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.057564ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.419µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.358769ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.470481ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.649-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 467.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.628µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.721846ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.042µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.558469ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.651-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.534µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.653-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.651-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 839.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.124011ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.620339ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.221333ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.651-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 865.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.651-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.650-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.648-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.402365ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.652-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.635075ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.660-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.058µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.197µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 53.226µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.887µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.538µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.895µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.571µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.028µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.661-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.662-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.662-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 725.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.662-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.662-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.663-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.013µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.663-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.663-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.663-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.663-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 347.912µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.660-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.694µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.663-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 266.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.165µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 271.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.284µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.913µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.462µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 137.985µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.787µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.087308ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.323µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.664-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.665-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.84µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.660-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.086µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.660-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 247.24µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.660-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.660-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.665-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 506.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.665-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.038254ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.755µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.331509ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 495.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.667-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 260.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.667-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.859µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.556457ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.667-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.667-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 240.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.004µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.364µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 226.557µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.097µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.668-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.511217ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.669-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 445.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.669-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 439.584µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.669-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.669-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 941.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.42473ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.669-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 221.134µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.669-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.408µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.403µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.595µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.397µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.192µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.429µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.163µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.363µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.846µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.118µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.846µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.670-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.27µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.666-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.667-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.671-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.404µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.671-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.692773ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.671-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 305.176µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.671-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.198µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.671-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.671-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.671-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 258.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.958µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.06µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.203µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.15µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.774µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.672-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.401µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.89947ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.673-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 479.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.674-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 782.013µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.674-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 927.27µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.674-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 250.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.674-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 922.74µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.675-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.181126ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.675-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.389µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.675-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.687527ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.675-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.935µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.676-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 230.074µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.676-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 403.524µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.676-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 641.107µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.634µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 568.152µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.657355ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.142µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.678-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.679-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 572.324µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.679-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.112µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.679-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.109395ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.679-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.151205ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.680-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 299.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.677-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 262.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.680-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.438µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.680-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.680-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.437µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.680-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 338.316µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.655µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.556µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 210.047µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.549µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.397µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.642µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.973µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.106µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.537µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.681-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 223.1µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 241.339µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.363µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.073218ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 288.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.683-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 650.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.683-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 622.094µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.683-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 614.465µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.683-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 571.907µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.683-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 496.269µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.683-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.683-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.534853ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.997µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.181µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.846335ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.685-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.409472ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.682-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.025µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 137.865µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 720.501µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.685-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.481µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.925µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.133µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 152.051µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.686-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.685-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 405.729µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.685-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 933.767µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 715.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.684-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 13.562985ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.685-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 340.76µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.854µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.317095ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 943.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 281.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.108µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.379µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.455µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.689-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.236µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 693.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.932µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.721µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.11872ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 480.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 584.663µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.691-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.742µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.691-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.5831ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.691-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.466335ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.692-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 245.69µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.692-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.205µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.692-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 254.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.692-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.788µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.690-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.692-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.892794ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.691-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.885µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.693-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 266.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.688-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.103721ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.848µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.687-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 305.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.691-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 234.425µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.693-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 693.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.694-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.694-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.93435ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.694-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.026738ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.711µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.696-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.697-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.697-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.697-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.709-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.569196ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.694-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.912237ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.711-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.218618ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.711-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.711-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.914µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.135588ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.711-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.404µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.695-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.891µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.694-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.546563ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.695-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.510621ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 226.914µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.414µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.713-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.717-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.717616ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.717-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.204µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.717-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 300.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.717-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.562µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.718-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.475954ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.718-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 737.488µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.711-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.689µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.719-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.123499ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.719-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 266.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.719-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.595µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.719-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.217µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.719-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.959µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.719-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.959µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.719-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.052µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.813µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.535µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.436µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.463µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.509µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.217µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.754µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.628µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.720-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.721-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.304µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.721-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.516µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.721-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.003611ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.718-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.052µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.714-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.695-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 597.418µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.695-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.694-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.739623ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.721-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.086µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.721-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 997.008µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 785.529µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.885µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 720.621µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.181µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.31768ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.723-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 437.915µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.609µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.724-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.725-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.00565ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.725-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 550.033µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.725-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 445.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.725-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.045µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.725-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.725-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.462µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.726-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.941µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.726-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.726-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.674µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.160801ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 882.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.725-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.106501ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.727-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.355µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.832µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.735µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.729-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 400.842µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.729-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.61µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.730-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 207.186µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.730-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.278µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.730-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.078µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.730-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.462µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.730-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.730-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.548µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.730-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 442.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.731-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.078µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.731-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.039µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.229857ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.726-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.731-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.125µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.729-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 641.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.731-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.436µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.729-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.072944ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.732-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.807µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.728-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.722-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.732-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 534.177µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.732-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 742.436µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.732-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.732-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.770557ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.732-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.198µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.322µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 248.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 240.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.733-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.734-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.022638ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.734-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.734-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.417µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.734-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.734-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.669µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 526.25µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.02µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.721562ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.023639ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.238846ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.736-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 832.498µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.736-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.284µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.736-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.736-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 399.649µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.58125ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.534µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.853227ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 385.344µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.738-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.609µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.739-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 261.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.739-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 270.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.739-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 324.607µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.739-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 270.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.739-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.728µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.739-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 305.771µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.43µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.737-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.309682ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.735-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.595µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.741-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.592588ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.741-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.270939ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 288.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.090443ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.851µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.743-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.689793ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 472.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.774µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.744-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 661.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.555µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.853µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.754µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.437069ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.903153ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 365.735µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 468.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 708.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.745-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.746-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.746-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.377µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.518536ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.9413ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.742-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.747-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.747-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.747-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.748-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.748-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.748-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.748-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.748-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.748-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.748-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.749-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.750-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.142µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.751-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.751-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.751-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.751-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.752-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 603.438µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.752-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.752-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.753-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.217µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.754-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 415.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.752-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.638352ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.752-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.88µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.753-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 899.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.753-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.516866ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.755-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.756-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.752139ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.756-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.756-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.402µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.756-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.627µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.253µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 82.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.757-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.758-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.758-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.758-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.758-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.758-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.755-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.634837ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.758-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.755-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.755-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.638712ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.755-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 563.801µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.756-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 912.011µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.756-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.280138ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.756-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.637818ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.762-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.38762ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.762-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.595044ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.762-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.875µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.762-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.722µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.776719ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 148.773µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.457µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.192µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 140.071µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.861µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.656µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.881µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.523µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.715µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.165µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.763-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 272.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 977.338µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.325189ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.64201ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.116992ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.524746ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.4773ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.971µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.035µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.22µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.657µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.998009ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 357.449µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.766-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.766-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 617.862µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.766-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 666.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.766-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.765-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.768-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.764-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.768-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.072µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.766-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.766-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 901.76µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.767-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.376µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 673.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.571µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.882µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.041602ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.041µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.276µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.849µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.862µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.769-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 512.839µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.771-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.183451ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.771-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.771-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.771-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.284µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.772-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 210.404µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.772-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.151µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.772-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.772-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 257.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.767-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.892031ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.767-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.669408ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.767-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.403809ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.767-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 739.754µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.770-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.771-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.772-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.082µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.163µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 776.172µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.064µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.114µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 796.557µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.763µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.040995ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 268.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 640.869µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.477µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 155.091µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.986µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.451791ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.787µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.776-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.894µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.776-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.33µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.776-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 216.961µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.776-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.993µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.774-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 387.49µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.776-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 226.319µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.776-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.312µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.776-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.185µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.775-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.777-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.773-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.777-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 274.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.777-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 406.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.777-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 445.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.739801ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.21µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 276.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.253µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.778-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.779-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.779-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.779-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.018262ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.780-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.106978ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.779-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 641.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.780-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.514066ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.779-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 215.471µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.780-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 613.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.780-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.848018ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.781-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.45µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.781-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.782-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.847µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.781-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.780-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.106µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 404.179µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 881.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.176µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.411737ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.783-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.408µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.784-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.922µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 358.463µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.277µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.788µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.908µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.63µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.785-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.451µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.786-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.702µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.786-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.239896ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.786-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 405.252µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.786-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.96µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 593.365µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.025201ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.633596ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.83494ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.366µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.788-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.788-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.788-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.788-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.642238ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.787-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.788-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.788-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.696098ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.789-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 449.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.802-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.803-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 382.424µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.804-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.805-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.805-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.803-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.805-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.803-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.803-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.803-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.181889ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.258µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.302172ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.382µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.114µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.266µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.851µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 225.723µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.808-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.807-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.369346ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.817-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.32235ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.818-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.053µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.819-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 13.415106ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.819-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.553545ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.819-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.787µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.818-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.140306ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.818-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.303145ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.819-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.503µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.819-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.416µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 374.079µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 826.955µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 842.512µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.002µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.820-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.108µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 484.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.823-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 140.489µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.821-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.924277ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.823-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 250.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.823-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.946µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.822-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 869.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.822-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 954.569µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.164µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.311µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.823-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.358µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.311µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.349µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.185µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.33µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.629µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.853µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.35µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.683068ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.771µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.825-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.042µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.101µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 430.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 515.462µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.826-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.894µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.827-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 338.555µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.827-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.479076ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.827-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.083434ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.827-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 19.459259ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.742µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.827-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 949.741µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.065647ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.771µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.395µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 303.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.827-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 233.709µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.111µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.074µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.829-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.89µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.829-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.634µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.004µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.828-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.74µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.824-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.377µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.376µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.972µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.830-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.588µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.007975ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 483.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.666225ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.048µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.142µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.479065ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 84.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.236µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.784µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.833-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.831-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.742935ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.832-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.834-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.834-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.702µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.834-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.934µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.834-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 231.028µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.834-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.834-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 355.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.835-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 394.94µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.835-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.887µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.835-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.524µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.29µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 210.643µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.835-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.96µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.835-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.867µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.138µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.835-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.946µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.899µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.837-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.741µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 14.690646ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 14.84675ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.128956ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.771µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.850-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 352.919µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.850-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.448µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.851-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.727µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.851-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 15.341171ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.854-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.057218ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.854-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.932431ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.854-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 18.742692ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.854-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.030072ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.855-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.311µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.855-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.855-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 231.504µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.854-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.855-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.855-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.642µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.854-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 18.78072ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 650.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 335.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 20.399821ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 19.904446ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.281571ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.021µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.947116ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 467.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.857-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.2022ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 405.193µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.340926ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.238109ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.41µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.832µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.395µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.404µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.649µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.858-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.377µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.527179ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.176607ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 961.96µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.784µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.021µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.425µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.725377ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 340.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.293µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 365.376µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.863-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.176µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.863-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.863-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.863-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.861-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.863-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 989.796µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.806µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.137µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.346µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.432µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.864-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.865-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 896.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.860-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 919.581µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.865-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.660418ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.865-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 472.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.865-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.865-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.231µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.862-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 759.304µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 616.551µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.365126ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 665.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 859.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.011µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.907052ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.139µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.282455ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.826µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.867-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.340209ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.868-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.364µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.866-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.868-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.862-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.868-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.37µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.868-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.105µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.869-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 539.721µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.869-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.011705ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.869-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.467574ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.869-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.786µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.397479ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.488µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.108µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.922µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.935µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.871-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.872-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 814.975µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.94614ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.873-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.873-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.816811ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.873-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.873-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.850356ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.873-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.908µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 355.781µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 506.401µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.722µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.653µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.41µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.873µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.355338ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.184881ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.875-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 224.709µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 344.337µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.870-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.843071ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.875-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.51µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.872-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.194656ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.875-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.872-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.964521ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.874-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 185.668µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 666.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.876-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.035µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.942µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.879-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.879-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.879-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.878-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 752.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.879-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.878-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.879-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.877-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.878-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.941955ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.880-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.878-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.880-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.889-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.218149ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.889-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.366147ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.889-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 300.885µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 16.043315ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.968µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.657µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.890-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.891-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.963791ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.906-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.018µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.906-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 15.141257ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.906-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.25µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.907-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.806µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.907-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.855µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.907-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.481µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.907-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 16.133258ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.907-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 289.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.907-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 380.457µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.908-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.967µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.908-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.349µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.908-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 301.541µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.908-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.297µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.908-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 365.794µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.908-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.211µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.908-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.869µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.909-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 33.955176ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.909-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.909-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 29.490727ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.909-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.909-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 257.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.909-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.637936ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 30.603069ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.81073ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.051772ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.419µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.911-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 303.269µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.911-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.912-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.060129ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.912-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.535µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.912-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.013µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.912-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.078µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.912-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 301.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.912-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 231.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.912-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.264µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.913-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.497µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.913-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 337.72µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.913-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 244.737µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.913-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.355µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.911-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 222.385µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.913-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.910-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.909-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 29.666083ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 597.06µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.898µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.081µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.141142ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.902µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.041µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.677µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.235603ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 474.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.675µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.915-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 410.914µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.601µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.589µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.125µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.455µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.953µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.914-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.244844ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.001179ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.916-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.802719ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 829.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.695µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.558µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.087308ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.404786ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.802207ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 185.49µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.396µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.641µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.918-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.257µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.919-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 679.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.919-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 633.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.919-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 760.317µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.920-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 813.842µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.919-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 216.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.920-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 880.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.917-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.920-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.597µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.920-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.457µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.920-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.714µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.920-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 279.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 598.729µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 450.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.436568ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.495422ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.921-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.922-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 532.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 699.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.424µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.993µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.82µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.61µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.337µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 232.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.946µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 364.542µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.807µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.923-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.755µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.010678ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.772643ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.082µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.044987ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 434.16µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.615µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.463µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.414µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.78µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.067877ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.25674ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.927-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.424075ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.926-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.019µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.039µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.675µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.231µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.525687ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.925-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.548589ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 255.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.928-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 268.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.625121ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.314462ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.297653ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.297177ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.644135ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.503946ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.142µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.931-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.741µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.929-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.213348ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.933-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 288.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.933-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.933-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.933-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.272µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.543046ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.934-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.081646ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.935-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.509µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.727µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.403µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.231µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.339µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.265µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.781µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.930-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.408µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.931-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 542.462µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.931-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 215.828µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.932-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.520873ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 456.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.936-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 274.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.937-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 987.352µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.937-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 215.59µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.937-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.377392ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.937-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.875µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 305.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.726µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.355µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.223µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.401µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.938-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 508.488µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.238µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.939-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.735µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.940-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 306.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.940-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.941-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.13678ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.941-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.258µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.940-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.174927ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.941-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.37µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.940-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 719.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.941-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.940-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.770783ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.942-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.357µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.942-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.124µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.942-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.422µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.942-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.197µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.942-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.417µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.941-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.966µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.942-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.942-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.112µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.011979ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.128386ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.513065ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.944-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.944-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.988µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.944-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 700.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.336µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.944-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.417µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.653µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.403571ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.946-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.163µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.384µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.94µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.944-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.464475ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.191µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.681µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.653µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.338µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.947-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.997µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.943-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.414906ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 265.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.891µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 365.615µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.222312ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.127µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.795353ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.305222ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.968µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.114µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.439µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.485µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.101µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.726µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.081µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.949-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.948-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.950-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.950-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.192µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.950-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.010895ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.950-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 827.67µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.950-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 497.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.950-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.018µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.951-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.950-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.542556ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.951-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.951-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.951-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.951-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 280.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.951-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.04µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.951-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.57901ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.352095ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.445µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.823µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.711µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.22µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.953-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.312292ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.922µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 338.972µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.954-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 235.498µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.955-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.047135ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.955-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 863.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.955-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 352.383µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.595µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.955-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 559.569µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.734µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.816761ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 278.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 835.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.249µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.958-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.968787ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.902663ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.288592ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.957-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 846.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.956-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 368.535µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.952-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 355.601µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.959-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.158477ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.249µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.501µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.812µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.961-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.961-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.961-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.959-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.511098ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.961-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.104µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.961-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.659394ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.960-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 947.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.961-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 425.696µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 518.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.678527ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.854063ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.962-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.756µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.028µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.677µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.856µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 314.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.124µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.064µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.964-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.964-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.964-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 137.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.964-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 949.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.965-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.963-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.598µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.965-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.965-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.965-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.935µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.965-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.965-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.581394ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.988µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.89µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.372µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.964-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.183033ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.965-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.023495ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.551µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.042µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.967-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.967-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 928.82µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.968-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.726629ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.968-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.465786ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.968-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.968-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.131µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.968-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.442µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.913µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.63µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.49µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.968-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 206.65µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.964-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.987µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 404.775µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 609.875µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.969-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.131µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.541µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.970-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.922µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 143.528µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.972-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 386.656µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.971-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.973-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.158µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.972-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.892µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.974-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 687.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.968-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.974-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.964-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 480.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.974-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.974-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.974-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.452µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.974-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.974-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.966-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.445µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.439µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.967-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.94801ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.455µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.723µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.975-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.026µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.606167ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 407.279µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 242.889µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.702µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 290.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.264µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.263µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 185.49µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.603µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.977-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.832725ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.649µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.689µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.575µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.973-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 530.72µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.972-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 695.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.976-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 645.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 149.25µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.655µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.258µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.675µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.853µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.972-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.04µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.721µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.779µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.642µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.978-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.166µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.972-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.61034ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.979-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.469µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.979-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 384.748µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.979-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.594127ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.979-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.979-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.534µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.980-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.117µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.980-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.567126ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.978µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.981-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.982-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211.597µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.982-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.982-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.098µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.983-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 271.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.983-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.35µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.979-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.349µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.983-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.317µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.980-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.984-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.544285ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.979-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.980-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.486123ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.980-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.980-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.323987ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.983-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 947.119µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.984-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.985-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.318µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.985-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.695µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.985-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.985-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.065µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.985-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.648µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.983-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.985-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.311µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.984-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.47115ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.985-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 691.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 526.071µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 685.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.41µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.45µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 255.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.986-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 528.217µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.992µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 423.968µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 730.992µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 774.324µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.057µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.451µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.919µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.987-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.988-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.323µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.988-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.988-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 944.793µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.988-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 267.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.984-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.988-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.468µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.984-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.477µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.492203ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.529813ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.227µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.637µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.990-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.048µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 267.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.556696ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 140.608µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.912µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.88µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.958µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.362µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.562µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.992-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.990-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 313.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 329.972µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.699µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.581µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211.954µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 135.243µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.990-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.990-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.134575ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.991-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.306µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.989-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 237.822µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.993-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 764.43µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.994-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.557µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.994-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.994-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.994-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.480818ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.631µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.784µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.902522ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.952µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.667µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.64µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.82µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.997-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.143µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.004µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.414µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.998-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.581µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.996-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.726µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.995-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.996-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.859058ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 149.846µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.996-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.750994ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.996-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:27.999-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 351.429µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 465.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.598µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.001-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.306µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.892µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.041µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.125694ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.15µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.395µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.008µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.048µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 968.457µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.832µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 360.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 947.596µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.004-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.004-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.004-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.003-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.004-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.289µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.004-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.875µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.004-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 839.114µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 702.561µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.027µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.278µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.000-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.134038ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.001-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.877309ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.631µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.002-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 144.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.005-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.153µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.516033ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.047135ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.181306ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.240945ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 656.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.008-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.007-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 754.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.008-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 942.708µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.008-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.008-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 839.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.008-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 258.624µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.009-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.009-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.515913ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.008-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.382µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.009-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.998µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.823µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.856µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.491µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 53.882µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.382µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 242.531µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.011-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.325µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.297µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.25µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.026µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.013-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 310.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.010-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.012-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.014-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.008-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.057µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.015-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.609016ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.015-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.265085ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.041µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.531µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.017-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.058877ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.017-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.325µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.018-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.018-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.006-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.760782ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.018-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.018-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.892µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.018-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.468µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.018-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.819µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 345.707µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.015-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.874614ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.015-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.365506ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.015-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.55946ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.014-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.016-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.485µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.017-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 693.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.631µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.597µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 659.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.082µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.021-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.409µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.021-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.278938ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.821µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.021-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.325µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.303µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.022-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.514µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.019-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.041µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.020-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.021-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.104653ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.076818ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.687µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 792.206µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.023-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.753µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.432µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.22µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.412µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.759µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.266µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.624µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.025-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 428.14µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.025-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 469.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.025-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.168013ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.025-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.256µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.097µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.787µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.726µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.971µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.966µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.0674ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.024-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.025-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.028598ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.548µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.832µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.026-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.643µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.027-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.025-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 720.859µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.027-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.304µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.027-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.027-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.142µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 225.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.325678ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 386.596µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.028-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.849µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.044µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.415µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.064µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 148.654µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.398µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.203µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.839µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.436µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.249µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.991µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.137µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.37µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.766µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.031-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.945µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.030-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.934µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 437.677µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.031-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.029-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 687.66µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.127324ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 384.748µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.266372ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.24µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.031-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.997µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.968µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.538µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.033-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.767µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.033-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 221.252µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.033-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.032-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.240361ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.033-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 361.443µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 365.794µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 351.548µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.033-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 344.038µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 436.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 411.511µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.046µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.034-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 489.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.035-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.886µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.035-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.846456ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.035-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.395329ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.035-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.035-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.090669ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.525999ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.394809ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.293µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.577101ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.036-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 358.224µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.277µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.289µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 303.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 504.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.239µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.112µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.037-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 155.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.038-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.415µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.038-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 270.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.038-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 996.113µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.855528ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.337172ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.598µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.432µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.059235ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.952612ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 433.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 822.366µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.429µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.040-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.932µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.317µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.042-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.062083ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.041-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.491µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.042-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.753µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.039-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.702118ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.132321ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.86243ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.056µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.114µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.626957ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.025007ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.028µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.75067ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.551µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.799µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.891µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.366µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.043-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 427.544µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.627µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.024068ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.046-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.045-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.044-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.452µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.046-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.215636ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.046-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.051449ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.046-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.019858ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.047-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 206.47µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.784337ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.531423ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.617671ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.359µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.905µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.799µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.074µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.048-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.3µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 344.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 421.644µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.801µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.050-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.050-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 944.437µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.050-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 210.285µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.049-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.262605ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.051-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.876952ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.050-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 207.246µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.051-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.689µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.051-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.051-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.050-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.298µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.052-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.11544ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.050-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.607µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.052-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.329µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.051-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.608µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.635µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.054-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.054-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.037µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.054-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.054-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.15µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 285.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.926µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.849235ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.807µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.055-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.364µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 335.813µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.993µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.516µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.29µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 491.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.86µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.807µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.84µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.595µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.661µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.056-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.204µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.894µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.43µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.986µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.23µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.198µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.43µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 261.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.053-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 153.78µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.437µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.052-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.193296ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.052-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.11283ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.057-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.052-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.051437ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.052-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.052-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.628231ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.058-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 868.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.058-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.058-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.058-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.223µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.058-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.058-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.058-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.158µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.752µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.754µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.408µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.059-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.978µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.289µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.724292ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 336.409µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 515.223µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.78µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.062-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.854539ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.062-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.062-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.748µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.062-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.061-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.398µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.063-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 258.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.063-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 526.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.060-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.812µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.061-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 271.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.063-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.723241ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.196µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.439µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.445µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.134µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.064-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.793µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.063-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 457.823µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.588µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.865µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.562µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.103211ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.542µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.574µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.106µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.689244ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.066-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.443µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.063-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.063-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.225µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.582µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.707µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 599.325µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.067-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.097µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.063-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 375.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.359226ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.27µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.068-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 153.661µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.593352ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.512µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.176µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.737µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 402.391µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 887.872µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.197µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.069-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.058877ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.018µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.74µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 781.298µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.070-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 232.16µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.071-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 951.529µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.071-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 210.881µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.071-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.198µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 578.046µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.793766ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.125205ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.101µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.397335ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.161147ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.207042ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.118219ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.598µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.571µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.434626ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.074-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.074-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 533.402µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.074-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 448.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.074-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.269102ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.074-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 857.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.097µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.997µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.812µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.131µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.323µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.249µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.291µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.337µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.005µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.075-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.648µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.072-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.073-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.074-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 947.118µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.37µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 468.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 572.742µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.116694ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.377117ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.081µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.176µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.253µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.574µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.609µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.908µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 670.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.079-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.397908ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.079-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.953µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.079-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.079-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.079-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.077-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.079-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.781µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.317µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.079-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.076-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.078-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.080-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.992µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.080-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.276911ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.080-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.627µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.080-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.505197ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.080-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.66768ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.080-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.080-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.47531ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.817382ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.558µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.996399ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.099µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 615.716µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 216.305µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.656µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 301.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 311.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 403.046µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.08µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 511.945µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.083-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.054526ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.082-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.772988ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.081-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.346µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.083-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.981µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.217747ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.889µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.425µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.535357ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.693µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.9189ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.558µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.085-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.743µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.086-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.086-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 659.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.086-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.086-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.086-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.086-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 601.173µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.088-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 833.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.088-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.088-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.088-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.435µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.088-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.087-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.8µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.783µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.257µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.902µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.087-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 135.363µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.101µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.181µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.087-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.128793ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.087-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.766802ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.090-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.090-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.726µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.391578ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.448µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.839639ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.891µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.092-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.092-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.092-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.594µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.092-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.318µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.091-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.092-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 698.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.092-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.093-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.041µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.089-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.048µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 358.641µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.094-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.090-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 804.365µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.084-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.425µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.902µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.096-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.881µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 135.481µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.098-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.293µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.098-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.098-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.991µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.098-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.551µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.098-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.090-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.095-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 898.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 342.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.099-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.891µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.329µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.609µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 316.859µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.095-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.42336ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.095-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.066923ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 351.846µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.193583ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 336.171µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.105µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.045µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.100-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.449049ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.090-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.749µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.087-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.475693ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.097-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.274348ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 515.819µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 868.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.233698ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 838.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.89µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.835µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.017094ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.042µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.22µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.253µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.73µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.101-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.824679ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.102-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.557µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.103-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.113µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.103-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 386.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.103-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.671136ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.104-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.368928ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.104-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.512588ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.104-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.585842ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.104-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.277µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 455.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.126266ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.796µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 879.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.340152ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.879562ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.968µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.231016ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.107-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 685.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.65856ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.107-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 428.796µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.727403ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.08µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.066µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.808µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.108-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.759µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.151µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.39µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.107-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.017154ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.502µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.107-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 227.809µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 323.534µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.106-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.990426ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.105-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.856µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.109-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 369.907µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 934.065µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 954.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 745.178µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.074µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.111-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.177299ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.111-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.111-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.112-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.112-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 224.292µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.112-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 229.001µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.113-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.438µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.113-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.283µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.113-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.343µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.110-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.233µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.111-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 970.305µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.113-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.112-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 875.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.111-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 515.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.112-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.327694ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.112-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.625407ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.966776ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.856µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.054µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.208055ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.528µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.2µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.733µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.826µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.116-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.116-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.116-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.849µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.116-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 768.96µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.726µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.813627ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.116-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.998µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.101972ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.855µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.018µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.494µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.716µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.118-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.2877ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.118-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.243473ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.118-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.142µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.118-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.047µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.118-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.118-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.582µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 222.624µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.905µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.709µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.257µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.269µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 143.468µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.119-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.265µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.120-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.026µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.120-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.262785ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.120-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 396.729µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.120-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 267.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.120-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.113-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 424.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.398385ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.43µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.898µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.141µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.122-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 434.875µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.122-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.634µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.122-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.794µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.122-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 595.153µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 621.379µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.548µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.378µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.27µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.589µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 265.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.429µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.113-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 273.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 908.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.123-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 147.283µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.117-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.121-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.115-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.065µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.289µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.574µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.056µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.183808ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 82.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.127-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 285.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.127-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.291µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.127-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 135.66µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.634µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.339µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.128-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.743µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 331.104µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.09µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.616µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 219.166µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.129-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 209.69µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.130-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 385.403µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.130-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 222.922µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.130-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 339.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.130-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.130-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 306.428µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.130-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 257.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.130-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 241.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.124-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 992.299µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.807µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.126-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 740.767µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.126-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 800.252µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.125-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.743µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.139-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.799975ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.139-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.142881ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.139-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.139-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 265.181µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.002µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.239095ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.1242ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.512µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.445µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.445µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 82.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.141-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 356.556µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.141-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 430.048µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.141-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.064µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.141-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.141-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 340.402µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.141-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.786µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.141-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.998µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.011µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 745.058µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.395µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.395µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.913µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.819µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.746µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.867772ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.142-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.140-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.185737ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.143-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.29335ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.144-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.144-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.144-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.266765ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.144-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.144-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.057µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.862µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.308192ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.146-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.215434ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.145-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 309.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.147-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.965465ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.147-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.476µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.146-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.735µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.146-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.616455ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.147-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.271057ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.147-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.846µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.147-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.146-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.643µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.148-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.935µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.148-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.47µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.146-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.738823ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.147-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.148-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.078µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.148-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.469µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.148-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 759.96µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.148-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.148-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.127564ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.311302ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.115382ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.070619ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.783µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.149-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.157821ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.150-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 421.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.151-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.59148ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.151-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.547µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.151-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.033µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.170-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.533µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.170-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.151-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.815917ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.151-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.082588ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.171-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.09µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 82.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.678µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.209µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.150-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 227.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.152-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.065µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.169-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 21.205855ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.169-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 21.024061ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.169-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 21.424008ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.151-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.376175ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.173-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.173-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.173-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.227µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.173-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 521.124µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.621µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.523µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.357µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.549µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.172-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 330.031µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.398981ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.176µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.428367ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.416µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.174-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 489.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 826.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.484µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.992µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.204µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.244534ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.516µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.176-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 445.366µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.176-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.247037ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.176-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.680017ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 298.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.49µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 383.854µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.401µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.177-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.216996ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 468.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.175-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.874µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 463.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 495.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.178-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 290.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.179-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 928.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.179-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.609123ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.179-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 903.428µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.179-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 185.669µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.179-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.409µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 13.901183ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.342579ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.776395ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 14.759131ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 16.585062ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.289µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.485µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.450822ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.66361ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.2µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.194-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 446.677µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 421.465µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.376µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.195-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.984µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.139µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.933µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.111432ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 304.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.525223ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 225.126µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.186µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.196-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.861µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.895µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.024µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 776.172µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.853µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.845718ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.414µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.192-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.313µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.193-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.103624ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.695µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.187015ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.073µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.193-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 12.108512ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.197-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.039µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 270.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.39µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.249µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.642µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.198-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 222.862µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.106132ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.074302ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.940133ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 314.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.254666ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.056µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.200-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.430024ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.711µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.892µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.202-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 545.621µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.202-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.019µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.202-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.195061ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.202-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.695µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 630.319µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.942803ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.224µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 143.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.372µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.57µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.031µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.503µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 207.007µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 152.35µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.1µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.203-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.813µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 209.391µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 147.045µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.961µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.072µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.435µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.881µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.834µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.45µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.66µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 209.63µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.199-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.862587ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.091754ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.53µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.721µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.29µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.159µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.201-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.846µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.099µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.668µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.974µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 221.014µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.263µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.204-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 223.338µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.788µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.205-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.185µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 317.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 529.885µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.143µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.321662ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.206-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.002µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 246.227µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.658µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.15µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.117µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.547µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.042µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.207-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.208-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 418.783µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.208-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.208-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 422.478µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.208-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.209-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.942397ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.209-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.2967ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.209-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.011551ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.898µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.784862ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.628µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.674µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.209-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.139µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 362.933µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.799µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.260542ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.298µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.576µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.932µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.351µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.210-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.675µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.993µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.933µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.781µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.43µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.085342ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.924µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.305283ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.926µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.952µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.404µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.952µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.211-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.754µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.648µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.668µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.828µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 340.998µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.042545ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.051µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 149.787µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.153696ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.214-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.564µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.901032ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 81.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.367µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.288µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.280488ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.212-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 541.27µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.585471ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.214-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.574µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.213-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.02465ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.214-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.216-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 366.986µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.215-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.519µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.217-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 240.743µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.217-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.218-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 356.018µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.218-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.218-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.273µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.218-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 143.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.218-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.218-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.592µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.784µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.955µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.712µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.219-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.220-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.218-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.220-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 332.952µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.220-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.220-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.781µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.220-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.272µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.220-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.643µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.220-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 234.425µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.221-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 370.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.221-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 155.449µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.221-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 411.987µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.222-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.222-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 296.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.222-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.584829ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.222-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.222-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.854µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.222-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.222-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.223-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 218.273µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.223-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.006µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.223-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.223-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.223-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.168789ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.291775ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.225-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.225-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.225-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 84.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.898µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.17µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.708µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 637.412µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.226-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.416µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.699µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 270.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 812.531µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.344µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.569µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.898µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.052µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.038µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 808.18µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.227-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.680195ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.618923ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.697541ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.224-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 533.223µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.225-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.811004ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.228-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.283µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.228-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 572.741µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.228-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.077296ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.228-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.228-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.048µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.228-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 994.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.082362ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 422.418µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.958µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.204µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 494.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 549.078µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.143µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 614.584µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.888µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.230-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.351µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.547µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.501µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.378µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.567µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.569µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.011µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.676µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.397µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.22µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.962µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.231-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.742µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.229-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.775µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.546µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.563µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.899µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.667µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.37µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.537µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.218µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.232-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.018µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.755µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.172µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.375µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.285µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.006µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.908µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.08µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 227.63µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.233-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.296µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.974µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.076µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.15µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.907µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.119µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.94µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.821µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.137µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.04µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.234-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.192µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.315µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.24µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 841.498µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.763µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.531µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.114µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.491µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.743µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.862µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.889µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.909µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.498µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.221µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.201µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 86.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.743µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.236-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.896µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.898µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.201µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.235-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.685035ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.827778ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 506.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.488µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 618.577µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.893µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.192809ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 721.753µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.191µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.298µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.297µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 267.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.238-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.966µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.356µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 225.604µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.634µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.237-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 149.786µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.814µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 215.054µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 258.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.132µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.855µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 235.737µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 245.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.005µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 221.372µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.125µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 238.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 237.823µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.919µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.462µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.729µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.132µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.68µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.240-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 148.475µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.239-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 148.893µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 251.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.343µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.733µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.285µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.137µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 140.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.123µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.06µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.835µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.039µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.515µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.139µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.596µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.241-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.331µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.024µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.994µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 468.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.935946ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.451931ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.242-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.432µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.553882ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.89µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 82.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.784µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 85.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.243-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.244-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 526.786µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 992.239µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.336039ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 869.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.424004ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.131µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.677931ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.13µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.245-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.21µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.993µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.322µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.537µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.971µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 135.243µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.217µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.051µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.517µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.243µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.384µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.285µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.801µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.099µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.246-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.296µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211.001µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.018µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.044µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.946µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.364µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.2555ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.171µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 206.769µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.973µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 291.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.247-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 316.144µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.475µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.044µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.342651ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.439µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.684µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.935µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.635016ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.201µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.472µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.671µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.578µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.319µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.248-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.640545ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.686µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.249-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 446.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 835.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 372.291µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 967.444µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.362µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 363.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.251-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.188159ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.251-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.251-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 215.531µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.325438ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.175µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.442992ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.3µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 370.741µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.667165ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.560221ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.236µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.293µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.306µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.446µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.253-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.642µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.074612ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 456.691µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.476µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.254-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.972µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.714µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.145µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.788µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.741µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.217µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.255-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.86µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.252-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.256-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.256-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.271845ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.256-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.158536ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 880.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.256-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.256-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.307µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.256-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.849µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.68159ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.557292ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.77µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.902µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.258-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.819µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.258-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 887.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.733µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 422.18µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.258-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 473.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.989µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.306µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.063µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.094µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.227µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.849µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.259-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.124µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.260-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.657µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.261-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.261-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.958µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.261-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.826µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.261-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.185µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.261-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.039µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.261-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 145.674µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 224.888µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.324µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.361073ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.861µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.237µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.257µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.436µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.317µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.78µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.555µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.262-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.633µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.257-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.258-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 800.014µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.746µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.250-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.734µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.37483ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.039µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.847µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.263-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.668µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.04934ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.129926ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.903µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.859µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.109µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.390399ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 767.35µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.814µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.266-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.642µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.266-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.617µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.266-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.907µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.266-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.266-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.788µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.266-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.225µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.266-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.654686ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.267-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.264-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 364.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.267-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.589µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.267-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.058925ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.267-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.29µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.267-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 488.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.052964ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.265-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.268-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 213.563µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.268-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.268-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 292.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.268-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.797856ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.268-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.794637ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.268-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.593µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.268-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.85311ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.945µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.111448ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.071µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.624µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.147µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 477.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.721µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 570.238µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.55753ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.982µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 264.704µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.643µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.331µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.271-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.334013ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.271-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.511669ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.272-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.272-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.270-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 773.251µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.271-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.542µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.272-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 432.729µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.272-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.229µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.552µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.829µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.287µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.273-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.271-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.046µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.689554ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.269-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.464569ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 489.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.19µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.521µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.78µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.198µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.275-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.688µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 209.332µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.274-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.276-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.598µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.276-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.135µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.276-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.395µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.079607ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.922µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.737µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.2µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.538µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.527µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.956µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.373µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.393µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.277-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.644µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.275-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211.238µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.278-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 785.172µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.278-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.278-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.027526ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.278-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.524µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.278-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.279-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.082707ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.279-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.551927ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.865µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.278-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.223µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 276.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 232.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 238.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.279-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.234458ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.349µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.397µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.279-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.384µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.224µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.280-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.065µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.281-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.281-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.906513ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.281-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.281-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 890.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.281-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.784µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.281-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.281-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.790346ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.808347ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.969µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.744µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 351.787µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 313.223µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 346.9µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.689µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 299.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.284-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 316.322µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.284-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.279µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.284-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.157µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.284-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.284-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.244µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.284-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 262.558µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.698495ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.283-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.717µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.762689ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.284-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 407.636µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.93225ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.282-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.287-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.502073ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.287-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.612µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.559µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.995µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.407µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.288-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.234µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.289-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 348.449µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.289-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.289-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.152µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.289-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.289-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.218µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.289-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.290-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.653255ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.290-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.689µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.291-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.728µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.291-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.376µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.291-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.291-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.94µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.291-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.384µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.292-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.708µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.292-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.501549ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.292-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.781µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.292-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 3.049495ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.292-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.662µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.295-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.790581ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.295-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.156267ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.090275ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.295-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.391349ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.653µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.366µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.545µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.785µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.797µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.187µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.81µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.296-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.140834ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.906716ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.024µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.298-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.047µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 6.156627ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 996.293µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.651µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.019597ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.19µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.326µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.705µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.261µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.565µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.241µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.513µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.975µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 599.981µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.428µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 391.126µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.303-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.563µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.302-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 236.869µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.299-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.021528ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.303-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 347.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.303-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.303-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.999µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.303-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.303-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.932µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.304-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.94µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.304-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.401µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.304-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.164µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.304-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.324µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.300-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.297-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 439.346µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.301-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.453µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.302-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 443.757µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.304-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 709.355µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.302-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 336.528µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.304-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 506.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 78.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.123715ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.83µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.167µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.127µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.836µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.307-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.92µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.308-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.933µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.308-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.306-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.308-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.257µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.308-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.092µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.308-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.019µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.308-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.9µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.43µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.589µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.761µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.045µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.581µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.548µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.542µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.085µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.224µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.309-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.342µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.264µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.012µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.217µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 155.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.502µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.814µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.271µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.310-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.834µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.773µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.204µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.993µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.066µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.059µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.197µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.589µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.19µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.548µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.311-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.833µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.86µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 241.458µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.568µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.036µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.305-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.034797ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.099µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.898479ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.469µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.653µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.873µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.814µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.19µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.312-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.814µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.325-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211.715µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 75.817µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.325-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.252µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.325-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 149.131µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.325-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 267.088µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.325-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 121.296µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 146.091µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 228.882µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.296µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.82µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 240.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.435µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 226.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.326-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.078µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 142.395µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.437µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 155.151µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.622µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.178µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.336µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.439µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.302µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.459µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.327-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.452µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.328-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.331-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 485.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.332-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 762.344µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.333-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 431.419µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.333-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 396.729µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.334-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 206.649µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.334-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 296.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.335-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.886µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.386µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.336-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.11µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.336-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.702µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.841µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.767µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 654.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.423288ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.138µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.814µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.338-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.427µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.338-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.043µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 11.124915ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.154136ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.619µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.317-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 13.19749ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.337-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 558.913µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.338-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 610.769µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.46µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.976µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.031519ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.997µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.699µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.613µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.399µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 524.223µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.341-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.464µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.341-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.342-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.886µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.342-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.340-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.174µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.342-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.342-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.342-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.38µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.342-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.342-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 144.243µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.341-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.341-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.287032ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.341-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.449455ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.794µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.037µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.339-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.26µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.09µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.343-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.652µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.344-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.344-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.344-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.344-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.352-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.352-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 9.826904ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.202µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 272.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 152.707µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.004µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 151.694µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.247µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.05µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.591µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.566µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.353-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.28µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.028µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.803µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.638µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.413µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.354-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.611µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.410008ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 236.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 17.927955ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 246.644µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.117µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 14.241346ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.24µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 13.584919ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.061µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 14.93127ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.614µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.889µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.209µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.512µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.831µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.949µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.068µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.314µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 223.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.963µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.272µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 13.906844ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.357-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.356-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.359-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.358-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.201µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.359-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.360-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 371.218µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.360-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.673µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.360-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.361-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.276µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 390.887µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.361-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 293.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.845µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.362-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.713µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.503µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.879µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.361-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.298µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.212µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.361-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.438µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.5µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.205µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 136.971µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.361-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 409.663µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.236µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.363-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 237.585µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.482µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.851µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.361-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.309µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.747µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.364-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.549µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.813µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 466.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.572µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.270343ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.843µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.247585ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.442µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.617313ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.367-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.367-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.367-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.724µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.366µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.048196ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.035µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.049µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.299442ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.657µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.369-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 391.126µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.370-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 266.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.370-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 566.364µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.370-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 270.128µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.369-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.834µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.635µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.579286ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.443µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.421µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.933µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.371-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.701µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.124µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.841µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.688µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.344µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.758µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.753µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.602µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.373-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.442µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.373-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.077283ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.373-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.373-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.373-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.373-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.372-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.082µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.419µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.373-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 873.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.573µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 147.462µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.764µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.374-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.269µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.375-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.943µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.375-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.375-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.759µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.375-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.368-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.369-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 893.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.365-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.595366ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.366-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 971.198µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.375-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.667µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.375-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.967µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.203µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.457µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.662µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.275µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 720.859µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 180.185µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.694µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.376-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 185.431µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.231µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.158µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.702µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.305µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.024µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.769µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 272.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.622559ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 230.67µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 488.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.576µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.377-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.408µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.847µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.748µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.369µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.066µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.639µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.761µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.951µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.378-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.142µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.835µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.987µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.675µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.53µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.09µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.997µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.379-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.099µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 172.556µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.285µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.176µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.792µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.211µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.380-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.682µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.388µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.409µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.218µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.655µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.447µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.428µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.556µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.381-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.867µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.93µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.337µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.857µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.675µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.156µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.382-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.847µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.628µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.865µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.456µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.07µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.774µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.235µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.898µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.118µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.383-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.158µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.507µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.469µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.384-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.368µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.434µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 162.423µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.355µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.277µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.646µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.919µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.986µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 10.696537ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.562µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.385-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.386-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.096µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.386-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.386-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 160.873µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.386-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.356µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.386-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 169.576µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.386-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 156.641µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.386-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 158.549µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.387-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 241.697µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.387-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.099µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.387-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.258µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.388-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.886µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.388-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.681µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.388-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.403µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.388-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.263µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.389-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.947µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.389-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.152µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.389-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.317µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.389-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.377µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.390-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.681µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.390-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.390-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.331µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.390-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 176.012µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.391-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.298µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.391-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.284µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.391-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.284µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.391-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.728µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.392-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.978µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.392-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.753µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.392-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 482.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.392-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.554µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.392-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.839µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.582µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.957µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.262µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.209µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.36µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.871µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.95µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.297µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.308µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 7.710938ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 15.557059ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.772µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.877µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 221.372µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.68µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.136µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.971µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.547µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 133.097µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.395-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.818µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.938µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.254µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.473µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.672µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.44µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.163µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.918µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.475µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.778µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.838µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.493µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.056µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.553µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.169µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.401µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.91µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.01µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.122µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.374µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.341µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.195µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.255µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.397-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.851µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.911µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.281µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.791µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.115µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 143.946µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.044µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.264µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.706µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.162µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 129.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.215µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.398-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.089µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 109.077µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.301µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.408µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 137.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.811µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.031µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.28174ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.851µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.037µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.599µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.666µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.399-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.381µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 127.852µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 580.431µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 173.331µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.019µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 907.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.066µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.297µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.919µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 235.916µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.491µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 175.178µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 150.323µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 241.936µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 141.8µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.31µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.76µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 248.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.007µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 170.23µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 155.628µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.401-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 197.649µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 184.059µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 147.224µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 244.856µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.305µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.583µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 143.409µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 231.444µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 207.543µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.774µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 214.518µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 220.06µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 159.561µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.623µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.402-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 196.636µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.795µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 245.154µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.073µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.793µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.192µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.789µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 163.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 250.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 209.868µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.827µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 212.073µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 229.955µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.403-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 208.259µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.544µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 189.006µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 216.842µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 203.967µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.788µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.84µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.841µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.325µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.986µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.535µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.537µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.761µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 271.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.404-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 161.052µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 177.741µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 201.583µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.400-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 387.311µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 289.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.603674ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 240.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.316µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 227.273µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.656µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.945µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211.358µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 665.606µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 221.252µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.405-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.66µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 211µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.296µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 193.775µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 227.69µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 139.534µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 230.79µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.316µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.393-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 106.454µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.394-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 901.997µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.396-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 226.676µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 174.463µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.406-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 785.41µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 409.961µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 513.316µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.228µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.56µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.718µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.892µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.214µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.407-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.858µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.904µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 69.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.294µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.804µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.579µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 76.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.6µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.547µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.739µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.401µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.568µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.917µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.607µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 134.468µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 80.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 113.725µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 138.402µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 110.805µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.208µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 137.866µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.777µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 130.892µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.183µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.897µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 132.62µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.282µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 154.376µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.587µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.387µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.09µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 131.19µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.526µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 123.203µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 124.216µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 122.011µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.432µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.937µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.923µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.492µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.87µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 54.538µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.409-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.428µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.410-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 345.052µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.410-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 5.247775ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.410-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.701µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.410-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.362µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.410-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.410-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 905.514µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.411-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 111.222µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.411-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 588.537µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.411-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.354µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.411-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.046µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.411-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.437784ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.411-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.552069ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 103.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.496µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.926µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 185.847µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 194.252µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 179.232µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.335µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.165µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.404µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 187.933µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 181.794µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.361µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 183.522µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.51µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.408-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.586µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 209.689µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.412-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 190.377µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.413-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 396.133µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.413-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 401.02µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.413-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 268.4µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.413-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 275.732µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.413-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 377.536µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 938.357µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 4.97413ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.426µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.116µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.083µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 628.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.499µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.209201ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.016µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.414µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.539µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.626µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.347µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.977µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.487µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.009644ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.348µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 93.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.685µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.435268ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.416-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.867µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.416-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 295.461µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.416-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.416-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 831.008µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.416-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.032µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.416-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 191.927µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.284µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 186.145µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.748µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 202.656µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 313.52µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.509µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 168.681µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.856µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 8.430486ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.414-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 74.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.415-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.418-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 198.841µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.417-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 182.211µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.416-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 366.986µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.419-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 759.066µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.622487ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.685489ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 102.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 100.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.890171ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.274µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.268µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.765µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 119.269µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.321066ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.807452ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.009µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.048µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 114.798µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.864µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 275.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.102µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.876µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.837µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.421-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.149µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.34µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 735.939µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 931.621µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.148µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.114012ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.423-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 166.417µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 605.702µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.423-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 167.728µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 115.931µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.423-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 128.687µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 117.659µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.129µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.420-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 55.075µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.267µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.467µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.85µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.547µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.466µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.062µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 178.337µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 83.029µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 99.779µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.751µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.929µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 94.295µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.944µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.022µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.406µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.425-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.322µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.48µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 72.121µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.486µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 126.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.422-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.125µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 73.731µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.625µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.015µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 563.979µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.426-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.441µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.427-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 297.964µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.427-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.490356ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.427-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.11µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.427-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 204.146µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 380.933µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.816µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.885µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.71µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.42µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.423-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 171.661µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.423-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 205.1µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.423-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 199.437µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.427-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 217.497µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.427-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 479.58µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.423-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.03µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.427-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 913.919µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 91.97µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.825µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 77.844µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.505µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.242µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.055µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 71.645µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.394µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.75µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 68.605µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.353µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.161µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.692µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 58.412µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 67.532µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.665µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 89.824µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.181µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.624µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 118.017µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 447.155µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 101.983µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 98.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.878µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 165.582µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.430-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 157.714µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.431-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 195.384µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.431-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.745µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.431-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 223.696µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.168µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.698µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 79.99µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.431-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 95.188µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.431-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 378.49µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.431-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.295389ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.182µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.428-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 97.334µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.429-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 59.664µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.431-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 656.248µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.432-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 105.679µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.432-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 66.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 65.327µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.432µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 61.095µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 96.023µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 64.433µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.883µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 120.103µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 57.996µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.181µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.32µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.003µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.465µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.863µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 56.207µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.176584ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 90.54µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 63.479µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 62.525µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 60.618µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 88.632µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 104.189µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 70.333µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.434-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.71708ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.434-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 532.211µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.434-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 836.194µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.434-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.915563ms","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 116.884µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 87.321µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 108.719µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 188.292µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.434-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 698.328µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.433-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 92.506µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.434-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 112.474µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.434-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 125.11µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 192.821µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.435-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 826.598µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.436-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.610447ms","ecs.version":"1.6.0"}
--- PASS: TestSessionParallel (1.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/script/javascript	1.540s
=== RUN   TestConsole
--- PASS: TestConsole (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/console	0.022s
=== RUN   TestNetIsIP
--- PASS: TestNetIsIP (0.00s)
=== RUN   TestNetIsIPvN
--- PASS: TestNetIsIPvN (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/net	0.021s
=== RUN   TestWin32
--- PASS: TestWin32 (0.00s)
=== RUN   TestPosix
--- PASS: TestPosix (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/path	0.026s
=== RUN   TestNewProcessorDummyProcessor
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.485-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 200.272µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.485-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 164.091µs","ecs.version":"1.6.0"}
--- PASS: TestNewProcessorDummyProcessor (0.00s)
=== RUN   TestChainOfDummyProcessors
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.485-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 289.738µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.486-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 290.096µs","ecs.version":"1.6.0"}
--- PASS: TestChainOfDummyProcessors (0.00s)
=== RUN   TestProcessorWithCloser
{"log.level":"debug","@timestamp":"2023-11-03T09:39:28.486-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 107.408µs","ecs.version":"1.6.0"}
--- PASS: TestProcessorWithCloser (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/processor	0.041s
=== RUN   TestCommandLineToArgv
=== RUN   TestCommandLineToArgv/#00
=== RUN   TestCommandLineToArgv/_
=== RUN   TestCommandLineToArgv/_#01
=== RUN   TestCommandLineToArgv/test
=== RUN   TestCommandLineToArgv/test_a_b_c
=== RUN   TestCommandLineToArgv/test_"
=== RUN   TestCommandLineToArgv/test_""
=== RUN   TestCommandLineToArgv/test_"""
=== RUN   TestCommandLineToArgv/test_""_a
=== RUN   TestCommandLineToArgv/test_"123"
=== RUN   TestCommandLineToArgv/test_\"123\"
=== RUN   TestCommandLineToArgv/test_\"123_456\"
=== RUN   TestCommandLineToArgv/test_\\"
=== RUN   TestCommandLineToArgv/test_\\\"
=== RUN   TestCommandLineToArgv/test_\\\\\"
=== RUN   TestCommandLineToArgv/test_\\\"x
=== RUN   TestCommandLineToArgv/test_""""\""\\\"
=== RUN   TestCommandLineToArgv/"cmd_line"_abc
=== RUN   TestCommandLineToArgv/test_\\\\\""x"""y_z
=== RUN   TestCommandLineToArgv/test_b_"x_y"
=== RUN   TestCommandLineToArgv/"C:\Program_Files_(x86)\Steam\bin\cef\cef.win7x64\steamwebhelper.exe"_"-lang=en_US"_"-cachedir=C:\Users\jimmy\AppData\Local\Steam\htmlcache"_"-steampid=796"_"-buildid=1546909276"_"-steamid=0"_"-steamuniverse=Dev"_"-clientui=C:\Program_Files_(x86)\Steam\clientui"_--disable-spell-checking_--disable-out-of-process-pac_--enable-blink-features=ResizeObserver,Worklet,AudioWorklet_--disable-features=TouchpadAndWheelScrollLatching,AsyncWheelEvents_--enable-media-stream_--disable-smooth-scrolling_--num-raster-threads=4_--enable-direct-write_"--log-file=C:\Program_Files_(x86)\Steam\logs\cef_log.txt"
--- PASS: TestCommandLineToArgv (0.00s)
    --- PASS: TestCommandLineToArgv/#00 (0.00s)
    --- PASS: TestCommandLineToArgv/_ (0.00s)
    --- PASS: TestCommandLineToArgv/_#01 (0.00s)
    --- PASS: TestCommandLineToArgv/test (0.00s)
    --- PASS: TestCommandLineToArgv/test_a_b_c (0.00s)
    --- PASS: TestCommandLineToArgv/test_" (0.00s)
    --- PASS: TestCommandLineToArgv/test_"" (0.00s)
    --- PASS: TestCommandLineToArgv/test_""" (0.00s)
    --- PASS: TestCommandLineToArgv/test_""_a (0.00s)
    --- PASS: TestCommandLineToArgv/test_"123" (0.00s)
    --- PASS: TestCommandLineToArgv/test_\"123\" (0.00s)
    --- PASS: TestCommandLineToArgv/test_\"123_456\" (0.00s)
    --- PASS: TestCommandLineToArgv/test_\\" (0.00s)
    --- PASS: TestCommandLineToArgv/test_\\\" (0.00s)
    --- PASS: TestCommandLineToArgv/test_\\\\\" (0.00s)
    --- PASS: TestCommandLineToArgv/test_\\\"x (0.00s)
    --- PASS: TestCommandLineToArgv/test_""""\""\\\" (0.00s)
    --- PASS: TestCommandLineToArgv/"cmd_line"_abc (0.00s)
    --- PASS: TestCommandLineToArgv/test_\\\\\""x"""y_z (0.00s)
    --- PASS: TestCommandLineToArgv/test_b_"x_y" (0.00s)
    --- PASS: TestCommandLineToArgv/"C:\Program_Files_(x86)\Steam\bin\cef\cef.win7x64\steamwebhelper.exe"_"-lang=en_US"_"-cachedir=C:\Users\jimmy\AppData\Local\Steam\htmlcache"_"-steampid=796"_"-buildid=1546909276"_"-steamid=0"_"-steamuniverse=Dev"_"-clientui=C:\Program_Files_(x86)\Steam\clientui"_--disable-spell-checking_--disable-out-of-process-pac_--enable-blink-features=ResizeObserver,Worklet,AudioWorklet_--disable-features=TouchpadAndWheelScrollLatching,AsyncWheelEvents_--enable-media-stream_--disable-smooth-scrolling_--num-raster-threads=4_--enable-direct-write_"--log-file=C:\Program_Files_(x86)\Steam\logs\cef_log.txt" (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/windows	0.021s
=== RUN   TestSyslog
=== RUN   TestSyslog/rfc-3164
=== PAUSE TestSyslog/rfc-3164
=== RUN   TestSyslog/rfc-5424
=== PAUSE TestSyslog/rfc-5424
=== CONT  TestSyslog/rfc-3164
=== CONT  TestSyslog/rfc-5424
--- PASS: TestSyslog (0.00s)
    --- PASS: TestSyslog/rfc-5424 (0.00s)
    --- PASS: TestSyslog/rfc-3164 (0.00s)
=== RUN   TestAppendStringField
=== RUN   TestAppendStringField/nil
=== PAUSE TestAppendStringField/nil
=== RUN   TestAppendStringField/string
=== PAUSE TestAppendStringField/string
=== RUN   TestAppendStringField/string-slice
=== PAUSE TestAppendStringField/string-slice
=== RUN   TestAppendStringField/interface-slice
=== PAUSE TestAppendStringField/interface-slice
=== CONT  TestAppendStringField/nil
=== CONT  TestAppendStringField/string-slice
=== CONT  TestAppendStringField/interface-slice
=== CONT  TestAppendStringField/string
--- PASS: TestAppendStringField (0.00s)
    --- PASS: TestAppendStringField/nil (0.00s)
    --- PASS: TestAppendStringField/string-slice (0.00s)
    --- PASS: TestAppendStringField/interface-slice (0.00s)
    --- PASS: TestAppendStringField/string (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/syslog	0.027s
=== RUN   TestTimesSeriesIsDimension
--- PASS: TestTimesSeriesIsDimension (0.00s)
=== RUN   TestTimesSeriesHashes
=== RUN   TestTimesSeriesHashes/simple_fields
=== RUN   TestTimesSeriesHashes/simple_field_-_with_one_ignored_field
=== RUN   TestTimesSeriesHashes/simple_fields_and_one_ignored_and_one_by_default
--- PASS: TestTimesSeriesHashes (0.00s)
    --- PASS: TestTimesSeriesHashes/simple_fields (0.00s)
    --- PASS: TestTimesSeriesHashes/simple_field_-_with_one_ignored_field (0.00s)
    --- PASS: TestTimesSeriesHashes/simple_fields_and_one_ignored_and_one_by_default (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/timeseries	0.022s
=== RUN   TestParsePatterns
=== RUN   TestParsePatterns/ANSIC
=== RUN   TestParsePatterns/RFC3339Nano
=== RUN   TestParsePatterns/RFC3339
=== RUN   TestParsePatterns/UNIX
=== RUN   TestParsePatterns/UNIX_MS
    timestamp_test.go:113: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/processors/timestamp/timestamp_test.go:113
        	Error:      	Not equal: 
        	            	expected: time.Date(2015, time.March, 7, 11, 6, 39, 0, time.UTC)
        	            	actual  : time.Date(1969, time.December, 29, 15, 40, 56, 728000000, time.UTC)
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,2 @@
        	            	-(time.Time) 2015-03-07 11:06:39 +0000 UTC
        	            	+(time.Time) 1969-12-29 15:40:56.728 +0000 UTC
        	            	 
        	Test:       	TestParsePatterns/UNIX_MS
--- FAIL: TestParsePatterns (0.00s)
    --- PASS: TestParsePatterns/ANSIC (0.00s)
    --- PASS: TestParsePatterns/RFC3339Nano (0.00s)
    --- PASS: TestParsePatterns/RFC3339 (0.00s)
    --- PASS: TestParsePatterns/UNIX (0.00s)
    --- FAIL: TestParsePatterns/UNIX_MS (0.00s)
=== RUN   TestParseNoYear
--- PASS: TestParseNoYear (0.00s)
=== RUN   TestIgnoreMissing
--- PASS: TestIgnoreMissing (0.00s)
=== RUN   TestIgnoreFailure
{"log.level":"debug","@timestamp":"2023-11-03T09:39:29.785-0400","log.logger":"processor.timestamp","log.origin":{"file.name":"timestamp/timestamp.go","file.line":152},"message":"Failure parsing time field.","error":{"message":"failed parsing time field ts='11:06AM'","cause":[{"message":"failed using layout [2006-01-02T15:04:05Z07:00] cannot parse [11:06AM] as [2006]"}]},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:29.785-0400","log.logger":"processor.timestamp","log.origin":{"file.name":"timestamp/timestamp.go","file.line":150},"message":"(Ignored) Failure parsing time field.","error":{"message":"failed parsing time field ts='11:06AM'","cause":[{"message":"failed using layout [2006-01-02T15:04:05Z07:00] cannot parse [11:06AM] as [2006]"}]},"ecs.version":"1.6.0"}
--- PASS: TestIgnoreFailure (0.00s)
=== RUN   TestBuiltInTest
{"log.level":"debug","@timestamp":"2023-11-03T09:39:29.785-0400","log.logger":"processor.timestamp","log.origin":{"file.name":"timestamp/timestamp.go","file.line":152},"message":"Failure parsing time field.","error":{"message":"failed parsing time field ts='2015-03-07T11:06:39Z'","cause":[{"message":"failed using layout [2006-01-89T15:04:05Z07:00] cannot parse [07T11:06:39Z] as [-89T]"}]},"ecs.version":"1.6.0"}
--- PASS: TestBuiltInTest (0.00s)
=== RUN   TestTimezone
=== RUN   TestTimezone/non-existing_location
=== RUN   TestTimezone/incomplete_offset
=== RUN   TestTimezone/UTC_as_standard_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: +0000
=== RUN   TestTimezone/standard_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: +0430
=== RUN   TestTimezone/minute_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: +00:30
=== RUN   TestTimezone/negative_abbreviated_hour_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: -04
=== RUN   TestTimezone/abbreviated_hour_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: +04
=== RUN   TestTimezone/no_timezone
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: 
=== RUN   TestTimezone/GMT_label
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: Etc/GMT+2
=== RUN   TestTimezone/hour_and_minute_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: +03:00
=== RUN   TestTimezone/negative_hour_and_minute_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: -03:30
=== RUN   TestTimezone/negative_minute_offset
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: -00:30
=== RUN   TestTimezone/unsupported_UTC_representation
=== RUN   TestTimezone/location_label
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: America/Panama
=== RUN   TestTimezone/UTC_label
    timestamp_test.go:291: Original timestamp: Sat Mar  7 11:06:39 2015
    timestamp_test.go:292: Timezone: Etc/UTC
--- PASS: TestTimezone (0.01s)
    --- PASS: TestTimezone/non-existing_location (0.00s)
    --- PASS: TestTimezone/incomplete_offset (0.00s)
    --- PASS: TestTimezone/UTC_as_standard_offset (0.00s)
    --- PASS: TestTimezone/standard_offset (0.00s)
    --- PASS: TestTimezone/minute_offset (0.00s)
    --- PASS: TestTimezone/negative_abbreviated_hour_offset (0.00s)
    --- PASS: TestTimezone/abbreviated_hour_offset (0.00s)
    --- PASS: TestTimezone/no_timezone (0.00s)
    --- PASS: TestTimezone/GMT_label (0.00s)
    --- PASS: TestTimezone/hour_and_minute_offset (0.00s)
    --- PASS: TestTimezone/negative_hour_and_minute_offset (0.00s)
    --- PASS: TestTimezone/negative_minute_offset (0.00s)
    --- PASS: TestTimezone/unsupported_UTC_representation (0.00s)
    --- PASS: TestTimezone/location_label (0.00s)
    --- PASS: TestTimezone/UTC_label (0.00s)
=== RUN   TestMetadataTarget
--- PASS: TestMetadataTarget (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/libbeat/processors/timestamp	0.051s
=== RUN   TestURLDecode
=== RUN   TestURLDecode/simple_field_urldecode
=== PAUSE TestURLDecode/simple_field_urldecode
=== RUN   TestURLDecode/simple_multiple_fields_urldecode
=== PAUSE TestURLDecode/simple_multiple_fields_urldecode
=== RUN   TestURLDecode/simple_field_urldecode_To_empty
=== PAUSE TestURLDecode/simple_field_urldecode_To_empty
=== RUN   TestURLDecode/simple_field_urldecode_from_and_to_equals
=== PAUSE TestURLDecode/simple_field_urldecode_from_and_to_equals
=== RUN   TestURLDecode/simple_field_bad_data_-_fail_on_error
=== PAUSE TestURLDecode/simple_field_bad_data_-_fail_on_error
=== RUN   TestURLDecode/simple_field_bad_data_fail_on_error_false
=== PAUSE TestURLDecode/simple_field_bad_data_fail_on_error_false
=== RUN   TestURLDecode/missing_field
=== PAUSE TestURLDecode/missing_field
=== RUN   TestURLDecode/missing_field_ignore
=== PAUSE TestURLDecode/missing_field_ignore
=== RUN   TestURLDecode/supports_metadata_as_a_target
=== PAUSE TestURLDecode/supports_metadata_as_a_target
=== CONT  TestURLDecode/simple_field_urldecode
=== CONT  TestURLDecode/missing_field_ignore
=== CONT  TestURLDecode/missing_field
=== CONT  TestURLDecode/supports_metadata_as_a_target
=== CONT  TestURLDecode/simple_field_bad_data_-_fail_on_error
=== CONT  TestURLDecode/simple_field_bad_data_fail_on_error_false
=== CONT  TestURLDecode/simple_multiple_fields_urldecode
=== CONT  TestURLDecode/simple_field_urldecode_from_and_to_equals
=== CONT  TestURLDecode/simple_field_urldecode_To_empty
--- PASS: TestURLDecode (0.00s)
    --- PASS: TestURLDecode/simple_field_urldecode (0.00s)
    --- PASS: TestURLDecode/missing_field (0.00s)
    --- PASS: TestURLDecode/missing_field_ignore (0.00s)
    --- PASS: TestURLDecode/supports_metadata_as_a_target (0.00s)
    --- PASS: TestURLDecode/simple_field_bad_data_-_fail_on_error (0.00s)
    --- PASS: TestURLDecode/simple_field_bad_data_fail_on_error_false (0.00s)
    --- PASS: TestURLDecode/simple_multiple_fields_urldecode (0.00s)
    --- PASS: TestURLDecode/simple_field_urldecode_from_and_to_equals (0.00s)
    --- PASS: TestURLDecode/simple_field_urldecode_To_empty (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/urldecode	0.022s
=== RUN   TestConfigGeoEnabled
=== RUN   TestConfigGeoEnabled/Check_of_region_iso_code
=== RUN   TestConfigGeoEnabled/Check_of_city_name
=== RUN   TestConfigGeoEnabled/Check_of_name
=== RUN   TestConfigGeoEnabled/Check_of_location
=== RUN   TestConfigGeoEnabled/Check_of_continent_name
=== RUN   TestConfigGeoEnabled/Check_of_country_iso_code
=== RUN   TestConfigGeoEnabled/Check_of_region_name
--- PASS: TestConfigGeoEnabled (0.00s)
    --- PASS: TestConfigGeoEnabled/Check_of_region_iso_code (0.00s)
    --- PASS: TestConfigGeoEnabled/Check_of_city_name (0.00s)
    --- PASS: TestConfigGeoEnabled/Check_of_name (0.00s)
    --- PASS: TestConfigGeoEnabled/Check_of_location (0.00s)
    --- PASS: TestConfigGeoEnabled/Check_of_continent_name (0.00s)
    --- PASS: TestConfigGeoEnabled/Check_of_country_iso_code (0.00s)
    --- PASS: TestConfigGeoEnabled/Check_of_region_name (0.00s)
=== RUN   TestPartialGeo
--- PASS: TestPartialGeo (0.00s)
=== RUN   TestGeoLocationValidation
=== RUN   TestGeoLocationValidation/Location_40.177200,_44.503490_validation_should_be_true
=== RUN   TestGeoLocationValidation/Location_-40.177200,_-44.503490_validation_should_be_true
=== RUN   TestGeoLocationValidation/Location_garbage_validation_should_be_false
=== RUN   TestGeoLocationValidation/Location_9999999999_validation_should_be_false
--- PASS: TestGeoLocationValidation (0.02s)
    --- PASS: TestGeoLocationValidation/Location_40.177200,_44.503490_validation_should_be_true (0.00s)
    --- PASS: TestGeoLocationValidation/Location_-40.177200,_-44.503490_validation_should_be_true (0.00s)
    --- PASS: TestGeoLocationValidation/Location_garbage_validation_should_be_false (0.02s)
    --- PASS: TestGeoLocationValidation/Location_9999999999_validation_should_be_false (0.00s)
=== RUN   TestUnique
--- PASS: TestUnique (0.00s)
=== RUN   TestFormatHardwareAddr
--- PASS: TestFormatHardwareAddr (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/processors/util	0.059s
=== RUN   TestClient
=== RUN   TestClient/client_close
=== RUN   TestClient/client_close/close_unblocks_client_without_context
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.559-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.559-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.560-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.560-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.560-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.560-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.560-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.561-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":214},"message":"Pipeline client receives callback 'onDroppedOnPublish' for event: {Timestamp:0001-01-01 00:00:00 +0000 UTC Meta:null Fields:null Private: TimeSeries:false}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.561-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.561-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":54},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
=== RUN   TestClient/client_close/close_unblocks_client_with_context
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":214},"message":"Pipeline client receives callback 'onDroppedOnPublish' for event: {Timestamp:0001-01-01 00:00:00 +0000 UTC Meta:null Fields:null Private: TimeSeries:false}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":54},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
=== RUN   TestClient/client_close/context_cancel_unblocks_client
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 1 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":214},"message":"Pipeline client receives callback 'onDroppedOnPublish' for event: {Timestamp:0001-01-01 00:00:00 +0000 UTC Meta:null Fields:null Private: TimeSeries:false}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.583-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":54},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
--- PASS: TestClient (0.04s)
    --- PASS: TestClient/client_close (0.04s)
        --- PASS: TestClient/client_close/close_unblocks_client_without_context (0.01s)
        --- PASS: TestClient/client_close/close_unblocks_client_with_context (0.01s)
        --- PASS: TestClient/client_close/context_cancel_unblocks_client (0.01s)
=== RUN   TestClientWaitClose
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.597-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
=== RUN   TestClientWaitClose/WaitClose_blocks
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.597-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:31.597-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.103-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.103-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.103-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.103-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
=== RUN   TestClientWaitClose/ACKing_events_unblocks_WaitClose
{"log.level":"error","@timestamp":"2023-11-03T09:39:32.103-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/eventloop.go","file.line":224},"message":"handle ACKs: 1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/eventloop.go","file.line":226},"message":"handle ACK took: 68.069µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/ackloop.go","file.line":81},"message":"ackloop: return ack to broker loop:1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/ackloop.go","file.line":83},"message":"ackloop:  done send ack","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/eventloop.go","file.line":224},"message":"handle ACKs: 1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/eventloop.go","file.line":226},"message":"handle ACK took: 44.465µs","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/ackloop.go","file.line":81},"message":"ackloop: return ack to broker loop:1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.origin":{"file.name":"memqueue/ackloop.go","file.line":83},"message":"ackloop:  done send ack","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
--- PASS: TestClientWaitClose (0.52s)
    --- PASS: TestClientWaitClose/WaitClose_blocks (0.51s)
    --- PASS: TestClientWaitClose/ACKing_events_unblocks_WaitClose (0.00s)
=== RUN   TestMonitoring
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:32.115-0400","log.origin":{"file.name":"pipeline/module.go","file.line":105},"message":"Beat name: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
--- PASS: TestMonitoring (0.00s)
=== RUN   TestMakeClientWorker
=== RUN   TestMakeClientWorker/client
    util.go:39: reproduce test with `go test ... -seed 1699018772116097631`
{"log.level":"debug","@timestamp":"2023-11-03T09:39:32.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
=== RUN   TestMakeClientWorker/network_client
    util.go:39: reproduce test with `go test ... -seed 1699018772969155568`
--- PASS: TestMakeClientWorker (1.58s)
    --- PASS: TestMakeClientWorker/client (0.85s)
    --- PASS: TestMakeClientWorker/network_client (0.72s)
=== RUN   TestReplaceClientWorker
    client_worker_test.go:98: Flaky test: https://github.com/elastic/beats/issues/17965
--- SKIP: TestReplaceClientWorker (0.00s)
=== RUN   TestMakeClientTracer
    util.go:39: reproduce test with `go test ... -seed 1699018773694183251`
--- PASS: TestMakeClientTracer (0.00s)
=== RUN   TestNoBatchAssemblyOnNilTarget
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.698-0400","log.logger":"eventConsumer test","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
--- PASS: TestNoBatchAssemblyOnNilTarget (0.00s)
=== RUN   TestOutputReload
=== RUN   TestOutputReload/network_client
    util.go:39: reproduce test with `go test ... -seed 1699018773698707425`
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.702-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.707-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.708-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.710-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.711-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:33.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.714-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:33.714-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:33.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.794-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:34.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.803-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:34.803-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.861-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.861-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.861-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.861-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:34.861-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.864-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.864-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.874-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.875-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.876-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.877-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.878-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:35.878-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.883-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:35.883-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.949-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.949-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.949-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.949-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:35.949-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:36.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.941-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.942-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.943-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.944-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.945-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:36.946-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:37.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:37.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:37.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:37.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:37.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.037-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.038-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.039-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.041-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.059-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.060-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.062-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.062-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.061-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.062-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.062-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.062-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.066-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.067-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.067-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.067-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.067-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.067-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.067-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.067-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.069-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:38.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.116-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.118-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.119-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.120-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.121-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.121-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.122-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.122-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.122-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.122-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.122-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.122-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.122-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:39.126-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:39.126-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:39.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:39.136-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:39.136-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.225-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.225-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.225-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.225-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:39.225-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.228-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.229-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.230-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.231-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.232-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.233-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.239-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.242-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:40.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.266-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:40.266-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:40.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.292-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.293-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.294-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.295-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.296-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.297-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.298-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:41.302-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:41.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.416-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.417-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.418-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.445-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.446-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.447-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.448-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:42.449-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:42.451-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:42.451-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:42.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.539-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.540-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.541-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.542-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.543-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.544-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.545-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.546-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.547-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.548-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.549-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.550-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.551-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:43.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.565-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:43.566-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.622-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.622-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.622-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.622-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:43.622-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.629-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.630-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.631-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.632-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.633-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.634-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.635-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.636-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.638-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.639-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:44.640-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:44.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.732-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.732-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.733-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.734-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.735-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.736-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.737-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.738-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.739-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.740-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.741-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.742-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.743-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.744-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:45.745-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.912-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.912-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.912-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.912-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:45.912-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.791-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.793-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:46.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.808-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:46.808-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.915-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.915-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.915-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.915-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:46.915-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.918-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:47.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:47.943-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:47.943-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.010-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.010-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.010-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.010-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:48.010-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.014-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.015-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.016-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.017-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.018-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.023-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.024-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.025-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.026-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:49.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:49.041-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:49.041-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:49.117-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.123-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.124-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.125-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.126-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.129-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:50.130-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.159-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.159-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.159-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.159-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:50.159-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.167-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:51.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.195-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:51.195-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.271-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.271-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.271-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.271-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:51.271-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.276-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.276-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.279-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.280-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.281-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.282-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.283-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.284-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.285-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.286-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.287-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.288-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.289-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:52.290-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.297-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:52.297-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:52.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:53.414-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:53.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.481-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.481-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.481-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.481-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.482-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.483-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.484-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.485-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.486-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.487-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.488-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.490-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.491-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.492-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.493-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.493-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.493-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.509-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.510-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:54.511-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.576-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.576-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.576-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.576-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:54.576-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.590-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.596-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.610-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.611-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.617-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.618-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:55.619-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:55.634-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:55.634-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.775-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.775-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.775-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.775-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:55.775-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:56.790-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:56.820-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:56.820-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.880-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.880-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.880-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.880-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:56.880-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:57.889-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:57.889-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:57.889-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:57.889-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.890-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.891-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.892-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.893-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.894-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.895-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.896-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.897-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.898-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.899-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.900-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.901-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.902-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.903-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.906-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.906-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.906-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.906-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.906-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:57.906-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:57.909-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:57.909-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:58.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:58.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:58.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:58.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:58.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.027-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.028-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.029-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.030-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.031-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.032-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.033-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.034-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.035-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:39:59.036-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:59.037-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:59.037-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:39:59.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.127-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.128-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.131-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.132-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.133-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.134-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.135-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.135-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.135-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.135-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.135-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.140-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.141-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.142-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:00.143-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.145-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":137},"message":"Connecting to mock_client","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:00.145-0400","log.logger":"publisher_pipeline_output","log.origin":{"file.name":"pipeline/client_worker.go","file.line":145},"message":"Connection to mock_client established","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:00.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.189-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
=== RUN   TestOutputReload/client
    util.go:39: reproduce test with `go test ... -seed 1699018801191019536`
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.191-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.192-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.193-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.194-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.195-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.196-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.197-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.198-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.199-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.200-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.201-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:01.202-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:01.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.299-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.300-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.301-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.302-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.303-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.304-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.306-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.307-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.308-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.309-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.310-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.310-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.310-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:02.310-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.390-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.390-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.390-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.390-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:02.390-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.393-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.394-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.395-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.396-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.397-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.398-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.399-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.400-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.401-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.402-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.403-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.404-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:03.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:03.489-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.495-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.496-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.497-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.498-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.499-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.500-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.501-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.502-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.503-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.504-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.505-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.506-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.507-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.508-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.508-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.508-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:04.508-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:04.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.598-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.599-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.600-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.601-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.602-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.603-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.604-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.605-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.606-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.607-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.608-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:05.609-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.693-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.693-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.693-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.693-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:05.693-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.696-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.696-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.696-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.696-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.697-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.697-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.697-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.697-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.697-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.697-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.697-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.698-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.699-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.700-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.701-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.703-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.704-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.705-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:06.706-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.770-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.770-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.770-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.770-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:06.770-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.777-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.778-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.779-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.780-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.781-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.782-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.783-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.784-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.785-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.786-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.787-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.788-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:07.789-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.860-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.860-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.860-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.860-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:07.860-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.865-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.866-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.867-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.868-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.869-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.870-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.871-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.872-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:08.873-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.960-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.960-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.960-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.960-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:08.960-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:09.962-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:09.962-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:09.962-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:09.962-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.962-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.962-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.963-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.964-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.965-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.966-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.967-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.968-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.969-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.970-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.971-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.972-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.973-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.974-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:09.975-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:10.057-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:10.057-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:10.057-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:10.057-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:10.058-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.063-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.064-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.065-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.068-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.069-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.078-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.078-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.078-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.078-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.078-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.078-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.079-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.080-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.081-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.082-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.083-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.085-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:11.086-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:11.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.178-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.179-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.180-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.181-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.182-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.183-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.184-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.185-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.186-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.187-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.188-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.188-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.188-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:12.188-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:12.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.255-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.256-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:13.257-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.313-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.313-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.313-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.313-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:13.314-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.325-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.326-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.327-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.328-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.329-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.330-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.331-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:14.332-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:14.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.405-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.406-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.407-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.408-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.409-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.410-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.411-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.412-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.413-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.414-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:15.415-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.466-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.466-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.466-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.466-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:15.466-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.467-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.468-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.470-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.471-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.472-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.473-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.474-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.475-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.476-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.477-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.478-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:16.479-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.555-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.555-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.555-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.555-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:16.555-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.561-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.561-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.561-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.561-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.562-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.563-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.564-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.565-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.566-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.567-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.568-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.569-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.570-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.571-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.572-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.573-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.574-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.637-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.641-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.642-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.643-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.644-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.645-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.646-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.647-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.648-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.649-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.650-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.651-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.652-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:18.653-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:18.709-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.712-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.713-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.714-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.715-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.716-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.717-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.718-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.719-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.720-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.721-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.722-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.723-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.724-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.725-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.726-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.727-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.728-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.729-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.746-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:19.747-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:19.792-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.795-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.796-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.797-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.798-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.799-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.800-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.801-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.802-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.803-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.804-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:20.805-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:20.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.919-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.920-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.921-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.922-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.923-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.924-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.925-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.926-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.927-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.931-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.932-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.933-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.934-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.935-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.936-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.937-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.938-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.939-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:21.940-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.996-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.996-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.996-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.996-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:21.996-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:22.999-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.000-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.001-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.002-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.003-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.004-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.004-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.004-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.004-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.004-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.004-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.004-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.005-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.006-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.007-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.008-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.008-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.008-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.008-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.008-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:23.008-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:23.100-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:23.100-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:23.100-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:23.100-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:23.100-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.104-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.105-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.106-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.107-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.108-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.109-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.110-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.111-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.112-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.113-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.114-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:24.115-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.158-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.158-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.158-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.158-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:24.158-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.160-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.161-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.162-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.163-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.164-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.165-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.166-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.168-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.169-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.170-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.171-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.172-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.173-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.174-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.175-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:25.176-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:25.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.243-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.244-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.245-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.246-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.247-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.248-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.249-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.250-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.251-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.252-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.253-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:26.254-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:26.305-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.310-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":49},"message":"pipeline event consumer queue reader: start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/consumer.go","file.line":110},"message":"start pipeline event consumer","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.317-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.318-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.322-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.323-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.324-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.333-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.334-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.335-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.336-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.337-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.338-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.339-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.340-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.341-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.342-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:40:27.343-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/controller.go","file.line":250},"message":"outputController received new output configuration when queue is already active","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.378-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":145},"message":"client: closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.378-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":150},"message":"client: done closing acker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.378-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":152},"message":"client: close queue producer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.378-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":176},"message":"client: cancelled 0 events","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:27.378-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/client.go","file.line":155},"message":"client: done producer close","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:40:28.384-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/pipeline.go","file.line":179},"message":"close pipeline","ecs.version":"1.6.0"}
--- PASS: TestOutputReload (54.69s)
    --- PASS: TestOutputReload/network_client (27.49s)
    --- PASS: TestOutputReload/client (27.19s)
=== RUN   TestSetEmptyOutputsSendsNilChannel
{"log.level":"debug","@timestamp":"2023-11-03T09:40:28.384-0400","log.logger":"publish","log.origin":{"file.name":"pipeline/queue_reader.go","file.line":68},"message":"pipeline event consumer queue reader: stop","ecs.version":"1.6.0"}
--- PASS: TestSetEmptyOutputsSendsNilChannel (0.00s)
=== RUN   TestQueueCreatedOnlyAfterOutputExists
--- PASS: TestQueueCreatedOnlyAfterOutputExists (0.00s)
=== RUN   TestOutputQueueFactoryTakesPrecedence
--- PASS: TestOutputQueueFactoryTakesPrecedence (0.00s)
=== RUN   TestFailedQueueFactoryRevertsToDefault
{"log.level":"error","@timestamp":"2023-11-03T09:40:28.385-0400","log.logger":"tests","log.origin":{"file.name":"pipeline/controller.go","file.line":263},"message":"queue creation failed, falling back to default memory queue, check your queue configuration","ecs.version":"1.6.0"}
--- PASS: TestFailedQueueFactoryRevertsToDefault (0.00s)
=== RUN   TestQueueProducerBlocksUntilOutputIsSet
--- PASS: TestQueueProducerBlocksUntilOutputIsSet (0.02s)
=== RUN   TestSyncClient
=== RUN   TestSyncClient/Publish
{"log.level":"debug","@timestamp":"2023-11-03T09:40:28.407-0400","log.logger":"sync client","log.origin":{"file.name":"pipeline/sync_client.go","file.line":78},"message":"Publish 1 event","ecs.version":"1.6.0"}
=== RUN   TestSyncClient/PublishAll_single_ACK
{"log.level":"debug","@timestamp":"2023-11-03T09:40:28.407-0400","log.logger":"sync client","log.origin":{"file.name":"pipeline/sync_client.go","file.line":86},"message":"Publish 10 events","ecs.version":"1.6.0"}
=== RUN   TestSyncClient/PublishAll_multiple_independent_ACKs
{"log.level":"debug","@timestamp":"2023-11-03T09:40:28.407-0400","log.logger":"sync client","log.origin":{"file.name":"pipeline/sync_client.go","file.line":86},"message":"Publish 10 events","ecs.version":"1.6.0"}
--- PASS: TestSyncClient (0.00s)
    --- PASS: TestSyncClient/Publish (0.00s)
    --- PASS: TestSyncClient/PublishAll_single_ACK (0.00s)
    --- PASS: TestSyncClient/PublishAll_multiple_independent_ACKs (0.00s)
=== RUN   TestBatchSplitRetry
--- PASS: TestBatchSplitRetry (0.00s)
=== RUN   TestNestedBatchSplit
--- PASS: TestNestedBatchSplit (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/publisher/pipeline	56.908s
=== RUN   TestAddFrames
--- PASS: TestAddFrames (0.00s)
=== RUN   TestCompressionReader
--- PASS: TestCompressionReader (0.00s)
=== RUN   TestCompressionWriter
--- PASS: TestCompressionWriter (0.00s)
=== RUN   TestCompressionRoundTrip
--- PASS: TestCompressionRoundTrip (0.00s)
=== RUN   TestCompressionSync
--- PASS: TestCompressionSync (0.00s)
=== RUN   TestHandleProducerWriteRequest
--- PASS: TestHandleProducerWriteRequest (0.00s)
=== RUN   TestHandleWriterLoopResponse
--- PASS: TestHandleWriterLoopResponse (0.00s)
=== RUN   TestHandleReaderLoopResponse
--- PASS: TestHandleReaderLoopResponse (0.00s)
=== RUN   TestMaybeReadPending
--- PASS: TestMaybeReadPending (0.00s)
=== RUN   TestMaybeWritePending
--- PASS: TestMaybeWritePending (0.00s)
=== RUN   TestMaybeUnblockProducers
--- PASS: TestMaybeUnblockProducers (0.00s)
=== RUN   TestCanAcceptFrameOfSize
--- PASS: TestCanAcceptFrameOfSize (0.00s)
=== RUN   TestEncryptionCompressionRoundTrip
--- PASS: TestEncryptionCompressionRoundTrip (0.01s)
=== RUN   TestEncryptionRoundTrip
--- PASS: TestEncryptionRoundTrip (0.00s)
=== RUN   TestProduceConsumer
    queue_test.go:60: seed:  1699018772517679687
    queue_test.go:61: events:  248
    queue_test.go:62: batchSize:  28
    queue_test.go:63: bufferSize:  39
=== RUN   TestProduceConsumer/direct
=== RUN   TestProduceConsumer/direct/single
=== PAUSE TestProduceConsumer/direct/single
=== RUN   TestProduceConsumer/direct/multi
=== PAUSE TestProduceConsumer/direct/multi
=== CONT  TestProduceConsumer/direct/single
=== CONT  TestProduceConsumer/direct/multi
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer_without_ack,_complete_batches
=== NAME  TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.536-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.551-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_complete_batches
=== NAME  TestProduceConsumer/direct/single/single_producer,_consumer_without_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.564-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer,_without_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.571-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_complete_batches
=== NAME  TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.577-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.589-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_limited_batches
=== NAME  TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.600-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.608-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== NAME  TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.614-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.626-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.637-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.645-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.652-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.662-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_complete_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.674-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.685-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.697-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_limited_batches
    log.go:72: {"log.level":"info","@timestamp":"2023-11-03T09:39:32.710-0400","log.logger":"diskqueue","log.origin":{"file.name":"diskqueue/queue.go","file.line":212},"message":"Found 0 existing events on queue start","ecs.version":"1.6.0"}
--- PASS: TestProduceConsumer (0.19s)
    --- PASS: TestProduceConsumer/direct (0.00s)
        --- PASS: TestProduceConsumer/direct/single (0.08s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer_without_ack,_complete_batches (0.03s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer,_without_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_complete_batches (0.03s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_limited_batches (0.01s)
        --- PASS: TestProduceConsumer/direct/multi (0.19s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_complete_batches (0.02s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_complete_batches (0.02s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_limited_batches (0.03s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_limited_batches (0.01s)
=== RUN   TestMetrics
    queue_test.go:109: got 6676 bytes written
--- PASS: TestMetrics (0.51s)
=== RUN   TestSegmentsRoundTrip
--- PASS: TestSegmentsRoundTrip (0.00s)
=== RUN   TestSegmentReaderSeek
--- PASS: TestSegmentReaderSeek (0.01s)
=== RUN   TestSegmentReaderSeekLocations
--- PASS: TestSegmentReaderSeekLocations (0.00s)
=== RUN   TestSerialize
--- PASS: TestSerialize (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/publisher/queue/diskqueue	0.765s
=== RUN   TestProduceConsumer
    queue_test.go:55: seed:  1699018772521092949
    queue_test.go:56: events:  362
    queue_test.go:57: batchSize:  154
    queue_test.go:58: bufferSize:  35
=== RUN   TestProduceConsumer/direct
=== RUN   TestProduceConsumer/direct/single
=== PAUSE TestProduceConsumer/direct/single
=== RUN   TestProduceConsumer/direct/multi
=== PAUSE TestProduceConsumer/direct/multi
=== CONT  TestProduceConsumer/direct/single
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer_without_ack,_complete_batches
=== CONT  TestProduceConsumer/direct/multi
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_complete_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_limited_batches
=== RUN   TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_limited_batches
=== RUN   TestProduceConsumer/flush
=== RUN   TestProduceConsumer/flush/single
=== PAUSE TestProduceConsumer/flush/single
=== RUN   TestProduceConsumer/flush/multi
=== PAUSE TestProduceConsumer/flush/multi
=== CONT  TestProduceConsumer/flush/single
=== RUN   TestProduceConsumer/flush/single/single_producer,_consumer_without_ack,_complete_batches
=== CONT  TestProduceConsumer/flush/multi
=== RUN   TestProduceConsumer/flush/multi/2_producers,_1_consumer,_without_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/single/single_producer,_consumer,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_1_consumer,_all_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/single/single_producer,_consumer,_with_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_1_consumer,_1_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_1_consumer,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/single/single_producer,_consumer,_with_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_1_consumer,_all_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_1_consumer,_1_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/multi/1_producer,_2_consumers,_without_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/multi/1_producer,_2_consumers,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_2_consumer,_without_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_2_consumer,_all_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_2_consumer,_1_ack,_complete_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_2_consumer,_without_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_2_consumer,_all_ack,_limited_batches
=== RUN   TestProduceConsumer/flush/multi/2_producers,_2_consumer,_1_ack,_limited_batches
--- PASS: TestProduceConsumer (2.11s)
    --- PASS: TestProduceConsumer/direct (0.00s)
        --- PASS: TestProduceConsumer/direct/single (0.06s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer_without_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer,_without_ack,_limited_batches (0.02s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_complete_batches (0.02s)
            --- PASS: TestProduceConsumer/direct/single/single_producer,_consumer,_with_ack,_limited_batches (0.01s)
        --- PASS: TestProduceConsumer/direct/multi (0.15s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_complete_batches (0.02s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_without_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_all_ack,_limited_batches (0.02s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_1_consumer,_1_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/1_producer,_2_consumers,_without_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_complete_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_without_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_all_ack,_limited_batches (0.01s)
            --- PASS: TestProduceConsumer/direct/multi/2_producers,_2_consumer,_1_ack,_limited_batches (0.01s)
    --- PASS: TestProduceConsumer/flush (0.00s)
        --- PASS: TestProduceConsumer/flush/single (0.74s)
            --- PASS: TestProduceConsumer/flush/single/single_producer,_consumer_without_ack,_complete_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/single/single_producer,_consumer,_without_ack,_limited_batches (0.21s)
            --- PASS: TestProduceConsumer/flush/single/single_producer,_consumer,_with_ack,_complete_batches (0.32s)
            --- PASS: TestProduceConsumer/flush/single/single_producer,_consumer,_with_ack,_limited_batches (0.11s)
        --- PASS: TestProduceConsumer/flush/multi (1.96s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_1_consumer,_without_ack,_complete_batches (0.21s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_1_consumer,_all_ack,_complete_batches (0.21s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_1_consumer,_1_ack,_complete_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_1_consumer,_without_ack,_limited_batches (0.32s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_1_consumer,_all_ack,_limited_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_1_consumer,_1_ack,_limited_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/multi/1_producer,_2_consumers,_without_ack,_complete_batches (0.10s)
            --- PASS: TestProduceConsumer/flush/multi/1_producer,_2_consumers,_without_ack,_limited_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_2_consumer,_without_ack,_complete_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_2_consumer,_all_ack,_complete_batches (0.12s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_2_consumer,_1_ack,_complete_batches (0.13s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_2_consumer,_without_ack,_limited_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_2_consumer,_all_ack,_limited_batches (0.11s)
            --- PASS: TestProduceConsumer/flush/multi/2_producers,_2_consumer,_1_ack,_limited_batches (0.11s)
=== RUN   TestQueueMetricsDirect
    queue_test.go:87: Testing directEventLoop
    queue_test.go:119: Got batch of 5 events
--- PASS: TestQueueMetricsDirect (0.30s)
=== RUN   TestQueueMetricsBuffer
    queue_test.go:101: Testing bufferedEventLoop
    queue_test.go:119: Got batch of 5 events
--- PASS: TestQueueMetricsBuffer (0.32s)
=== RUN   TestProducerCancelRemovesEvents
--- PASS: TestProducerCancelRemovesEvents (0.00s)
=== RUN   TestAdjustInputQueueSize
=== RUN   TestAdjustInputQueueSize/zero_yields_default_value_(main_queue_size=0)
=== RUN   TestAdjustInputQueueSize/zero_yields_default_value_(main_queue_size=10)
=== RUN   TestAdjustInputQueueSize/can't_go_below_min
=== RUN   TestAdjustInputQueueSize/can_set_any_value_within_bounds
=== RUN   TestAdjustInputQueueSize/can_set_any_value_if_no_upper_bound
    queue_test.go:171: assertion failed: -1476395008 (q int) != 20 (int)
=== RUN   TestAdjustInputQueueSize/can't_go_above_upper_bound
--- FAIL: TestAdjustInputQueueSize (0.00s)
    --- PASS: TestAdjustInputQueueSize/zero_yields_default_value_(main_queue_size=0) (0.00s)
    --- PASS: TestAdjustInputQueueSize/zero_yields_default_value_(main_queue_size=10) (0.00s)
    --- PASS: TestAdjustInputQueueSize/can't_go_below_min (0.00s)
    --- PASS: TestAdjustInputQueueSize/can_set_any_value_within_bounds (0.00s)
    --- FAIL: TestAdjustInputQueueSize/can_set_any_value_if_no_upper_bound (0.00s)
    --- PASS: TestAdjustInputQueueSize/can't_go_above_upper_bound (0.00s)
=== RUN   TestEntryIDs
=== RUN   TestEntryIDs/acking_in_forward_order_with_directEventLoop_reports_the_right_event_IDs
=== RUN   TestEntryIDs/acking_in_reverse_order_with_directEventLoop_reports_the_right_event_IDs
=== RUN   TestEntryIDs/acking_in_forward_order_with_bufferedEventLoop_reports_the_right_event_IDs
=== RUN   TestEntryIDs/acking_in_reverse_order_with_bufferedEventLoop_reports_the_right_event_IDs
--- PASS: TestEntryIDs (0.25s)
    --- PASS: TestEntryIDs/acking_in_forward_order_with_directEventLoop_reports_the_right_event_IDs (0.00s)
    --- PASS: TestEntryIDs/acking_in_reverse_order_with_directEventLoop_reports_the_right_event_IDs (0.12s)
    --- PASS: TestEntryIDs/acking_in_forward_order_with_bufferedEventLoop_reports_the_right_event_IDs (0.00s)
    --- PASS: TestEntryIDs/acking_in_reverse_order_with_bufferedEventLoop_reports_the_right_event_IDs (0.12s)
FAIL
FAIL	github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue	3.025s
=== RUN   TestBasicEventFlow
--- PASS: TestBasicEventFlow (0.00s)
=== RUN   TestBlockedProducers
--- PASS: TestBlockedProducers (0.00s)
=== RUN   TestOutOfOrderACK
--- PASS: TestOutOfOrderACK (0.05s)
=== RUN   TestWriteAfterClose
--- PASS: TestWriteAfterClose (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/publisher/queue/proxy	0.071s
=== RUN   TestChanClientPublishEvent
--- PASS: TestChanClientPublishEvent (0.00s)
=== RUN   TestChanClientPublishEvents
--- PASS: TestChanClientPublishEvents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/publisher/testing	0.019s
=== RUN   TestToEvent
=== RUN   TestToEvent/content,_no_field
=== RUN   TestToEvent/content,_one_field
=== RUN   TestToEvent/content,_message_field
=== RUN   TestToEvent/content,_meta,_message_field
=== RUN   TestToEvent/content,_meta,_message_and_private_fields
=== RUN   TestToEvent/empty_message;_emtpy_event
=== RUN   TestToEvent/empty_content,_one_field
--- PASS: TestToEvent (0.00s)
    --- PASS: TestToEvent/content,_no_field (0.00s)
    --- PASS: TestToEvent/content,_one_field (0.00s)
    --- PASS: TestToEvent/content,_message_field (0.00s)
    --- PASS: TestToEvent/content,_meta,_message_field (0.00s)
    --- PASS: TestToEvent/content,_meta,_message_and_private_fields (0.00s)
    --- PASS: TestToEvent/empty_message;_emtpy_event (0.00s)
    --- PASS: TestToEvent/empty_content,_one_field (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader	0.016s
=== RUN   TestMakeNullCheck
=== RUN   TestMakeNullCheck/return_true_if_null_byte_is_received
=== RUN   TestMakeNullCheck/return_false_on_anything_other_bytes
=== RUN   TestMakeNullCheck/return_true_when_a_slice_of_bytes_is_present
--- PASS: TestMakeNullCheck (0.00s)
    --- PASS: TestMakeNullCheck/return_true_if_null_byte_is_received (0.00s)
    --- PASS: TestMakeNullCheck/return_false_on_anything_other_bytes (0.00s)
    --- PASS: TestMakeNullCheck/return_true_when_a_slice_of_bytes_is_present (0.00s)
=== RUN   TestSummarizeBufferInfo
=== RUN   TestSummarizeBufferInfo/when_position_is_the_start_of_the_buffer
=== RUN   TestSummarizeBufferInfo/when_position_is_not_the_start_of_the_buffer
--- PASS: TestSummarizeBufferInfo (0.00s)
    --- PASS: TestSummarizeBufferInfo/when_position_is_the_start_of_the_buffer (0.00s)
    --- PASS: TestSummarizeBufferInfo/when_position_is_not_the_start_of_the_buffer (0.00s)
=== RUN   TestReader
=== RUN   TestReader/check_that_we_check_the_content_of_byte
=== RUN   TestReader/consume_all_bytes
=== RUN   TestReader/empty_buffer
=== RUN   TestReader/should_become_silent_after_hitting_max_failures
--- PASS: TestReader (0.00s)
    --- PASS: TestReader/check_that_we_check_the_content_of_byte (0.00s)
    --- PASS: TestReader/consume_all_bytes (0.00s)
    --- PASS: TestReader/empty_buffer (0.00s)
    --- PASS: TestReader/should_become_silent_after_hitting_max_failures (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader/debug	0.017s
=== RUN   TestParser
=== RUN   TestParser/keep_all_messages
=== RUN   TestParser/keep_all_messages_with_multiple_patterns
=== RUN   TestParser/keep_one_message
--- PASS: TestParser (0.00s)
    --- PASS: TestParser/keep_all_messages (0.00s)
    --- PASS: TestParser/keep_all_messages_with_multiple_patterns (0.00s)
    --- PASS: TestParser/keep_one_message (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader/filter	0.032s
=== RUN   TestMessageBufferAddLine
=== RUN   TestMessageBufferAddLine/concatenating_two_events_with_newlines
=== RUN   TestMessageBufferAddLine/concatenating_two_events_without_newlines
--- PASS: TestMessageBufferAddLine (0.00s)
    --- PASS: TestMessageBufferAddLine/concatenating_two_events_with_newlines (0.00s)
    --- PASS: TestMessageBufferAddLine/concatenating_two_events_without_newlines (0.00s)
=== RUN   TestFinalizeMessage
=== RUN   TestFinalizeMessage/one_liner_with_no_flags
=== RUN   TestFinalizeMessage/truncated_one_liner_message
=== RUN   TestFinalizeMessage/untruncated_multiline_message
=== RUN   TestFinalizeMessage/truncated_multiline_message
--- PASS: TestFinalizeMessage (0.00s)
    --- PASS: TestFinalizeMessage/one_liner_with_no_flags (0.00s)
    --- PASS: TestFinalizeMessage/truncated_one_liner_message (0.00s)
    --- PASS: TestFinalizeMessage/untruncated_multiline_message (0.00s)
    --- PASS: TestFinalizeMessage/truncated_multiline_message (0.00s)
=== RUN   TestInvalidConfiguration
=== RUN   TestInvalidConfiguration/missing_multiline_pattern
=== RUN   TestInvalidConfiguration/unknown_multiline_mode
=== RUN   TestInvalidConfiguration/missing_multiline_count
=== RUN   TestInvalidConfiguration/missing_multiline_pattern_when_while_pattern_type_is_selected
--- PASS: TestInvalidConfiguration (0.00s)
    --- PASS: TestInvalidConfiguration/missing_multiline_pattern (0.00s)
    --- PASS: TestInvalidConfiguration/unknown_multiline_mode (0.00s)
    --- PASS: TestInvalidConfiguration/missing_multiline_count (0.00s)
    --- PASS: TestInvalidConfiguration/missing_multiline_pattern_when_while_pattern_type_is_selected (0.00s)
=== RUN   TestValidConfiguration
=== RUN   TestValidConfiguration/correct_pattern_based_multiline
=== RUN   TestValidConfiguration/correct_while_pattern_based_multiline
=== RUN   TestValidConfiguration/correct_count_based_multiline
--- PASS: TestValidConfiguration (0.00s)
    --- PASS: TestValidConfiguration/correct_pattern_based_multiline (0.00s)
    --- PASS: TestValidConfiguration/correct_while_pattern_based_multiline (0.00s)
    --- PASS: TestValidConfiguration/correct_count_based_multiline (0.00s)
=== RUN   TestMultilineAfterOK
--- PASS: TestMultilineAfterOK (0.00s)
=== RUN   TestMultilineBeforeOK
--- PASS: TestMultilineBeforeOK (0.00s)
=== RUN   TestMultilineAfterNegateOK
--- PASS: TestMultilineAfterNegateOK (0.00s)
=== RUN   TestMultilineBeforeNegateOK
--- PASS: TestMultilineBeforeNegateOK (0.00s)
=== RUN   TestMultilineAfterNegateOKFlushPattern
--- PASS: TestMultilineAfterNegateOKFlushPattern (0.00s)
=== RUN   TestMultilineAfterNegateOKFlushPatternWhereTheFirstLinesDosentMatchTheStartPattern
--- PASS: TestMultilineAfterNegateOKFlushPatternWhereTheFirstLinesDosentMatchTheStartPattern (0.00s)
=== RUN   TestMultilineBeforeNegateOKWithEmptyLine
--- PASS: TestMultilineBeforeNegateOKWithEmptyLine (0.00s)
=== RUN   TestMultilineAfterTruncated
--- PASS: TestMultilineAfterTruncated (0.00s)
=== RUN   TestMultilineCount
--- PASS: TestMultilineCount (0.00s)
=== RUN   TestMultilineWhilePattern
--- PASS: TestMultilineWhilePattern (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader/multiline	0.022s
=== RUN   TestParsersExampleInline
=== RUN   TestParsersExampleInline/multiline_docker_logs_parser
=== RUN   TestParsersExampleInline/humanize_max_bytes,_multiline_XML
--- PASS: TestParsersExampleInline (0.00s)
    --- PASS: TestParsersExampleInline/multiline_docker_logs_parser (0.00s)
    --- PASS: TestParsersExampleInline/humanize_max_bytes,_multiline_XML (0.00s)
=== RUN   TestParsersConfigSuffix
=== RUN   TestParsersConfigSuffix/parsers_with_no_suffix_config
=== RUN   TestParsersConfigSuffix/parsers_with_correct_suffix_config
=== RUN   TestParsersConfigSuffix/parsers_with_multiple_suffix_config
--- PASS: TestParsersConfigSuffix (0.00s)
    --- PASS: TestParsersConfigSuffix/parsers_with_no_suffix_config (0.00s)
    --- PASS: TestParsersConfigSuffix/parsers_with_correct_suffix_config (0.00s)
    --- PASS: TestParsersConfigSuffix/parsers_with_multiple_suffix_config (0.00s)
=== RUN   TestParsersConfigAndReading
=== RUN   TestParsersConfigAndReading/multiline_docker_logs_parser
=== RUN   TestParsersConfigAndReading/non_existent_parser_configuration
=== RUN   TestParsersConfigAndReading/invalid_multiline_parser_configuration_is_caught_before_parser_creation
=== RUN   TestParsersConfigAndReading/ndjson_with_syslog
=== RUN   TestParsersConfigAndReading/multiline_syslog
=== RUN   TestParsersConfigAndReading/syslog_multiline
=== RUN   TestParsersConfigAndReading/no_parser,_no_error
=== RUN   TestParsersConfigAndReading/correct_multiline_parser
--- PASS: TestParsersConfigAndReading (0.00s)
    --- PASS: TestParsersConfigAndReading/multiline_docker_logs_parser (0.00s)
    --- PASS: TestParsersConfigAndReading/non_existent_parser_configuration (0.00s)
    --- PASS: TestParsersConfigAndReading/invalid_multiline_parser_configuration_is_caught_before_parser_creation (0.00s)
    --- PASS: TestParsersConfigAndReading/ndjson_with_syslog (0.00s)
    --- PASS: TestParsersConfigAndReading/multiline_syslog (0.00s)
    --- PASS: TestParsersConfigAndReading/syslog_multiline (0.00s)
    --- PASS: TestParsersConfigAndReading/no_parser,_no_error (0.00s)
    --- PASS: TestParsersConfigAndReading/correct_multiline_parser (0.00s)
=== RUN   TestJSONParsersWithFields
=== RUN   TestJSONParsersWithFields/JSON_post_processor_with_document_ID
=== RUN   TestJSONParsersWithFields/JSON_post_processor_with_overwrite_keys_and_under_root
=== RUN   TestJSONParsersWithFields/JSON_post_processor_with_type_in_message
=== RUN   TestJSONParsersWithFields/JSON_post_processor_on_invalid_type_in_message
=== RUN   TestJSONParsersWithFields/JSON_post_processor_on_invalid_struct_under_type_in_message
=== RUN   TestJSONParsersWithFields/no_postprocessor,_no_processing
=== RUN   TestJSONParsersWithFields/JSON_post_processor_with_keys_under_root
--- PASS: TestJSONParsersWithFields (0.00s)
    --- PASS: TestJSONParsersWithFields/JSON_post_processor_with_document_ID (0.00s)
    --- PASS: TestJSONParsersWithFields/JSON_post_processor_with_overwrite_keys_and_under_root (0.00s)
    --- PASS: TestJSONParsersWithFields/JSON_post_processor_with_type_in_message (0.00s)
    --- PASS: TestJSONParsersWithFields/JSON_post_processor_on_invalid_type_in_message (0.00s)
    --- PASS: TestJSONParsersWithFields/JSON_post_processor_on_invalid_struct_under_type_in_message (0.00s)
    --- PASS: TestJSONParsersWithFields/no_postprocessor,_no_processing (0.00s)
    --- PASS: TestJSONParsersWithFields/JSON_post_processor_with_keys_under_root (0.00s)
=== RUN   TestContainerParser
=== RUN   TestContainerParser/simple_docker_lines
=== RUN   TestContainerParser/CRI_docker_lines
=== RUN   TestContainerParser/corrupt_docker_lines_are_skipped
--- PASS: TestContainerParser (0.00s)
    --- PASS: TestContainerParser/simple_docker_lines (0.00s)
    --- PASS: TestContainerParser/CRI_docker_lines (0.00s)
    --- PASS: TestContainerParser/corrupt_docker_lines_are_skipped (0.00s)
=== RUN   TestParserIncludeMessages
--- PASS: TestParserIncludeMessages (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader/parser	0.022s
=== RUN   TestEncodeLines
=== RUN   TestEncodeLines/simple
=== RUN   TestEncodeLines/multiline
=== RUN   TestEncodeLines/bom-on-first
=== RUN   TestEncodeLines/bom-on-each
=== RUN   TestEncodeLines/bom-in-the-middle
--- PASS: TestEncodeLines (0.00s)
    --- PASS: TestEncodeLines/simple (0.00s)
    --- PASS: TestEncodeLines/multiline (0.00s)
    --- PASS: TestEncodeLines/bom-on-first (0.00s)
    --- PASS: TestEncodeLines/bom-on-each (0.00s)
    --- PASS: TestEncodeLines/bom-in-the-middle (0.00s)
=== RUN   TestLimitReader
--- PASS: TestLimitReader (0.00s)
=== RUN   TestReaderEncodings
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_next_line
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_next_line
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_next_line
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_next_line
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_next_line#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_next_line#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_next_line#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return#01
=== RUN   TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_next_line#01
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed
=== RUN   TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return
--- PASS: TestReaderEncodings (0.08s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_next_line (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_next_line (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_next_line (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.01s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_next_line (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_latin1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16be,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_utf-16le,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_big5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_gb18030,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-kr,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_euc-jp,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_paragraph_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_next_line#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_paragraph_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_next_line#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_next_line#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_paragraph_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_paragraph_separator#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_plain,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_next_line#01 (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-1,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-2,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-3,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-4,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-5,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-6,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-7,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-8,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-9,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-10,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-13,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-14,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-15,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_iso8859-16,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8r,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_koi8u,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1250,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1251,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1252,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1253,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1254,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1255,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1256,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_false,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_false,_line_terminator:_carriage_return (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_vertical_tab (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_form_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_null_terminator (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_auto (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_line_feed (0.00s)
    --- PASS: TestReaderEncodings/encoding:_windows1257,_collect_on_EOF:_true,_with_EOL:_true,_line_terminator:_carriage_return (0.00s)
=== RUN   TestLineTerminators
--- PASS: TestLineTerminators (0.00s)
=== RUN   TestReadSingleLongLine
--- PASS: TestReadSingleLongLine (0.00s)
=== RUN   TestReadIncreasingLineLengths
--- PASS: TestReadIncreasingLineLengths (0.00s)
=== RUN   TestReadDecreasingLineLengths
--- PASS: TestReadDecreasingLineLengths (0.00s)
=== RUN   TestReadRandomLineLengths
--- PASS: TestReadRandomLineLengths (0.13s)
=== RUN   TestMaxBytesLimit
--- PASS: TestMaxBytesLimit (0.00s)
=== RUN   TestBufferSize
--- PASS: TestBufferSize (0.00s)
=== RUN   TestReadWithNonZeroNumberOfBytesAndEOF
--- PASS: TestReadWithNonZeroNumberOfBytesAndEOF (0.00s)
=== RUN   TestMetaFieldsOffset
--- PASS: TestMetaFieldsOffset (0.00s)
=== RUN   TestIsLine
--- PASS: TestIsLine (0.00s)
=== RUN   TestLineEndingChars
--- PASS: TestLineEndingChars (0.00s)
=== RUN   TestAutoLineEndingChars
--- PASS: TestAutoLineEndingChars (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader/readfile	0.244s
=== RUN   TestUtf16BOMEncodings
    utf16_test.go:74: testing: codec=utf-16-bom, bigendian=false, bomPolicy=7
    utf16_test.go:74: testing: codec=utf-16-bom, bigendian=false, bomPolicy=0
    utf16_test.go:74: testing: codec=utf-16-bom, bigendian=true, bomPolicy=7
    utf16_test.go:74: testing: codec=utf-16-bom, bigendian=true, bomPolicy=0
    utf16_test.go:74: testing: codec=utf-16be-bom, bigendian=false, bomPolicy=7
    utf16_test.go:74: testing: codec=utf-16be-bom, bigendian=false, bomPolicy=0
    utf16_test.go:74: testing: codec=utf-16be-bom, bigendian=true, bomPolicy=7
    utf16_test.go:74: testing: codec=utf-16le-bom, bigendian=true, bomPolicy=7
    utf16_test.go:74: testing: codec=utf-16le-bom, bigendian=true, bomPolicy=0
    utf16_test.go:74: testing: codec=utf-16le-bom, bigendian=false, bomPolicy=7
--- PASS: TestUtf16BOMEncodings (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader/readfile/encoding	0.037s
=== RUN   TestDockerJSON
=== RUN   TestDockerJSON/Common_log_message
=== RUN   TestDockerJSON/Wrong_JSON
=== RUN   TestDockerJSON/0_length_message
=== RUN   TestDockerJSON/Wrong_CRI
=== RUN   TestDockerJSON/Wrong_CRI#01
=== RUN   TestDockerJSON/Missing_time
=== RUN   TestDockerJSON/CRI_log_no_tags
=== RUN   TestDockerJSON/CRI_log
=== RUN   TestDockerJSON/Filtering_stream,_bytes_count_accounts_for_all_(filtered_and_not)
=== RUN   TestDockerJSON/Filtering_CRI_stream,_bytes_count_accounts_for_all_(filtered_and_not)
=== RUN   TestDockerJSON/Split_lines
=== RUN   TestDockerJSON/CRI_Split_lines
=== RUN   TestDockerJSON/Split_lines_and_remove_\n
=== RUN   TestDockerJSON/Split_lines_with_partial_disabled
=== RUN   TestDockerJSON/Force_CRI_with_JSON_logs
=== RUN   TestDockerJSON/Force_JSON_with_CRI_logs
=== RUN   TestDockerJSON/Force_CRI_log_no_tags
=== RUN   TestDockerJSON/Force_CRI_log_with_flags
=== RUN   TestDockerJSON/Force_CRI_split_lines
=== RUN   TestDockerJSON/Force_CRI_split_lines_and_remove_\n
=== RUN   TestDockerJSON/Error_parsing_still_keeps_good_bytes_count
=== RUN   TestDockerJSON/Docker_AttributesSplit_lines
=== RUN   TestDockerJSON/Corrupted_log_message_line
=== RUN   TestDockerJSON/Corrupted_log_message_line_is_skipped,_keep_correct_bytes_count
--- PASS: TestDockerJSON (0.00s)
    --- PASS: TestDockerJSON/Common_log_message (0.00s)
    --- PASS: TestDockerJSON/Wrong_JSON (0.00s)
    --- PASS: TestDockerJSON/0_length_message (0.00s)
    --- PASS: TestDockerJSON/Wrong_CRI (0.00s)
    --- PASS: TestDockerJSON/Wrong_CRI#01 (0.00s)
    --- PASS: TestDockerJSON/Missing_time (0.00s)
    --- PASS: TestDockerJSON/CRI_log_no_tags (0.00s)
    --- PASS: TestDockerJSON/CRI_log (0.00s)
    --- PASS: TestDockerJSON/Filtering_stream,_bytes_count_accounts_for_all_(filtered_and_not) (0.00s)
    --- PASS: TestDockerJSON/Filtering_CRI_stream,_bytes_count_accounts_for_all_(filtered_and_not) (0.00s)
    --- PASS: TestDockerJSON/Split_lines (0.00s)
    --- PASS: TestDockerJSON/CRI_Split_lines (0.00s)
    --- PASS: TestDockerJSON/Split_lines_and_remove_\n (0.00s)
    --- PASS: TestDockerJSON/Split_lines_with_partial_disabled (0.00s)
    --- PASS: TestDockerJSON/Force_CRI_with_JSON_logs (0.00s)
    --- PASS: TestDockerJSON/Force_JSON_with_CRI_logs (0.00s)
    --- PASS: TestDockerJSON/Force_CRI_log_no_tags (0.00s)
    --- PASS: TestDockerJSON/Force_CRI_log_with_flags (0.00s)
    --- PASS: TestDockerJSON/Force_CRI_split_lines (0.00s)
    --- PASS: TestDockerJSON/Force_CRI_split_lines_and_remove_\n (0.00s)
    --- PASS: TestDockerJSON/Error_parsing_still_keeps_good_bytes_count (0.00s)
    --- PASS: TestDockerJSON/Docker_AttributesSplit_lines (0.00s)
    --- PASS: TestDockerJSON/Corrupted_log_message_line (0.00s)
    --- PASS: TestDockerJSON/Corrupted_log_message_line_is_skipped,_keep_correct_bytes_count (0.00s)
=== RUN   TestUnmarshal
=== RUN   TestUnmarshal/Top_level_int,_float,_string,_bool
=== RUN   TestUnmarshal/Nested_objects_with_ints
=== RUN   TestUnmarshal/Array_of_floats
=== RUN   TestUnmarshal/Array_of_mixed_ints_and_floats
=== RUN   TestUnmarshal/Negative_values
--- PASS: TestUnmarshal (0.00s)
    --- PASS: TestUnmarshal/Top_level_int,_float,_string,_bool (0.00s)
    --- PASS: TestUnmarshal/Nested_objects_with_ints (0.00s)
    --- PASS: TestUnmarshal/Array_of_floats (0.00s)
    --- PASS: TestUnmarshal/Array_of_mixed_ints_and_floats (0.00s)
    --- PASS: TestUnmarshal/Negative_values (0.00s)
=== RUN   TestDecodeJSON
--- PASS: TestDecodeJSON (0.00s)
=== RUN   TestMergeJSONFields
=== RUN   TestMergeJSONFields/overwrite_keys_if_configured
    json_test.go:364: Executing test: {{"text":"hello","type":"test"} 0x31a8c300 {  true true false false false} {"text":"hello","type":"test"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/fail_to_parse_@timestamp
    json_test.go:364: Executing test: {{"error":{"message":"@timestamp not overwritten (parse error on 2016-04-05T18:47:18.44XX4Z)","type":"json"},"type":"test"} 0x31a8c300 {  true true true false false} {"error":{"message":"@timestamp not overwritten (parse error on 2016-04-05T18:47:18.44XX4Z)","type":"json"},"type":"test"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/ignore_empty_type_field
    json_test.go:364: Executing test: {{"error":{"message":"type not overwritten (invalid value [])","type":"json"},"type":"test_type"} 0x31a8c300 {  true true true false false} {"error":{"message":"type not overwritten (invalid value [])","type":"json"},"type":"test_type"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/ignore_type_names_starting_with_underscore
    json_test.go:364: Executing test: {{"error":{"message":"type not overwritten (invalid value [_type])","type":"json"},"type":"test_type"} 0x31a8c300 {  true true true false false} {"error":{"message":"type not overwritten (invalid value [_type])","type":"json"},"type":"test_type"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/expand_dotted_fields
    json_test.go:364: Executing test: {{"a":{"b":{"c":"c","d":"d"}}}  {  true false false false true} {"a":{"b":{"c":"c","d":"d"}}} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/default:_do_not_overwrite
    json_test.go:364: Executing test: {{"text":"hello","type":"test_type"} 0x31a8c300 {  true false false false false} {"text":"hello","type":"test_type"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/use_json_namespace_w/o_keys_under_root
    json_test.go:364: Executing test: {{"json":{"text":"hello","type":"test"},"type":"test_type"} 0x31a8c300 {  false false false false false} {"json":{"text":"hello","type":"test"}} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/wrong_@timestamp_format
    json_test.go:364: Executing test: {{"error":{"message":"@timestamp not overwritten (not string)","type":"json"},"type":"test"} 0x31a8c300 {  true true true false false} {"error":{"message":"@timestamp not overwritten (not string)","type":"json"},"type":"test"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/ignore_non-string_type_field
    json_test.go:364: Executing test: {{"error":{"message":"type not overwritten (not string)","type":"json"},"type":"test_type"} 0x31a8c300 {  true true true false false} {"error":{"message":"type not overwritten (not string)","type":"json"},"type":"test_type"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/do_not_set_error_if_AddErrorKey_is_false
    json_test.go:364: Executing test: {{"type":"test_type"} 0x31a8c300 {  true true false false false} {"error":null,"type":"test_type"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/extract_event_id
    json_test.go:364: Executing test: {{"@timestamp":"2023-11-03T13:39:37.572Z","json":{}}  { id false false false false false} {} 0001-01-01 00:00:00 +0000 UTC test_id}
=== RUN   TestMergeJSONFields/extract_event_id_with_wrong_type
    json_test.go:364: Executing test: {{"@timestamp":"2023-11-03T13:39:37.572Z","json":{"id":42}}  { id false false false false false} {} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/write_result_to_message_key_field
    json_test.go:364: Executing test: {{"json":{"text":"hello","type":"test"},"type":"test_type"} 0x31a8c300 {text  false false false false false} {"json":{"text":"hello","type":"test"},"type":"test_type"} 0001-01-01 00:00:00 +0000 UTC }
=== RUN   TestMergeJSONFields/parse_@timestamp
    json_test.go:364: Executing test: {{"type":"test"} 0x31a8c300 {  true true false false false} {"type":"test"} 2016-04-05 18:47:18.444 +0000 UTC }
--- PASS: TestMergeJSONFields (0.00s)
    --- PASS: TestMergeJSONFields/overwrite_keys_if_configured (0.00s)
    --- PASS: TestMergeJSONFields/fail_to_parse_@timestamp (0.00s)
    --- PASS: TestMergeJSONFields/ignore_empty_type_field (0.00s)
    --- PASS: TestMergeJSONFields/ignore_type_names_starting_with_underscore (0.00s)
    --- PASS: TestMergeJSONFields/expand_dotted_fields (0.00s)
    --- PASS: TestMergeJSONFields/default:_do_not_overwrite (0.00s)
    --- PASS: TestMergeJSONFields/use_json_namespace_w/o_keys_under_root (0.00s)
    --- PASS: TestMergeJSONFields/wrong_@timestamp_format (0.00s)
    --- PASS: TestMergeJSONFields/ignore_non-string_type_field (0.00s)
    --- PASS: TestMergeJSONFields/do_not_set_error_if_AddErrorKey_is_false (0.00s)
    --- PASS: TestMergeJSONFields/extract_event_id (0.00s)
    --- PASS: TestMergeJSONFields/extract_event_id_with_wrong_type (0.00s)
    --- PASS: TestMergeJSONFields/write_result_to_message_key_field (0.00s)
    --- PASS: TestMergeJSONFields/parse_@timestamp (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/reader/readjson	0.022s
=== RUN   TestMessage_SetTimestampBSD
=== RUN   TestMessage_SetTimestampBSD/invalid-timestamp-2
=== PAUSE TestMessage_SetTimestampBSD/invalid-timestamp-2
=== RUN   TestMessage_SetTimestampBSD/empty
=== PAUSE TestMessage_SetTimestampBSD/empty
=== RUN   TestMessage_SetTimestampBSD/bsd-timestamp
=== PAUSE TestMessage_SetTimestampBSD/bsd-timestamp
=== RUN   TestMessage_SetTimestampBSD/loc-nil
=== PAUSE TestMessage_SetTimestampBSD/loc-nil
=== RUN   TestMessage_SetTimestampBSD/invalid-timestamp-1
=== PAUSE TestMessage_SetTimestampBSD/invalid-timestamp-1
=== CONT  TestMessage_SetTimestampBSD/invalid-timestamp-2
=== CONT  TestMessage_SetTimestampBSD/invalid-timestamp-1
=== CONT  TestMessage_SetTimestampBSD/empty
=== CONT  TestMessage_SetTimestampBSD/loc-nil
=== CONT  TestMessage_SetTimestampBSD/bsd-timestamp
--- PASS: TestMessage_SetTimestampBSD (0.00s)
    --- PASS: TestMessage_SetTimestampBSD/invalid-timestamp-2 (0.00s)
    --- PASS: TestMessage_SetTimestampBSD/invalid-timestamp-1 (0.00s)
    --- PASS: TestMessage_SetTimestampBSD/empty (0.00s)
    --- PASS: TestMessage_SetTimestampBSD/loc-nil (0.00s)
    --- PASS: TestMessage_SetTimestampBSD/bsd-timestamp (0.00s)
=== RUN   TestMessage_SetTimestampRFC3339
=== RUN   TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-milliseconds
=== PAUSE TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-milliseconds
=== RUN   TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds
=== PAUSE TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds
=== RUN   TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds-with-tz
=== PAUSE TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds-with-tz
=== RUN   TestMessage_SetTimestampRFC3339/invalid-timestamp-1
=== PAUSE TestMessage_SetTimestampRFC3339/invalid-timestamp-1
=== RUN   TestMessage_SetTimestampRFC3339/invalid-timestamp-2
=== PAUSE TestMessage_SetTimestampRFC3339/invalid-timestamp-2
=== RUN   TestMessage_SetTimestampRFC3339/empty
=== PAUSE TestMessage_SetTimestampRFC3339/empty
=== RUN   TestMessage_SetTimestampRFC3339/rfc3339-timestamp
=== PAUSE TestMessage_SetTimestampRFC3339/rfc3339-timestamp
=== RUN   TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-tz
=== PAUSE TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-tz
=== CONT  TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-milliseconds
=== CONT  TestMessage_SetTimestampRFC3339/invalid-timestamp-2
=== CONT  TestMessage_SetTimestampRFC3339/rfc3339-timestamp
=== CONT  TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds
=== CONT  TestMessage_SetTimestampRFC3339/empty
=== CONT  TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-tz
=== CONT  TestMessage_SetTimestampRFC3339/invalid-timestamp-1
=== CONT  TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds-with-tz
--- PASS: TestMessage_SetTimestampRFC3339 (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-milliseconds (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/invalid-timestamp-2 (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/rfc3339-timestamp (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/empty (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-tz (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/invalid-timestamp-1 (0.00s)
    --- PASS: TestMessage_SetTimestampRFC3339/rfc3339-timestamp-with-microseconds-with-tz (0.00s)
=== RUN   TestMessage_SetPriority
=== RUN   TestMessage_SetPriority/13
=== PAUSE TestMessage_SetPriority/13
=== RUN   TestMessage_SetPriority/empty
=== PAUSE TestMessage_SetPriority/empty
=== RUN   TestMessage_SetPriority/192
=== PAUSE TestMessage_SetPriority/192
=== RUN   TestMessage_SetPriority/-1
=== PAUSE TestMessage_SetPriority/-1
=== CONT  TestMessage_SetPriority/13
=== CONT  TestMessage_SetPriority/-1
=== CONT  TestMessage_SetPriority/192
=== CONT  TestMessage_SetPriority/empty
--- PASS: TestMessage_SetPriority (0.00s)
    --- PASS: TestMessage_SetPriority/13 (0.00s)
    --- PASS: TestMessage_SetPriority/-1 (0.00s)
    --- PASS: TestMessage_SetPriority/192 (0.00s)
    --- PASS: TestMessage_SetPriority/empty (0.00s)
=== RUN   TestMessage_SetHostname
=== RUN   TestMessage_SetHostname/valid
=== RUN   TestMessage_SetHostname/dash-ignored
=== RUN   TestMessage_SetHostname/empty
--- PASS: TestMessage_SetHostname (0.00s)
    --- PASS: TestMessage_SetHostname/valid (0.00s)
    --- PASS: TestMessage_SetHostname/dash-ignored (0.00s)
    --- PASS: TestMessage_SetHostname/empty (0.00s)
=== RUN   TestMessage_SetMsg
=== RUN   TestMessage_SetMsg/valid
=== PAUSE TestMessage_SetMsg/valid
=== RUN   TestMessage_SetMsg/empty
=== PAUSE TestMessage_SetMsg/empty
=== CONT  TestMessage_SetMsg/valid
=== CONT  TestMessage_SetMsg/empty
--- PASS: TestMessage_SetMsg (0.00s)
    --- PASS: TestMessage_SetMsg/valid (0.00s)
    --- PASS: TestMessage_SetMsg/empty (0.00s)
=== RUN   TestMessage_SetTag
=== RUN   TestMessage_SetTag/empty
=== RUN   TestMessage_SetTag/valid
--- PASS: TestMessage_SetTag (0.00s)
    --- PASS: TestMessage_SetTag/empty (0.00s)
    --- PASS: TestMessage_SetTag/valid (0.00s)
=== RUN   TestMessage_SetAppName
=== RUN   TestMessage_SetAppName/dash-ignored
=== PAUSE TestMessage_SetAppName/dash-ignored
=== RUN   TestMessage_SetAppName/empty
=== PAUSE TestMessage_SetAppName/empty
=== RUN   TestMessage_SetAppName/valid
=== PAUSE TestMessage_SetAppName/valid
=== CONT  TestMessage_SetAppName/dash-ignored
=== CONT  TestMessage_SetAppName/valid
=== CONT  TestMessage_SetAppName/empty
--- PASS: TestMessage_SetAppName (0.00s)
    --- PASS: TestMessage_SetAppName/dash-ignored (0.00s)
    --- PASS: TestMessage_SetAppName/valid (0.00s)
    --- PASS: TestMessage_SetAppName/empty (0.00s)
=== RUN   TestMessage_SetContent
=== RUN   TestMessage_SetContent/valid
=== PAUSE TestMessage_SetContent/valid
=== RUN   TestMessage_SetContent/empty
=== PAUSE TestMessage_SetContent/empty
=== CONT  TestMessage_SetContent/valid
=== CONT  TestMessage_SetContent/empty
--- PASS: TestMessage_SetContent (0.00s)
    --- PASS: TestMessage_SetContent/valid (0.00s)
    --- PASS: TestMessage_SetContent/empty (0.00s)
=== RUN   TestMessage_SetProcID
=== RUN   TestMessage_SetProcID/empty
=== PAUSE TestMessage_SetProcID/empty
=== RUN   TestMessage_SetProcID/valid
=== PAUSE TestMessage_SetProcID/valid
=== RUN   TestMessage_SetProcID/dash-ignored
=== PAUSE TestMessage_SetProcID/dash-ignored
=== CONT  TestMessage_SetProcID/empty
=== CONT  TestMessage_SetProcID/dash-ignored
=== CONT  TestMessage_SetProcID/valid
--- PASS: TestMessage_SetProcID (0.00s)
    --- PASS: TestMessage_SetProcID/empty (0.00s)
    --- PASS: TestMessage_SetProcID/dash-ignored (0.00s)
    --- PASS: TestMessage_SetProcID/valid (0.00s)
=== RUN   TestMessage_SetMsgID
=== RUN   TestMessage_SetMsgID/empty
=== PAUSE TestMessage_SetMsgID/empty
=== RUN   TestMessage_SetMsgID/valid
=== PAUSE TestMessage_SetMsgID/valid
=== CONT  TestMessage_SetMsgID/empty
=== CONT  TestMessage_SetMsgID/valid
--- PASS: TestMessage_SetMsgID (0.00s)
    --- PASS: TestMessage_SetMsgID/empty (0.00s)
    --- PASS: TestMessage_SetMsgID/valid (0.00s)
=== RUN   TestMessage_SetVersion
=== RUN   TestMessage_SetVersion/valid
=== PAUSE TestMessage_SetVersion/valid
=== RUN   TestMessage_SetVersion/empty
=== PAUSE TestMessage_SetVersion/empty
=== CONT  TestMessage_SetVersion/valid
=== CONT  TestMessage_SetVersion/empty
--- PASS: TestMessage_SetVersion (0.00s)
    --- PASS: TestMessage_SetVersion/valid (0.00s)
    --- PASS: TestMessage_SetVersion/empty (0.00s)
=== RUN   TestMessage_SetRawSDValue
=== RUN   TestMessage_SetRawSDValue/valid
=== PAUSE TestMessage_SetRawSDValue/valid
=== RUN   TestMessage_SetRawSDValue/nil-value
=== PAUSE TestMessage_SetRawSDValue/nil-value
=== RUN   TestMessage_SetRawSDValue/empty
=== PAUSE TestMessage_SetRawSDValue/empty
=== CONT  TestMessage_SetRawSDValue/valid
=== CONT  TestMessage_SetRawSDValue/empty
=== CONT  TestMessage_SetRawSDValue/nil-value
--- PASS: TestMessage_SetRawSDValue (0.00s)
    --- PASS: TestMessage_SetRawSDValue/valid (0.00s)
    --- PASS: TestMessage_SetRawSDValue/empty (0.00s)
    --- PASS: TestMessage_SetRawSDValue/nil-value (0.00s)
=== RUN   TestParseStructuredData
=== RUN   TestParseStructuredData/basic
=== PAUSE TestParseStructuredData/basic
=== RUN   TestParseStructuredData/multi-key
=== PAUSE TestParseStructuredData/multi-key
=== RUN   TestParseStructuredData/repeated-id
=== PAUSE TestParseStructuredData/repeated-id
=== RUN   TestParseStructuredData/repeated-id-value
=== PAUSE TestParseStructuredData/repeated-id-value
=== RUN   TestParseStructuredData/non-compliant
=== PAUSE TestParseStructuredData/non-compliant
=== RUN   TestParseStructuredData/empty-string
=== PAUSE TestParseStructuredData/empty-string
=== RUN   TestParseStructuredData/nil-value
=== PAUSE TestParseStructuredData/nil-value
=== CONT  TestParseStructuredData/basic
=== CONT  TestParseStructuredData/non-compliant
=== CONT  TestParseStructuredData/multi-key
=== CONT  TestParseStructuredData/nil-value
=== CONT  TestParseStructuredData/empty-string
=== CONT  TestParseStructuredData/repeated-id-value
=== CONT  TestParseStructuredData/repeated-id
--- PASS: TestParseStructuredData (0.00s)
    --- PASS: TestParseStructuredData/basic (0.00s)
    --- PASS: TestParseStructuredData/non-compliant (0.00s)
    --- PASS: TestParseStructuredData/multi-key (0.00s)
    --- PASS: TestParseStructuredData/nil-value (0.00s)
    --- PASS: TestParseStructuredData/empty-string (0.00s)
    --- PASS: TestParseStructuredData/repeated-id-value (0.00s)
    --- PASS: TestParseStructuredData/repeated-id (0.00s)
=== RUN   TestMessage_Fields
=== RUN   TestMessage_Fields/valid
=== PAUSE TestMessage_Fields/valid
=== RUN   TestMessage_Fields/non-compliant-sd
=== PAUSE TestMessage_Fields/non-compliant-sd
=== RUN   TestMessage_Fields/non-compliant-sd-with-msg
=== PAUSE TestMessage_Fields/non-compliant-sd-with-msg
=== CONT  TestMessage_Fields/valid
=== CONT  TestMessage_Fields/non-compliant-sd-with-msg
=== CONT  TestMessage_Fields/non-compliant-sd
--- PASS: TestMessage_Fields (0.00s)
    --- PASS: TestMessage_Fields/valid (0.00s)
    --- PASS: TestMessage_Fields/non-compliant-sd-with-msg (0.00s)
    --- PASS: TestMessage_Fields/non-compliant-sd (0.00s)
=== RUN   TestParseRFC3164
=== RUN   TestParseRFC3164/ok-rfc3339
=== PAUSE TestParseRFC3164/ok-rfc3339
=== RUN   TestParseRFC3164/ok-process
=== PAUSE TestParseRFC3164/ok-process
=== RUN   TestParseRFC3164/ok-process-pid
=== PAUSE TestParseRFC3164/ok-process-pid
=== RUN   TestParseRFC3164/err-ts-invalid-bsd
=== PAUSE TestParseRFC3164/err-ts-invalid-bsd
=== RUN   TestParseRFC3164/err-ts-invalid-rfc3339
=== PAUSE TestParseRFC3164/err-ts-invalid-rfc3339
=== RUN   TestParseRFC3164/ok
=== PAUSE TestParseRFC3164/ok
=== RUN   TestParseRFC3164/err-pri-not-a-number
=== PAUSE TestParseRFC3164/err-pri-not-a-number
=== RUN   TestParseRFC3164/err-pri-out-of-range
=== PAUSE TestParseRFC3164/err-pri-out-of-range
=== RUN   TestParseRFC3164/err-pri-negative
=== PAUSE TestParseRFC3164/err-pri-negative
=== RUN   TestParseRFC3164/err-eof
=== PAUSE TestParseRFC3164/err-eof
=== RUN   TestParseRFC3164/err-pri-missing-brackets
=== PAUSE TestParseRFC3164/err-pri-missing-brackets
=== RUN   TestParseRFC3164/err-ts-invalid-missing
=== PAUSE TestParseRFC3164/err-ts-invalid-missing
=== RUN   TestParseRFC3164/non-standard-date
=== PAUSE TestParseRFC3164/non-standard-date
=== CONT  TestParseRFC3164/non-standard-date
=== CONT  TestParseRFC3164/ok-rfc3339
=== CONT  TestParseRFC3164/ok
=== CONT  TestParseRFC3164/err-ts-invalid-bsd
=== CONT  TestParseRFC3164/err-eof
=== CONT  TestParseRFC3164/ok-process-pid
=== CONT  TestParseRFC3164/ok-process
=== CONT  TestParseRFC3164/err-pri-not-a-number
=== CONT  TestParseRFC3164/err-ts-invalid-missing
=== CONT  TestParseRFC3164/err-pri-missing-brackets
=== CONT  TestParseRFC3164/err-pri-out-of-range
=== CONT  TestParseRFC3164/err-pri-negative
=== CONT  TestParseRFC3164/err-ts-invalid-rfc3339
    rfc3164_test.go:181: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/reader/syslog/rfc3164_test.go:181
        	Error:      	Error "validation error at position 5: parsing time \"24-08-2003T05:14:15-07:00\" as \"2006-01-02T15:04:05.999999999Z07:00\": cannot parse \"24-08-2003T05:14:15-07:00\" as \"2006\"" does not contain "validation error at position 5: parsing time \"24-08-2003T05:14:15-07:00\" as \"2006-01-02T15:04:05.999999999Z07:00\": cannot parse \"8-2003T05:14:15-07:00\" as \"2006\""
        	Test:       	TestParseRFC3164/err-ts-invalid-rfc3339
--- FAIL: TestParseRFC3164 (0.00s)
    --- PASS: TestParseRFC3164/non-standard-date (0.00s)
    --- PASS: TestParseRFC3164/ok-rfc3339 (0.00s)
    --- PASS: TestParseRFC3164/ok (0.00s)
    --- PASS: TestParseRFC3164/err-ts-invalid-bsd (0.00s)
    --- PASS: TestParseRFC3164/err-eof (0.00s)
    --- PASS: TestParseRFC3164/ok-process-pid (0.00s)
    --- PASS: TestParseRFC3164/ok-process (0.00s)
    --- PASS: TestParseRFC3164/err-pri-not-a-number (0.00s)
    --- PASS: TestParseRFC3164/err-ts-invalid-missing (0.00s)
    --- PASS: TestParseRFC3164/err-pri-missing-brackets (0.00s)
    --- PASS: TestParseRFC3164/err-pri-out-of-range (0.00s)
    --- PASS: TestParseRFC3164/err-pri-negative (0.00s)
    --- FAIL: TestParseRFC3164/err-ts-invalid-rfc3339 (0.00s)
=== RUN   TestParseRFC5424
=== RUN   TestParseRFC5424/err-eof
=== PAUSE TestParseRFC5424/err-eof
=== RUN   TestParseRFC5424/err-invalid-timestamp
=== PAUSE TestParseRFC5424/err-invalid-timestamp
=== RUN   TestParseRFC5424/example-1
=== PAUSE TestParseRFC5424/example-1
=== RUN   TestParseRFC5424/example-4
=== PAUSE TestParseRFC5424/example-4
=== RUN   TestParseRFC5424/example-5
=== PAUSE TestParseRFC5424/example-5
=== RUN   TestParseRFC5424/err-invalid-version
=== PAUSE TestParseRFC5424/err-invalid-version
=== RUN   TestParseRFC5424/example-3
=== PAUSE TestParseRFC5424/example-3
=== RUN   TestParseRFC5424/example-2
=== PAUSE TestParseRFC5424/example-2
=== RUN   TestParseRFC5424/non-compliant-sd
=== PAUSE TestParseRFC5424/non-compliant-sd
=== RUN   TestParseRFC5424/non-compliant-sd-with-msg
=== PAUSE TestParseRFC5424/non-compliant-sd-with-msg
=== CONT  TestParseRFC5424/err-eof
=== CONT  TestParseRFC5424/err-invalid-version
=== CONT  TestParseRFC5424/non-compliant-sd
=== CONT  TestParseRFC5424/example-2
=== CONT  TestParseRFC5424/example-3
=== CONT  TestParseRFC5424/non-compliant-sd-with-msg
=== CONT  TestParseRFC5424/err-invalid-timestamp
    rfc5424_test.go:182: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/libbeat/reader/syslog/rfc5424_test.go:182
        	Error:      	Error "validation error at position 8: parsing time \"10-11-2003T22:14:15.003Z\" as \"2006-01-02T15:04:05.999999999Z07:00\": cannot parse \"10-11-2003T22:14:15.003Z\" as \"2006\"" does not contain "validation error at position 8: parsing time \"10-11-2003T22:14:15.003Z\" as \"2006-01-02T15:04:05.999999999Z07:00\": cannot parse \"1-2003T22:14:15.003Z\" as \"2006\""
        	Test:       	TestParseRFC5424/err-invalid-timestamp
=== CONT  TestParseRFC5424/example-5
=== CONT  TestParseRFC5424/example-4
=== CONT  TestParseRFC5424/example-1
--- FAIL: TestParseRFC5424 (0.00s)
    --- PASS: TestParseRFC5424/err-eof (0.00s)
    --- PASS: TestParseRFC5424/err-invalid-version (0.00s)
    --- PASS: TestParseRFC5424/non-compliant-sd (0.00s)
    --- PASS: TestParseRFC5424/example-2 (0.00s)
    --- PASS: TestParseRFC5424/example-3 (0.00s)
    --- PASS: TestParseRFC5424/non-compliant-sd-with-msg (0.00s)
    --- FAIL: TestParseRFC5424/err-invalid-timestamp (0.00s)
    --- PASS: TestParseRFC5424/example-5 (0.00s)
    --- PASS: TestParseRFC5424/example-4 (0.00s)
    --- PASS: TestParseRFC5424/example-1 (0.00s)
=== RUN   TestIsRFC5424
=== RUN   TestIsRFC5424/rfc-5424
=== PAUSE TestIsRFC5424/rfc-5424
=== RUN   TestIsRFC5424/rfc-3164
=== PAUSE TestIsRFC5424/rfc-3164
=== RUN   TestIsRFC5424/invalid-message
=== PAUSE TestIsRFC5424/invalid-message
=== CONT  TestIsRFC5424/rfc-5424
=== CONT  TestIsRFC5424/invalid-message
=== CONT  TestIsRFC5424/rfc-3164
--- PASS: TestIsRFC5424 (0.00s)
    --- PASS: TestIsRFC5424/rfc-5424 (0.00s)
    --- PASS: TestIsRFC5424/invalid-message (0.00s)
    --- PASS: TestIsRFC5424/rfc-3164 (0.00s)
=== RUN   TestNewParser
=== RUN   TestNewParser/format-auto
=== PAUSE TestNewParser/format-auto
=== CONT  TestNewParser/format-auto
--- PASS: TestNewParser (0.00s)
    --- PASS: TestNewParser/format-auto (0.00s)
=== RUN   TestStringToInt
=== RUN   TestStringToInt/valid_-1024
=== PAUSE TestStringToInt/valid_-1024
=== RUN   TestStringToInt/valid_0
=== PAUSE TestStringToInt/valid_0
=== RUN   TestStringToInt/invalid_-
=== PAUSE TestStringToInt/invalid_-
=== RUN   TestStringToInt/invalid_+
=== PAUSE TestStringToInt/invalid_+
=== RUN   TestStringToInt/invalid_empty
=== PAUSE TestStringToInt/invalid_empty
=== RUN   TestStringToInt/valid_1024
=== PAUSE TestStringToInt/valid_1024
=== CONT  TestStringToInt/valid_-1024
=== CONT  TestStringToInt/valid_1024
=== CONT  TestStringToInt/invalid_empty
=== CONT  TestStringToInt/valid_0
=== CONT  TestStringToInt/invalid_-
=== CONT  TestStringToInt/invalid_+
--- PASS: TestStringToInt (0.00s)
    --- PASS: TestStringToInt/valid_-1024 (0.00s)
    --- PASS: TestStringToInt/valid_1024 (0.00s)
    --- PASS: TestStringToInt/invalid_empty (0.00s)
    --- PASS: TestStringToInt/valid_0 (0.00s)
    --- PASS: TestStringToInt/invalid_- (0.00s)
    --- PASS: TestStringToInt/invalid_+ (0.00s)
=== RUN   TestRemoveBytes
=== RUN   TestRemoveBytes/basic-4
=== PAUSE TestRemoveBytes/basic-4
=== RUN   TestRemoveBytes/negative-offset
=== PAUSE TestRemoveBytes/negative-offset
=== RUN   TestRemoveBytes/offset-position-negative
=== PAUSE TestRemoveBytes/offset-position-negative
=== RUN   TestRemoveBytes/offset-position-out-of-bounds
=== PAUSE TestRemoveBytes/offset-position-out-of-bounds
=== RUN   TestRemoveBytes/no-positions
=== PAUSE TestRemoveBytes/no-positions
=== RUN   TestRemoveBytes/basic-1
=== PAUSE TestRemoveBytes/basic-1
=== RUN   TestRemoveBytes/basic-2
=== PAUSE TestRemoveBytes/basic-2
=== RUN   TestRemoveBytes/basic-3
=== PAUSE TestRemoveBytes/basic-3
=== RUN   TestRemoveBytes/offset-1
=== PAUSE TestRemoveBytes/offset-1
=== RUN   TestRemoveBytes/too-many-positions
=== PAUSE TestRemoveBytes/too-many-positions
=== CONT  TestRemoveBytes/basic-4
=== CONT  TestRemoveBytes/basic-1
=== CONT  TestRemoveBytes/basic-3
=== CONT  TestRemoveBytes/negative-offset
=== CONT  TestRemoveBytes/too-many-positions
=== CONT  TestRemoveBytes/basic-2
=== CONT  TestRemoveBytes/no-positions
=== CONT  TestRemoveBytes/offset-1
=== CONT  TestRemoveBytes/offset-position-out-of-bounds
=== CONT  TestRemoveBytes/offset-position-negative
--- PASS: TestRemoveBytes (0.00s)
    --- PASS: TestRemoveBytes/basic-4 (0.00s)
    --- PASS: TestRemoveBytes/basic-1 (0.00s)
    --- PASS: TestRemoveBytes/basic-3 (0.00s)
    --- PASS: TestRemoveBytes/too-many-positions (0.00s)
    --- PASS: TestRemoveBytes/basic-2 (0.00s)
    --- PASS: TestRemoveBytes/negative-offset (0.00s)
    --- PASS: TestRemoveBytes/no-positions (0.00s)
    --- PASS: TestRemoveBytes/offset-1 (0.00s)
    --- PASS: TestRemoveBytes/offset-position-out-of-bounds (0.00s)
    --- PASS: TestRemoveBytes/offset-position-negative (0.00s)
=== RUN   TestMapIndexToString
=== RUN   TestMapIndexToString/invalid-index-low
=== PAUSE TestMapIndexToString/invalid-index-low
=== RUN   TestMapIndexToString/valid-index-bottom
=== PAUSE TestMapIndexToString/valid-index-bottom
=== RUN   TestMapIndexToString/valid-index-top
=== PAUSE TestMapIndexToString/valid-index-top
=== RUN   TestMapIndexToString/invalid-index-high
=== PAUSE TestMapIndexToString/invalid-index-high
=== CONT  TestMapIndexToString/invalid-index-low
=== CONT  TestMapIndexToString/valid-index-top
=== CONT  TestMapIndexToString/valid-index-bottom
=== CONT  TestMapIndexToString/invalid-index-high
--- PASS: TestMapIndexToString (0.00s)
    --- PASS: TestMapIndexToString/invalid-index-low (0.00s)
    --- PASS: TestMapIndexToString/valid-index-bottom (0.00s)
    --- PASS: TestMapIndexToString/valid-index-top (0.00s)
    --- PASS: TestMapIndexToString/invalid-index-high (0.00s)
=== RUN   TestAppendStringField
=== RUN   TestAppendStringField/nil
=== PAUSE TestAppendStringField/nil
=== RUN   TestAppendStringField/string
=== PAUSE TestAppendStringField/string
=== RUN   TestAppendStringField/string-slice
=== PAUSE TestAppendStringField/string-slice
=== RUN   TestAppendStringField/interface-slice
=== PAUSE TestAppendStringField/interface-slice
=== CONT  TestAppendStringField/nil
=== CONT  TestAppendStringField/string-slice
=== CONT  TestAppendStringField/string
=== CONT  TestAppendStringField/interface-slice
--- PASS: TestAppendStringField (0.00s)
    --- PASS: TestAppendStringField/nil (0.00s)
    --- PASS: TestAppendStringField/string-slice (0.00s)
    --- PASS: TestAppendStringField/string (0.00s)
    --- PASS: TestAppendStringField/interface-slice (0.00s)
=== RUN   TestJoinStr
=== RUN   TestJoinStr/both-empty
=== PAUSE TestJoinStr/both-empty
=== RUN   TestJoinStr/only-a
=== PAUSE TestJoinStr/only-a
=== RUN   TestJoinStr/only-b
=== PAUSE TestJoinStr/only-b
=== RUN   TestJoinStr/both
=== PAUSE TestJoinStr/both
=== CONT  TestJoinStr/both-empty
=== CONT  TestJoinStr/only-b
=== CONT  TestJoinStr/both
=== CONT  TestJoinStr/only-a
--- PASS: TestJoinStr (0.00s)
    --- PASS: TestJoinStr/both-empty (0.00s)
    --- PASS: TestJoinStr/both (0.00s)
    --- PASS: TestJoinStr/only-b (0.00s)
    --- PASS: TestJoinStr/only-a (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/libbeat/reader/syslog	0.038s
=== RUN   TestCollectModuleFiles
--- PASS: TestCollectModuleFiles (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/scripts/cmd/global_fields	0.014s
=== RUN   TestAccessStore
=== RUN   TestAccessStore/single_access
    registry_test.go:39: PASS:	Close()
    registry_test.go:39: PASS:	Access(string)
    registry_test.go:40: PASS:	Close()
=== RUN   TestAccessStore/shared_store_instance
    registry_test.go:59: PASS:	Close()
    registry_test.go:59: PASS:	Access(string)
    registry_test.go:60: PASS:	Close()
=== RUN   TestAccessStore/close_non-shared_store_needs_open
    registry_test.go:84: PASS:	Close()
    registry_test.go:84: PASS:	Access(string)
    registry_test.go:85: PASS:	Close()
=== RUN   TestAccessStore/separate_stores_are_not_shared
    registry_test.go:109: PASS:	Close()
    registry_test.go:109: PASS:	Access(string)
    registry_test.go:109: PASS:	Access(string)
    registry_test.go:110: PASS:	Close()
    registry_test.go:111: PASS:	Close()
--- PASS: TestAccessStore (0.00s)
    --- PASS: TestAccessStore/single_access (0.00s)
    --- PASS: TestAccessStore/shared_store_instance (0.00s)
    --- PASS: TestAccessStore/close_non-shared_store_needs_open (0.00s)
    --- PASS: TestAccessStore/separate_stores_are_not_shared (0.00s)
=== RUN   TestStore_Close
=== RUN   TestStore_Close/close_succeeds
=== RUN   TestStore_Close/fails_if_store_has_been_closed
--- PASS: TestStore_Close (0.00s)
    --- PASS: TestStore_Close/close_succeeds (0.00s)
    --- PASS: TestStore_Close/fails_if_store_has_been_closed (0.00s)
=== RUN   TestStore_Has
=== RUN   TestStore_Has/fails_if_store_has_been_closed
=== RUN   TestStore_Has/error_is_passed_through
    store_test.go:55: PASS:	Has(string)
    store_test.go:55: PASS:	Close()
=== RUN   TestStore_Has/return_result_from_backend
--- PASS: TestStore_Has (0.00s)
    --- PASS: TestStore_Has/fails_if_store_has_been_closed (0.00s)
    --- PASS: TestStore_Has/error_is_passed_through (0.00s)
    --- PASS: TestStore_Has/return_result_from_backend (0.00s)
=== RUN   TestStore_Get
=== RUN   TestStore_Get/fails_if_store_has_been_closed
=== RUN   TestStore_Get/error_is_passed_through
    store_test.go:88: PASS:	Close()
    store_test.go:88: PASS:	Get(string)
=== RUN   TestStore_Get/return_result_from_backend
--- PASS: TestStore_Get (0.00s)
    --- PASS: TestStore_Get/fails_if_store_has_been_closed (0.00s)
    --- PASS: TestStore_Get/error_is_passed_through (0.00s)
    --- PASS: TestStore_Get/return_result_from_backend (0.00s)
=== RUN   TestStore_Set
=== RUN   TestStore_Set/fails_if_store_has_been_closed
=== RUN   TestStore_Set/error_is_passed_through
    store_test.go:117: PASS:	Close()
    store_test.go:117: PASS:	Set(string)
=== RUN   TestStore_Set/set_key_in_backend
--- PASS: TestStore_Set (0.00s)
    --- PASS: TestStore_Set/fails_if_store_has_been_closed (0.00s)
    --- PASS: TestStore_Set/error_is_passed_through (0.00s)
    --- PASS: TestStore_Set/set_key_in_backend (0.00s)
=== RUN   TestStore_Remove
=== RUN   TestStore_Remove/fails_if_store_has_been_closed
=== RUN   TestStore_Remove/error_is_passed_through
    store_test.go:143: PASS:	Remove(string)
    store_test.go:143: PASS:	Close()
=== RUN   TestStore_Remove/remove_key_from_backend
--- PASS: TestStore_Remove (0.00s)
    --- PASS: TestStore_Remove/fails_if_store_has_been_closed (0.00s)
    --- PASS: TestStore_Remove/error_is_passed_through (0.00s)
    --- PASS: TestStore_Remove/remove_key_from_backend (0.00s)
=== RUN   TestStore_Each
=== RUN   TestStore_Each/fails_if_store_has_been_closed
=== RUN   TestStore_Each/correctly_iterate_pairs
--- PASS: TestStore_Each (0.00s)
    --- PASS: TestStore_Each/fails_if_store_has_been_closed (0.00s)
    --- PASS: TestStore_Each/correctly_iterate_pairs (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/statestore	0.034s
=== RUN   TestCompliance_Default
=== RUN   TestCompliance_Default/init_and_close_registry
    util.go:68: Test tmp dir: /tmp/3233943566
=== RUN   TestCompliance_Default/open_stores
    util.go:68: Test tmp dir: /tmp/3301725894
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.841-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3301725894/test1'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.850-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3301725894/test2'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/set-get
=== RUN   TestCompliance_Default/set-get/unknown_key
    util.go:68: Test tmp dir: /tmp/1785369542
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.853-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1785369542/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/set-get/reopen=false
=== RUN   TestCompliance_Default/set-get/reopen=false/has_key_after_set
    util.go:68: Test tmp dir: /tmp/4145127848
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.855-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/4145127848/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/set-get/reopen=false/set_and_get_one_entry_only
    util.go:68: Test tmp dir: /tmp/1274900158
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.856-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1274900158/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/set-get/reopen=true
=== RUN   TestCompliance_Default/set-get/reopen=true/has_key_after_set
    util.go:68: Test tmp dir: /tmp/225119202
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.858-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/225119202/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.858-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/225119202/test'. Active transaction id=1","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/set-get/reopen=true/set_and_get_one_entry_only
    util.go:68: Test tmp dir: /tmp/3038365079
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.860-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3038365079/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.860-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3038365079/test'. Active transaction id=1","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/remove
=== RUN   TestCompliance_Default/remove/no_error_when_removing_unknown_key
    util.go:68: Test tmp dir: /tmp/435156604
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.862-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/435156604/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/remove/reopen=false
=== RUN   TestCompliance_Default/remove/reopen=false/remove_key
    util.go:68: Test tmp dir: /tmp/1314669362
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.863-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1314669362/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/remove/reopen=true
=== RUN   TestCompliance_Default/remove/reopen=true/remove_key
    util.go:68: Test tmp dir: /tmp/187865156
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.865-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/187865156/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.865-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/187865156/test'. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.866-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/187865156/test'. Active transaction id=2","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/iteration
=== RUN   TestCompliance_Default/iteration/reopen=false
=== RUN   TestCompliance_Default/iteration/reopen=false/all_keys
    util.go:68: Test tmp dir: /tmp/1973927796
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.867-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1973927796/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/iteration/reopen=false/stop_on_error
    util.go:68: Test tmp dir: /tmp/3233174313
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.869-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3233174313/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/iteration/reopen=false/stop_on_bool
    util.go:68: Test tmp dir: /tmp/9578971
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.871-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/9578971/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/iteration/reopen=true
=== RUN   TestCompliance_Default/iteration/reopen=true/all_keys
    util.go:68: Test tmp dir: /tmp/481914999
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.872-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/481914999/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.873-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/481914999/test'. Active transaction id=2","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/iteration/reopen=true/stop_on_error
    util.go:68: Test tmp dir: /tmp/4235016629
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.874-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/4235016629/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.875-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/4235016629/test'. Active transaction id=2","ecs.version":"1.6.0"}
=== RUN   TestCompliance_Default/iteration/reopen=true/stop_on_bool
    util.go:68: Test tmp dir: /tmp/2914130324
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.877-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2914130324/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.878-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2914130324/test'. Active transaction id=2","ecs.version":"1.6.0"}
--- PASS: TestCompliance_Default (0.04s)
    --- PASS: TestCompliance_Default/init_and_close_registry (0.00s)
    --- PASS: TestCompliance_Default/open_stores (0.02s)
    --- PASS: TestCompliance_Default/set-get (0.01s)
        --- PASS: TestCompliance_Default/set-get/unknown_key (0.00s)
        --- PASS: TestCompliance_Default/set-get/reopen=false (0.00s)
            --- PASS: TestCompliance_Default/set-get/reopen=false/has_key_after_set (0.00s)
            --- PASS: TestCompliance_Default/set-get/reopen=false/set_and_get_one_entry_only (0.00s)
        --- PASS: TestCompliance_Default/set-get/reopen=true (0.00s)
            --- PASS: TestCompliance_Default/set-get/reopen=true/has_key_after_set (0.00s)
            --- PASS: TestCompliance_Default/set-get/reopen=true/set_and_get_one_entry_only (0.00s)
    --- PASS: TestCompliance_Default/remove (0.01s)
        --- PASS: TestCompliance_Default/remove/no_error_when_removing_unknown_key (0.00s)
        --- PASS: TestCompliance_Default/remove/reopen=false (0.00s)
            --- PASS: TestCompliance_Default/remove/reopen=false/remove_key (0.00s)
        --- PASS: TestCompliance_Default/remove/reopen=true (0.00s)
            --- PASS: TestCompliance_Default/remove/reopen=true/remove_key (0.00s)
    --- PASS: TestCompliance_Default/iteration (0.01s)
        --- PASS: TestCompliance_Default/iteration/reopen=false (0.00s)
            --- PASS: TestCompliance_Default/iteration/reopen=false/all_keys (0.00s)
            --- PASS: TestCompliance_Default/iteration/reopen=false/stop_on_error (0.00s)
            --- PASS: TestCompliance_Default/iteration/reopen=false/stop_on_bool (0.00s)
        --- PASS: TestCompliance_Default/iteration/reopen=true (0.01s)
            --- PASS: TestCompliance_Default/iteration/reopen=true/all_keys (0.00s)
            --- PASS: TestCompliance_Default/iteration/reopen=true/stop_on_error (0.00s)
            --- PASS: TestCompliance_Default/iteration/reopen=true/stop_on_bool (0.00s)
=== RUN   TestCompliance_AlwaysCheckpoint
=== RUN   TestCompliance_AlwaysCheckpoint/init_and_close_registry
    util.go:68: Test tmp dir: /tmp/3116556845
=== RUN   TestCompliance_AlwaysCheckpoint/open_stores
    util.go:68: Test tmp dir: /tmp/3676487562
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.879-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3676487562/test1'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.892-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3676487562/test2'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/set-get
=== RUN   TestCompliance_AlwaysCheckpoint/set-get/unknown_key
    util.go:68: Test tmp dir: /tmp/754338515
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.895-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/754338515/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/set-get/reopen=false
=== RUN   TestCompliance_AlwaysCheckpoint/set-get/reopen=false/has_key_after_set
    util.go:68: Test tmp dir: /tmp/3852002369
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.897-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3852002369/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/set-get/reopen=false/set_and_get_one_entry_only
    util.go:68: Test tmp dir: /tmp/2014747331
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.899-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2014747331/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/set-get/reopen=true
=== RUN   TestCompliance_AlwaysCheckpoint/set-get/reopen=true/has_key_after_set
    util.go:68: Test tmp dir: /tmp/3925476396
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.902-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3925476396/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.903-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/3925476396/test' succeeded. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.903-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3925476396/test'. Active transaction id=1","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/set-get/reopen=true/set_and_get_one_entry_only
    util.go:68: Test tmp dir: /tmp/2345010892
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.904-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2345010892/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.906-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/2345010892/test' succeeded. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.906-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2345010892/test'. Active transaction id=1","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/remove
=== RUN   TestCompliance_AlwaysCheckpoint/remove/no_error_when_removing_unknown_key
    util.go:68: Test tmp dir: /tmp/1320901846
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.908-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1320901846/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/remove/reopen=false
=== RUN   TestCompliance_AlwaysCheckpoint/remove/reopen=false/remove_key
    util.go:68: Test tmp dir: /tmp/1061596899
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.917-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1061596899/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/remove/reopen=true
=== RUN   TestCompliance_AlwaysCheckpoint/remove/reopen=true/remove_key
    util.go:68: Test tmp dir: /tmp/1435252662
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.921-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1435252662/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.922-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/1435252662/test' succeeded. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.922-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1435252662/test'. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.924-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/1435252662/test' succeeded. Active transaction id=2","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.924-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1435252662/test'. Active transaction id=2","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/iteration
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=false
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=false/all_keys
    util.go:68: Test tmp dir: /tmp/3969072209
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.925-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3969072209/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=false/stop_on_error
    util.go:68: Test tmp dir: /tmp/2933804933
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.928-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2933804933/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=false/stop_on_bool
    util.go:68: Test tmp dir: /tmp/226590884
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.932-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/226590884/test'. Active transaction id=0","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=true
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=true/all_keys
    util.go:68: Test tmp dir: /tmp/1408902282
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.936-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1408902282/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.939-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/1408902282/test' succeeded. Active transaction id=2","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.939-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1408902282/test'. Active transaction id=2","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=true/stop_on_error
    util.go:68: Test tmp dir: /tmp/170599443
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.941-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/170599443/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.943-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/170599443/test' succeeded. Active transaction id=2","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.943-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/170599443/test'. Active transaction id=2","ecs.version":"1.6.0"}
=== RUN   TestCompliance_AlwaysCheckpoint/iteration/reopen=true/stop_on_bool
    util.go:68: Test tmp dir: /tmp/1324342112
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.945-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1324342112/test'. Active transaction id=0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.947-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/1324342112/test' succeeded. Active transaction id=2","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.947-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1324342112/test'. Active transaction id=2","ecs.version":"1.6.0"}
--- PASS: TestCompliance_AlwaysCheckpoint (0.07s)
    --- PASS: TestCompliance_AlwaysCheckpoint/init_and_close_registry (0.00s)
    --- PASS: TestCompliance_AlwaysCheckpoint/open_stores (0.01s)
    --- PASS: TestCompliance_AlwaysCheckpoint/set-get (0.01s)
        --- PASS: TestCompliance_AlwaysCheckpoint/set-get/unknown_key (0.00s)
        --- PASS: TestCompliance_AlwaysCheckpoint/set-get/reopen=false (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/set-get/reopen=false/has_key_after_set (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/set-get/reopen=false/set_and_get_one_entry_only (0.00s)
        --- PASS: TestCompliance_AlwaysCheckpoint/set-get/reopen=true (0.01s)
            --- PASS: TestCompliance_AlwaysCheckpoint/set-get/reopen=true/has_key_after_set (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/set-get/reopen=true/set_and_get_one_entry_only (0.00s)
    --- PASS: TestCompliance_AlwaysCheckpoint/remove (0.02s)
        --- PASS: TestCompliance_AlwaysCheckpoint/remove/no_error_when_removing_unknown_key (0.01s)
        --- PASS: TestCompliance_AlwaysCheckpoint/remove/reopen=false (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/remove/reopen=false/remove_key (0.00s)
        --- PASS: TestCompliance_AlwaysCheckpoint/remove/reopen=true (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/remove/reopen=true/remove_key (0.00s)
    --- PASS: TestCompliance_AlwaysCheckpoint/iteration (0.02s)
        --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=false (0.01s)
            --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=false/all_keys (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=false/stop_on_error (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=false/stop_on_bool (0.00s)
        --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=true (0.01s)
            --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=true/all_keys (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=true/stop_on_error (0.00s)
            --- PASS: TestCompliance_AlwaysCheckpoint/iteration/reopen=true/stop_on_bool (0.00s)
=== RUN   TestLoadVersion1
=== RUN   TestLoadVersion1/commit_wrong_id
    memlog_test.go:89: Test tmp dir: /tmp/2188657698
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.954-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/2188657698' succeeded. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.954-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2188657698'. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:39:38.954-0400","log.origin":{"file.name":"memlog/store.go","file.line":140},"message":"Incomplete or corrupted log file in /tmp/2188657698. Continue with last known complete and consistent state. Reason: invalid update sequence number","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/corrupt_datafile
    memlog_test.go:89: Test tmp dir: /tmp/4267862807
{"log.level":"warn","@timestamp":"2023-11-03T09:39:38.960-0400","log.origin":{"file.name":"memlog/store.go","file.line":122},"message":"Data file is corrupt. It has been renamed to /tmp/4267862807/1.json.corrupted. Attempting to restore partial state from log file.","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.960-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/4267862807'. Active transaction id=4","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/data_and_log
    memlog_test.go:89: Test tmp dir: /tmp/1656444507
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.966-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/1656444507' succeeded. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.966-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/1656444507'. Active transaction id=4","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/datafile_only
    memlog_test.go:89: Test tmp dir: /tmp/2761665225
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.970-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/2761665225' succeeded. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.970-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2761665225'. Active transaction id=1","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/incomplete_op
    memlog_test.go:89: Test tmp dir: /tmp/78496881
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.976-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/78496881' succeeded. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.976-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/78496881'. Active transaction id=1","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:39:38.976-0400","log.origin":{"file.name":"memlog/store.go","file.line":140},"message":"Incomplete or corrupted log file in /tmp/78496881. Continue with last known complete and consistent state. Reason: EOF","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/logfile_incomplete
    memlog_test.go:89: Test tmp dir: /tmp/2714783205
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.981-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2714783205'. Active transaction id=6","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:39:38.981-0400","log.origin":{"file.name":"memlog/store.go","file.line":140},"message":"Incomplete or corrupted log file in /tmp/2714783205. Continue with last known complete and consistent state. Reason: unexpected EOF","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/logfile_only
    memlog_test.go:89: Test tmp dir: /tmp/787241028
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.985-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/787241028'. Active transaction id=6","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/old_datafiles
    memlog_test.go:89: Test tmp dir: /tmp/2976998306
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.992-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/2976998306' succeeded. Active transaction id=3","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.992-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/2976998306'. Active transaction id=3","ecs.version":"1.6.0"}
=== RUN   TestLoadVersion1/old_entries_in_log
    memlog_test.go:89: Test tmp dir: /tmp/3091132415
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.998-0400","log.origin":{"file.name":"memlog/store.go","file.line":127},"message":"Loading data file of '/tmp/3091132415' succeeded. Active transaction id=5","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:39:38.998-0400","log.origin":{"file.name":"memlog/store.go","file.line":134},"message":"Finished loading transaction log file for '/tmp/3091132415'. Active transaction id=5","ecs.version":"1.6.0"}
--- PASS: TestLoadVersion1 (0.05s)
    --- PASS: TestLoadVersion1/commit_wrong_id (0.01s)
    --- PASS: TestLoadVersion1/corrupt_datafile (0.01s)
    --- PASS: TestLoadVersion1/data_and_log (0.01s)
    --- PASS: TestLoadVersion1/datafile_only (0.00s)
    --- PASS: TestLoadVersion1/incomplete_op (0.01s)
    --- PASS: TestLoadVersion1/logfile_incomplete (0.01s)
    --- PASS: TestLoadVersion1/logfile_only (0.00s)
    --- PASS: TestLoadVersion1/old_datafiles (0.01s)
    --- PASS: TestLoadVersion1/old_entries_in_log (0.01s)
=== RUN   TestTxIDLessEqual
=== RUN   TestTxIDLessEqual/is_equal
=== RUN   TestTxIDLessEqual/is_less
=== RUN   TestTxIDLessEqual/is_bigger
=== RUN   TestTxIDLessEqual/is_less_0_with_integer_overflow
=== RUN   TestTxIDLessEqual/is_less_random_value_with_integer_overflow
=== RUN   TestTxIDLessEqual/is_less_with_large_ids
=== RUN   TestTxIDLessEqual/is_bigger_with_large_ids
--- PASS: TestTxIDLessEqual (0.00s)
    --- PASS: TestTxIDLessEqual/is_equal (0.00s)
    --- PASS: TestTxIDLessEqual/is_less (0.00s)
    --- PASS: TestTxIDLessEqual/is_bigger (0.00s)
    --- PASS: TestTxIDLessEqual/is_less_0_with_integer_overflow (0.00s)
    --- PASS: TestTxIDLessEqual/is_less_random_value_with_integer_overflow (0.00s)
    --- PASS: TestTxIDLessEqual/is_less_with_large_ids (0.00s)
    --- PASS: TestTxIDLessEqual/is_bigger_with_large_ids (0.00s)
=== RUN   TestEnsureWriter_RetriableError
--- PASS: TestEnsureWriter_RetriableError (0.00s)
=== RUN   TestEnsureWriter_NonRetriableError
--- PASS: TestEnsureWriter_NonRetriableError (0.00s)
=== RUN   TestEnsureWriter_NoError
--- PASS: TestEnsureWriter_NoError (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/statestore/backend/memlog	0.185s
=== RUN   TestCompliance
=== RUN   TestCompliance/init_and_close_registry
    util.go:68: Test tmp dir: /tmp/2705752804
=== RUN   TestCompliance/open_stores
    util.go:68: Test tmp dir: /tmp/481496655
=== RUN   TestCompliance/set-get
=== RUN   TestCompliance/set-get/unknown_key
    util.go:68: Test tmp dir: /tmp/4253279271
=== RUN   TestCompliance/set-get/reopen=false
=== RUN   TestCompliance/set-get/reopen=false/has_key_after_set
    util.go:68: Test tmp dir: /tmp/1764350620
=== RUN   TestCompliance/set-get/reopen=false/set_and_get_one_entry_only
    util.go:68: Test tmp dir: /tmp/2220246043
=== RUN   TestCompliance/set-get/reopen=true
=== RUN   TestCompliance/set-get/reopen=true/has_key_after_set
    util.go:68: Test tmp dir: /tmp/1927572637
=== RUN   TestCompliance/set-get/reopen=true/set_and_get_one_entry_only
    util.go:68: Test tmp dir: /tmp/1519092029
=== RUN   TestCompliance/remove
=== RUN   TestCompliance/remove/no_error_when_removing_unknown_key
    util.go:68: Test tmp dir: /tmp/2012883233
=== RUN   TestCompliance/remove/reopen=false
=== RUN   TestCompliance/remove/reopen=false/remove_key
    util.go:68: Test tmp dir: /tmp/1472374066
=== RUN   TestCompliance/remove/reopen=true
=== RUN   TestCompliance/remove/reopen=true/remove_key
    util.go:68: Test tmp dir: /tmp/1457142757
=== RUN   TestCompliance/iteration
=== RUN   TestCompliance/iteration/reopen=false
=== RUN   TestCompliance/iteration/reopen=false/all_keys
    util.go:68: Test tmp dir: /tmp/3829128832
=== RUN   TestCompliance/iteration/reopen=false/stop_on_error
    util.go:68: Test tmp dir: /tmp/1295386911
=== RUN   TestCompliance/iteration/reopen=false/stop_on_bool
    util.go:68: Test tmp dir: /tmp/584523630
=== RUN   TestCompliance/iteration/reopen=true
=== RUN   TestCompliance/iteration/reopen=true/all_keys
    util.go:68: Test tmp dir: /tmp/4013397960
=== RUN   TestCompliance/iteration/reopen=true/stop_on_error
    util.go:68: Test tmp dir: /tmp/2126783476
=== RUN   TestCompliance/iteration/reopen=true/stop_on_bool
    util.go:68: Test tmp dir: /tmp/902427201
--- PASS: TestCompliance (0.00s)
    --- PASS: TestCompliance/init_and_close_registry (0.00s)
    --- PASS: TestCompliance/open_stores (0.00s)
    --- PASS: TestCompliance/set-get (0.00s)
        --- PASS: TestCompliance/set-get/unknown_key (0.00s)
        --- PASS: TestCompliance/set-get/reopen=false (0.00s)
            --- PASS: TestCompliance/set-get/reopen=false/has_key_after_set (0.00s)
            --- PASS: TestCompliance/set-get/reopen=false/set_and_get_one_entry_only (0.00s)
        --- PASS: TestCompliance/set-get/reopen=true (0.00s)
            --- PASS: TestCompliance/set-get/reopen=true/has_key_after_set (0.00s)
            --- PASS: TestCompliance/set-get/reopen=true/set_and_get_one_entry_only (0.00s)
    --- PASS: TestCompliance/remove (0.00s)
        --- PASS: TestCompliance/remove/no_error_when_removing_unknown_key (0.00s)
        --- PASS: TestCompliance/remove/reopen=false (0.00s)
            --- PASS: TestCompliance/remove/reopen=false/remove_key (0.00s)
        --- PASS: TestCompliance/remove/reopen=true (0.00s)
            --- PASS: TestCompliance/remove/reopen=true/remove_key (0.00s)
    --- PASS: TestCompliance/iteration (0.00s)
        --- PASS: TestCompliance/iteration/reopen=false (0.00s)
            --- PASS: TestCompliance/iteration/reopen=false/all_keys (0.00s)
            --- PASS: TestCompliance/iteration/reopen=false/stop_on_error (0.00s)
            --- PASS: TestCompliance/iteration/reopen=false/stop_on_bool (0.00s)
        --- PASS: TestCompliance/iteration/reopen=true (0.00s)
            --- PASS: TestCompliance/iteration/reopen=true/all_keys (0.00s)
            --- PASS: TestCompliance/iteration/reopen=true/stop_on_error (0.00s)
            --- PASS: TestCompliance/iteration/reopen=true/stop_on_bool (0.00s)
=== RUN   TestStore_IsClosed
=== RUN   TestStore_IsClosed/false_by_default
=== RUN   TestStore_IsClosed/true_after_close
=== RUN   TestStore_IsClosed/true_after_reopen
--- PASS: TestStore_IsClosed (0.00s)
    --- PASS: TestStore_IsClosed/false_by_default (0.00s)
    --- PASS: TestStore_IsClosed/true_after_close (0.00s)
    --- PASS: TestStore_IsClosed/true_after_reopen (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/statestore/storetest	0.021s
=== RUN   TestFileLoader_Load
=== RUN   TestFileLoader_Load/load_minimal_config_info
=== RUN   TestFileLoader_Load/load_minimal_config_with_index_settings
=== RUN   TestFileLoader_Load/load_minimal_config_with_source_settings
=== RUN   TestFileLoader_Load/load_config_and_in-line_analyzer_fields
=== RUN   TestFileLoader_Load/load_config_and_in-line_analyzer_fields_with_name_collision
--- PASS: TestFileLoader_Load (0.00s)
    --- PASS: TestFileLoader_Load/load_minimal_config_info (0.00s)
    --- PASS: TestFileLoader_Load/load_minimal_config_with_index_settings (0.00s)
    --- PASS: TestFileLoader_Load/load_minimal_config_with_source_settings (0.00s)
    --- PASS: TestFileLoader_Load/load_config_and_in-line_analyzer_fields (0.00s)
    --- PASS: TestFileLoader_Load/load_config_and_in-line_analyzer_fields_with_name_collision (0.00s)
=== RUN   TestProcessor
--- PASS: TestProcessor (0.00s)
=== RUN   TestDynamicTemplates
--- PASS: TestDynamicTemplates (0.00s)
=== RUN   TestPropertiesCombine
--- PASS: TestPropertiesCombine (0.00s)
=== RUN   TestProcessNoName
--- PASS: TestProcessNoName (0.00s)
=== RUN   TestProcessDefaultField
--- PASS: TestProcessDefaultField (0.00s)
=== RUN   TestProcessWildcardOSS
--- PASS: TestProcessWildcardOSS (0.00s)
=== RUN   TestProcessWildcardElastic
=== RUN   TestProcessWildcardElastic/default
=== RUN   TestProcessWildcardElastic/explicit_ignore_above
--- PASS: TestProcessWildcardElastic (0.00s)
    --- PASS: TestProcessWildcardElastic/default (0.00s)
    --- PASS: TestProcessWildcardElastic/explicit_ignore_above (0.00s)
=== RUN   TestProcessWildcardPreSupport
--- PASS: TestProcessWildcardPreSupport (0.00s)
=== RUN   TestProcessNestedSupport
--- PASS: TestProcessNestedSupport (0.00s)
=== RUN   TestProcessNestedSupportNoSubfields
--- PASS: TestProcessNestedSupportNoSubfields (0.00s)
=== RUN   TestNumberOfRoutingShards
=== RUN   TestNumberOfRoutingShards/Do_not_set_by_default_for_ES_7.x
=== RUN   TestNumberOfRoutingShards/Still_configurable_for_ES_7.x
=== RUN   TestNumberOfRoutingShards/Do_not_set_with_current_version
=== RUN   TestNumberOfRoutingShards/Still_configurable_with_current_version
--- PASS: TestNumberOfRoutingShards (0.00s)
    --- PASS: TestNumberOfRoutingShards/Do_not_set_by_default_for_ES_7.x (0.00s)
    --- PASS: TestNumberOfRoutingShards/Still_configurable_for_ES_7.x (0.00s)
    --- PASS: TestNumberOfRoutingShards/Do_not_set_with_current_version (0.00s)
    --- PASS: TestNumberOfRoutingShards/Still_configurable_with_current_version (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/for_ES_7.x
=== RUN   TestTemplate/for_ES_8.x
--- PASS: TestTemplate (0.00s)
    --- PASS: TestTemplate/for_ES_7.x (0.00s)
    --- PASS: TestTemplate/for_ES_8.x (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/template	0.037s
=== RUN   TestConsoleDriverInfo
--- PASS: TestConsoleDriverInfo (0.00s)
=== RUN   TestConsoleDriverWarn
--- PASS: TestConsoleDriverWarn (0.00s)
=== RUN   TestConsoleDriverError
--- PASS: TestConsoleDriverError (0.00s)
=== RUN   TestConsoleDriverFatal
--- PASS: TestConsoleDriverFatal (0.00s)
=== RUN   TestConsoleDriverRun
--- PASS: TestConsoleDriverRun (0.00s)
=== RUN   TestConsoleDriverResult
--- PASS: TestConsoleDriverResult (0.00s)
=== RUN   TestConsoleDriverRunWithReports
--- PASS: TestConsoleDriverRunWithReports (0.00s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/testing	0.034s
=== RUN   TestGoroutinesChecker
=== RUN   TestGoroutinesChecker/no_goroutines
=== RUN   TestGoroutinesChecker/fast_goroutine
=== RUN   TestGoroutinesChecker/blocked_goroutine
--- PASS: TestGoroutinesChecker (0.02s)
    --- PASS: TestGoroutinesChecker/no_goroutines (0.00s)
    --- PASS: TestGoroutinesChecker/fast_goroutine (0.00s)
    --- PASS: TestGoroutinesChecker/blocked_goroutine (0.02s)
PASS
ok  	github.com/elastic/beats/v7/libbeat/tests/resources	0.047s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Metricbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.26s)
    --- PASS: TestTemplate/default_field_length (0.26s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat	0.353s
=== RUN   TestTokenAppender
--- PASS: TestTokenAppender (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/autodiscover/appender/kubernetes/token	0.043s
=== RUN   TestGenerateHints
--- PASS: TestGenerateHints (0.02s)
=== RUN   TestGenerateHintsDoesNotAccessGlobalKeystore
--- PASS: TestGenerateHintsDoesNotAccessGlobalKeystore (0.04s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/autodiscover/builder/hints	0.112s
=== RUN   TestGetAuthHeaderFromToken
=== RUN   TestGetAuthHeaderFromToken/Test_a_token_is_read
=== RUN   TestGetAuthHeaderFromToken/Test_a_token_is_trimmed
--- PASS: TestGetAuthHeaderFromToken (0.00s)
    --- PASS: TestGetAuthHeaderFromToken/Test_a_token_is_read (0.00s)
    --- PASS: TestGetAuthHeaderFromToken/Test_a_token_is_trimmed (0.00s)
=== RUN   TestGetAuthHeaderFromTokenNoFile
--- PASS: TestGetAuthHeaderFromTokenNoFile (0.00s)
=== RUN   TestTimeout
--- PASS: TestTimeout (0.00s)
=== RUN   TestConnectTimeout
--- PASS: TestConnectTimeout (0.00s)
=== RUN   TestAuthentication
--- PASS: TestAuthentication (0.00s)
=== RUN   TestSetHeader
--- PASS: TestSetHeader (0.00s)
=== RUN   TestSetHeaderDefault
--- PASS: TestSetHeaderDefault (0.00s)
=== RUN   TestOverUnixSocket
=== RUN   TestOverUnixSocket/at_root
=== RUN   TestOverUnixSocket/at_specific_path
=== RUN   TestOverUnixSocket/with_parser_builder
--- PASS: TestOverUnixSocket (0.00s)
    --- PASS: TestOverUnixSocket/at_root (0.00s)
    --- PASS: TestOverUnixSocket/at_specific_path (0.00s)
    --- PASS: TestOverUnixSocket/with_parser_builder (0.00s)
=== RUN   TestUserAgentCheck
--- PASS: TestUserAgentCheck (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper	0.041s
=== RUN   TestMakeXPackMonitoringIndexName
=== RUN   TestMakeXPackMonitoringIndexName/Test_naming_Elasticsearch_monitoring_index
=== RUN   TestMakeXPackMonitoringIndexName/Test_naming_Kibana_monitoring_index
=== RUN   TestMakeXPackMonitoringIndexName/Test_naming_Logstash_monitoring_index
=== RUN   TestMakeXPackMonitoringIndexName/Test_naming_Beats_monitoring_index
--- PASS: TestMakeXPackMonitoringIndexName (0.00s)
    --- PASS: TestMakeXPackMonitoringIndexName/Test_naming_Elasticsearch_monitoring_index (0.00s)
    --- PASS: TestMakeXPackMonitoringIndexName/Test_naming_Kibana_monitoring_index (0.00s)
    --- PASS: TestMakeXPackMonitoringIndexName/Test_naming_Logstash_monitoring_index (0.00s)
    --- PASS: TestMakeXPackMonitoringIndexName/Test_naming_Beats_monitoring_index (0.00s)
=== RUN   TestReportErrorForMissingField
--- PASS: TestReportErrorForMissingField (0.00s)
=== RUN   TestFixTimestampField
=== RUN   TestFixTimestampField/converts_float64s_in_scientific_notation_to_ints
=== RUN   TestFixTimestampField/converts_regular_notation_float64s_to_ints
=== RUN   TestFixTimestampField/ignores_missing_fields
=== RUN   TestFixTimestampField/leaves_strings_untouched
--- PASS: TestFixTimestampField (0.00s)
    --- PASS: TestFixTimestampField/converts_float64s_in_scientific_notation_to_ints (0.00s)
    --- PASS: TestFixTimestampField/converts_regular_notation_float64s_to_ints (0.00s)
    --- PASS: TestFixTimestampField/ignores_missing_fields (0.00s)
    --- PASS: TestFixTimestampField/leaves_strings_untouched (0.00s)
=== RUN   TestConfigureModule
=== RUN   TestConfigureModule/no_xpack_enabled
=== RUN   TestConfigureModule/xpack_enabled
=== RUN   TestConfigureModule/xpack_enabled_with_optional
--- PASS: TestConfigureModule (0.00s)
    --- PASS: TestConfigureModule/no_xpack_enabled (0.00s)
    --- PASS: TestConfigureModule/xpack_enabled (0.00s)
    --- PASS: TestConfigureModule/xpack_enabled_with_optional (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/elastic	0.020s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/labelhash	0.024s [no tests to run]
=== RUN   TestOpenMetrics
=== RUN   TestOpenMetrics/Simple_field_map
=== RUN   TestOpenMetrics/Simple_field_map_with_labels
=== RUN   TestOpenMetrics/Several_metrics
=== RUN   TestOpenMetrics/Grouping_by_key_labels
=== RUN   TestOpenMetrics/Keyword_metrics
=== RUN   TestOpenMetrics/Boolean_metrics
=== RUN   TestOpenMetrics/Label_metrics
=== RUN   TestOpenMetrics/Label_metrics,_lowercase
=== RUN   TestOpenMetrics/Label_metrics,_filter
=== RUN   TestOpenMetrics/Label_metrics,_filter#01
=== RUN   TestOpenMetrics/Summary_metric
=== RUN   TestOpenMetrics/Histogram_metric
=== RUN   TestOpenMetrics/Histogram_decimal_metric
=== RUN   TestOpenMetrics/Gauge_histogram_metric
=== RUN   TestOpenMetrics/Info_metric
=== RUN   TestOpenMetrics/Info_metric_with_labels
--- PASS: TestOpenMetrics (0.03s)
    --- PASS: TestOpenMetrics/Simple_field_map (0.00s)
    --- PASS: TestOpenMetrics/Simple_field_map_with_labels (0.00s)
    --- PASS: TestOpenMetrics/Several_metrics (0.00s)
    --- PASS: TestOpenMetrics/Grouping_by_key_labels (0.02s)
    --- PASS: TestOpenMetrics/Keyword_metrics (0.00s)
    --- PASS: TestOpenMetrics/Boolean_metrics (0.00s)
    --- PASS: TestOpenMetrics/Label_metrics (0.00s)
    --- PASS: TestOpenMetrics/Label_metrics,_lowercase (0.00s)
    --- PASS: TestOpenMetrics/Label_metrics,_filter (0.00s)
    --- PASS: TestOpenMetrics/Label_metrics,_filter#01 (0.00s)
    --- PASS: TestOpenMetrics/Summary_metric (0.00s)
    --- PASS: TestOpenMetrics/Histogram_metric (0.00s)
    --- PASS: TestOpenMetrics/Histogram_decimal_metric (0.00s)
    --- PASS: TestOpenMetrics/Gauge_histogram_metric (0.00s)
    --- PASS: TestOpenMetrics/Info_metric (0.00s)
    --- PASS: TestOpenMetrics/Info_metric_with_labels (0.00s)
=== RUN   TestOpenMetricsKeyLabels
--- PASS: TestOpenMetricsKeyLabels (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/openmetrics	0.065s
=== RUN   TestPrometheus
=== RUN   TestPrometheus/Simple_field_map
=== RUN   TestPrometheus/Simple_field_map_with_labels
=== RUN   TestPrometheus/Several_metrics
=== RUN   TestPrometheus/Grouping_by_key_labels
=== RUN   TestPrometheus/Keyword_metrics
=== RUN   TestPrometheus/Boolean_metrics
=== RUN   TestPrometheus/Label_metrics
=== RUN   TestPrometheus/Label_metrics,_lowercase
=== RUN   TestPrometheus/Label_metrics,_filter
=== RUN   TestPrometheus/Label_metrics,_filter#01
=== RUN   TestPrometheus/Summary_metric
=== RUN   TestPrometheus/Histogram_metric
=== RUN   TestPrometheus/Histogram_decimal_metric
--- PASS: TestPrometheus (0.03s)
    --- PASS: TestPrometheus/Simple_field_map (0.00s)
    --- PASS: TestPrometheus/Simple_field_map_with_labels (0.00s)
    --- PASS: TestPrometheus/Several_metrics (0.02s)
    --- PASS: TestPrometheus/Grouping_by_key_labels (0.00s)
    --- PASS: TestPrometheus/Keyword_metrics (0.00s)
    --- PASS: TestPrometheus/Boolean_metrics (0.00s)
    --- PASS: TestPrometheus/Label_metrics (0.00s)
    --- PASS: TestPrometheus/Label_metrics,_lowercase (0.00s)
    --- PASS: TestPrometheus/Label_metrics,_filter (0.00s)
    --- PASS: TestPrometheus/Label_metrics,_filter#01 (0.00s)
    --- PASS: TestPrometheus/Summary_metric (0.00s)
    --- PASS: TestPrometheus/Histogram_metric (0.00s)
    --- PASS: TestPrometheus/Histogram_decimal_metric (0.00s)
=== RUN   TestPrometheusKeyLabels
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":1,"labels":{"name":"jane","surname":"foster"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":2,"labels":{"name":"john","surname":"williams"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":3,"labels":{"age":"30","name":"jahn","surname":"baldwin"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":0,"labels":{"name":"jane","surname":"foster"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":3,"labels":{"age":"30","name":"jahn","surname":"baldwin"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":1,"labels":{"name":"jane","surname":"foster"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":2,"labels":{"name":"john","surname":"williams"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":3,"labels":{"age":"30","name":"jahn","surname":"baldwin"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":1,"labels":{"name":"jane","surname":"foster"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"count":3,"labels":{"age":"30","name":"jahn","surname":"baldwin"}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"midichlorians":{"alive":"yes","bucket":{"+Inf":28,"16000":27,"2000":16,"32000":27,"4000":20,"8000":23},"count":28,"rank":"padawan","sum":800001}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"midichlorians":{"alive":"yes","bucket":{"+Inf":86,"16000":84,"2000":52,"32000":86,"4000":70,"8000":78},"count":86,"rank":"youngling","sum":1000001}}}}
    prometheus_test.go:1001: events: {"metrics":{"one":{"midichlorians":{"alive":"yes","bucket":{"+Inf":86,"16000":84,"32000":86},"count":86,"rank":"youngling","sum":1000001}}}}
    prometheus_test.go:1001: events: {"metrics":{"force":{"propagation":{"ms":{"count":651,"labels":{"kind":"jedi"},"percentile":{"0":35,"100":30,"25":22,"50":7,"75":20},"sum":89}}}}}
    prometheus_test.go:1001: events: {"metrics":{"force":{"propagation":{"ms":{"count":711,"labels":{"kind":"sith"},"percentile":{"0":30,"100":29,"25":20,"50":12,"75":21},"sum":112}}}}}
    prometheus_test.go:1001: events: {"metrics":{"force":{"propagation":{"ms":{"count":651,"labels":{"kind":"jedi"},"percentile":{"100":30,"75":20},"sum":50}}}}}
    prometheus_test.go:1001: events: {"metrics":{"label1":"I am 1","other_labels":{"label2":"I am 2","label3":"I am 3"},"value":20}}
    prometheus_test.go:1001: events: {"metrics":{"extra":{"field1":"extra1","field2":"extra2"},"label1":"I am 1","other_labels":{"label2":"I am 2","label3":"I am 3"},"value":20}}
--- PASS: TestPrometheusKeyLabels (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/prometheus	0.072s
=== RUN   TestHTTPServers
=== RUN   TestHTTPServers/HTTP_GET
=== RUN   TestHTTPServers/HTTPS_GET
2023/11/03 09:40:15 http: TLS handshake error from 127.0.0.1:24499: EOF
=== RUN   TestHTTPServers/HTTP_POST
=== RUN   TestHTTPServers/HTTPS_POST
2023/11/03 09:40:15 http: TLS handshake error from 127.0.0.1:24503: EOF
--- PASS: TestHTTPServers (0.45s)
    --- PASS: TestHTTPServers/HTTP_GET (0.11s)
    --- PASS: TestHTTPServers/HTTPS_GET (0.12s)
    --- PASS: TestHTTPServers/HTTP_POST (0.10s)
    --- PASS: TestHTTPServers/HTTPS_POST (0.12s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/server/http	0.503s
=== RUN   TestTcpServer
--- PASS: TestTcpServer (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/server/tcp	0.038s
=== RUN   TestUdpServer
--- PASS: TestUdpServer (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/server/udp	0.014s
=== RUN   TestListenerTable
--- PASS: TestListenerTable (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/socket	0.021s
=== RUN   TestFetchVariableMode
--- PASS: TestFetchVariableMode (0.00s)
=== RUN   TestFetchTableMode
--- PASS: TestFetchTableMode (0.00s)
=== RUN   TestToDotKeys
--- PASS: TestToDotKeys (0.00s)
=== RUN   TestNewDBClient
=== RUN   TestNewDBClient/create_and_close
=== RUN   TestNewDBClient/unavailable
--- PASS: TestNewDBClient (0.02s)
    --- PASS: TestNewDBClient/create_and_close (0.01s)
    --- PASS: TestNewDBClient/unavailable (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/helper/sql	0.055s
=== RUN   TestEventConversionToBeatEvent
=== RUN   TestEventConversionToBeatEvent/all_levels
=== RUN   TestEventConversionToBeatEvent/idempotent
=== RUN   TestEventConversionToBeatEvent/with_event_modifiers
=== RUN   TestEventConversionToBeatEvent/with_ID
=== RUN   TestEventConversionToBeatEvent/error_message
--- PASS: TestEventConversionToBeatEvent (0.00s)
    --- PASS: TestEventConversionToBeatEvent/all_levels (0.00s)
    --- PASS: TestEventConversionToBeatEvent/idempotent (0.00s)
    --- PASS: TestEventConversionToBeatEvent/with_event_modifiers (0.00s)
    --- PASS: TestEventConversionToBeatEvent/with_ID (0.00s)
    --- PASS: TestEventConversionToBeatEvent/error_message (0.00s)
=== RUN   TestAddMetricSetInfo
=== RUN   TestAddMetricSetInfo/all_fields
=== RUN   TestAddMetricSetInfo/no_optional_fields
--- PASS: TestAddMetricSetInfo (0.00s)
    --- PASS: TestAddMetricSetInfo/all_fields (0.00s)
    --- PASS: TestAddMetricSetInfo/no_optional_fields (0.00s)
=== RUN   TestTransformMapStrToEvent
=== RUN   TestTransformMapStrToEvent/normal
=== RUN   TestTransformMapStrToEvent/namespace
--- PASS: TestTransformMapStrToEvent (0.00s)
    --- PASS: TestTransformMapStrToEvent/normal (0.00s)
    --- PASS: TestTransformMapStrToEvent/namespace (0.00s)
=== RUN   TestLightMetricSetRegistration
=== RUN   TestLightMetricSetRegistration/metricset_is_registered_and_is_default
=== RUN   TestLightMetricSetRegistration/module_is_not_registered
=== RUN   TestLightMetricSetRegistration/metricset_is_not_registered
=== RUN   TestLightMetricSetRegistration/metricset_is_registered
--- PASS: TestLightMetricSetRegistration (0.00s)
    --- PASS: TestLightMetricSetRegistration/metricset_is_registered_and_is_default (0.00s)
    --- PASS: TestLightMetricSetRegistration/module_is_not_registered (0.00s)
    --- PASS: TestLightMetricSetRegistration/metricset_is_not_registered (0.00s)
    --- PASS: TestLightMetricSetRegistration/metricset_is_registered (0.00s)
=== RUN   TestLightModulesAsModuleSource
=== RUN   TestLightModulesAsModuleSource/no_registered_modules
=== RUN   TestLightModulesAsModuleSource/no_registered_modules/metricsets_for_service
=== RUN   TestLightModulesAsModuleSource/no_registered_modules/metricsets_for_broken
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.151-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":374},"message":"Failed to get metricsets from secondary source: getting metricsets for module 'broken': loading metric sets for light module 'broken': loading light metricset 'notexists': loading metricset manifest from 'testdata/lightmodules/broken/notexists/manifest.yml': stat testdata/lightmodules/broken/notexists/manifest.yml: no such file or directory","ecs.version":"1.6.0"}
=== RUN   TestLightModulesAsModuleSource/no_registered_modules/metricsets_for_empty
=== RUN   TestLightModulesAsModuleSource/no_registered_modules/default_metricsets_for_service
=== RUN   TestLightModulesAsModuleSource/no_registered_modules/default_metricsets_for_broken
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.153-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":302},"message":"Failed to get default metric sets for module 'broken' from secondary source: getting default metricsets for module 'broken': loading metric sets for light module 'broken': loading light metricset 'notexists': loading metricset manifest from 'testdata/lightmodules/broken/notexists/manifest.yml': stat testdata/lightmodules/broken/notexists/manifest.yml: no such file or directory","ecs.version":"1.6.0"}
=== RUN   TestLightModulesAsModuleSource/no_registered_modules/default_metricsets_for_empty
=== RUN   TestLightModulesAsModuleSource/same_module_registered_(mixed_modules_case)
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.154-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: service/other","ecs.version":"1.6.0"}
=== RUN   TestLightModulesAsModuleSource/same_module_registered_(mixed_modules_case)/metricsets_for_service
=== RUN   TestLightModulesAsModuleSource/same_module_registered_(mixed_modules_case)/default_metricsets_for_service
=== RUN   TestLightModulesAsModuleSource/some_metricsets_registered
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.155-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: service/other","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.155-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: something/metricset","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.155-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: someotherthing/metricset","ecs.version":"1.6.0"}
=== RUN   TestLightModulesAsModuleSource/some_metricsets_registered/metricsets_for_service
=== RUN   TestLightModulesAsModuleSource/some_metricsets_registered/metricsets_for_something
=== RUN   TestLightModulesAsModuleSource/some_metricsets_registered/metricsets_for_someotherthing
=== RUN   TestLightModulesAsModuleSource/some_metricsets_registered/default_metricsets_for_service
=== RUN   TestLightModulesAsModuleSource/some_metricsets_registered/default_metricsets_for_something
=== RUN   TestLightModulesAsModuleSource/some_metricsets_registered/default_metricsets_for_someotherthing
--- PASS: TestLightModulesAsModuleSource (0.04s)
    --- PASS: TestLightModulesAsModuleSource/no_registered_modules (0.03s)
        --- PASS: TestLightModulesAsModuleSource/no_registered_modules/metricsets_for_service (0.03s)
        --- PASS: TestLightModulesAsModuleSource/no_registered_modules/metricsets_for_broken (0.00s)
        --- PASS: TestLightModulesAsModuleSource/no_registered_modules/metricsets_for_empty (0.00s)
        --- PASS: TestLightModulesAsModuleSource/no_registered_modules/default_metricsets_for_service (0.00s)
        --- PASS: TestLightModulesAsModuleSource/no_registered_modules/default_metricsets_for_broken (0.00s)
        --- PASS: TestLightModulesAsModuleSource/no_registered_modules/default_metricsets_for_empty (0.00s)
    --- PASS: TestLightModulesAsModuleSource/same_module_registered_(mixed_modules_case) (0.00s)
        --- PASS: TestLightModulesAsModuleSource/same_module_registered_(mixed_modules_case)/metricsets_for_service (0.00s)
        --- PASS: TestLightModulesAsModuleSource/same_module_registered_(mixed_modules_case)/default_metricsets_for_service (0.00s)
    --- PASS: TestLightModulesAsModuleSource/some_metricsets_registered (0.00s)
        --- PASS: TestLightModulesAsModuleSource/some_metricsets_registered/metricsets_for_service (0.00s)
        --- PASS: TestLightModulesAsModuleSource/some_metricsets_registered/metricsets_for_something (0.00s)
        --- PASS: TestLightModulesAsModuleSource/some_metricsets_registered/metricsets_for_someotherthing (0.00s)
        --- PASS: TestLightModulesAsModuleSource/some_metricsets_registered/default_metricsets_for_service (0.00s)
        --- PASS: TestLightModulesAsModuleSource/some_metricsets_registered/default_metricsets_for_something (0.00s)
        --- PASS: TestLightModulesAsModuleSource/some_metricsets_registered/default_metricsets_for_someotherthing (0.00s)
=== RUN   TestLoadModule
=== RUN   TestLoadModule/service
=== RUN   TestLoadModule/broken
=== RUN   TestLoadModule/empty
=== RUN   TestLoadModule/notexists
--- PASS: TestLoadModule (0.00s)
    --- PASS: TestLoadModule/service (0.00s)
    --- PASS: TestLoadModule/broken (0.00s)
    --- PASS: TestLoadModule/empty (0.00s)
    --- PASS: TestLoadModule/notexists (0.00s)
=== RUN   TestNewModuleFromConfig
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.157-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: foo/bar","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.157-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: foo/light","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.157-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mixed/standard","ecs.version":"1.6.0"}
=== RUN   TestNewModuleFromConfig/disabled_light_module
=== RUN   TestNewModuleFromConfig/mixed_module_with_standard_and_light_metricsets
=== RUN   TestNewModuleFromConfig/mixed_module_with_standard_and_light_metricsets/standard
=== RUN   TestNewModuleFromConfig/mixed_module_with_standard_and_light_metricsets/light
=== RUN   TestNewModuleFromConfig/mixed_module_with_unregistered_and_light_metricsets
=== RUN   TestNewModuleFromConfig/light_module_default_metricset
=== RUN   TestNewModuleFromConfig/light_module_default_metricset/metricset
=== RUN   TestNewModuleFromConfig/light_module_override_option
=== RUN   TestNewModuleFromConfig/light_module_override_option/metricset
=== RUN   TestNewModuleFromConfig/light_module_is_broken
{"log.level":"error","@timestamp":"2023-11-03T09:40:17.176-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":302},"message":"Failed to get default metric sets for module 'broken' from secondary source: getting default metricsets for module 'broken': loading metric sets for light module 'broken': loading light metricset 'notexists': loading metricset manifest from 'testdata/lightmodules/broken/notexists/manifest.yml': stat testdata/lightmodules/broken/notexists/manifest.yml: no such file or directory","ecs.version":"1.6.0"}
=== RUN   TestNewModuleFromConfig/light_metric_set_doesn't_exist
=== RUN   TestNewModuleFromConfig/normal_module
=== RUN   TestNewModuleFromConfig/normal_module/bar
=== RUN   TestNewModuleFromConfig/light_module
=== RUN   TestNewModuleFromConfig/light_module/metricset
=== RUN   TestNewModuleFromConfig/light_module_with_query
=== RUN   TestNewModuleFromConfig/light_module_with_query/metricset
=== RUN   TestNewModuleFromConfig/light_module_with_custom_period
=== RUN   TestNewModuleFromConfig/light_module_with_custom_period/metricset
--- PASS: TestNewModuleFromConfig (0.02s)
    --- PASS: TestNewModuleFromConfig/disabled_light_module (0.00s)
    --- PASS: TestNewModuleFromConfig/mixed_module_with_standard_and_light_metricsets (0.01s)
        --- PASS: TestNewModuleFromConfig/mixed_module_with_standard_and_light_metricsets/standard (0.00s)
        --- PASS: TestNewModuleFromConfig/mixed_module_with_standard_and_light_metricsets/light (0.00s)
    --- PASS: TestNewModuleFromConfig/mixed_module_with_unregistered_and_light_metricsets (0.00s)
    --- PASS: TestNewModuleFromConfig/light_module_default_metricset (0.00s)
        --- PASS: TestNewModuleFromConfig/light_module_default_metricset/metricset (0.00s)
    --- PASS: TestNewModuleFromConfig/light_module_override_option (0.00s)
        --- PASS: TestNewModuleFromConfig/light_module_override_option/metricset (0.00s)
    --- PASS: TestNewModuleFromConfig/light_module_is_broken (0.00s)
    --- PASS: TestNewModuleFromConfig/light_metric_set_doesn't_exist (0.00s)
    --- PASS: TestNewModuleFromConfig/normal_module (0.00s)
        --- PASS: TestNewModuleFromConfig/normal_module/bar (0.00s)
    --- PASS: TestNewModuleFromConfig/light_module (0.00s)
        --- PASS: TestNewModuleFromConfig/light_module/metricset (0.00s)
    --- PASS: TestNewModuleFromConfig/light_module_with_query (0.00s)
        --- PASS: TestNewModuleFromConfig/light_module_with_query/metricset (0.00s)
    --- PASS: TestNewModuleFromConfig/light_module_with_custom_period (0.00s)
        --- PASS: TestNewModuleFromConfig/light_module_with_custom_period/metricset (0.00s)
=== RUN   TestLightMetricSet_VerifyHostDataURI
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.180-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: http/json","ecs.version":"1.6.0"}
--- PASS: TestLightMetricSet_VerifyHostDataURI (0.00s)
=== RUN   TestLightMetricSet_WithoutHostParser
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.182-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: http/json","ecs.version":"1.6.0"}
--- PASS: TestLightMetricSet_WithoutHostParser (0.00s)
=== RUN   TestLightMetricSet_VerifyHostDataURI_NonParsableHost
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.183-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: http/json","ecs.version":"1.6.0"}
--- PASS: TestLightMetricSet_VerifyHostDataURI_NonParsableHost (0.00s)
=== RUN   TestNewModulesCallModuleFactory
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.183-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: foo/bar","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.183-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":169},"message":"Module registered: foo","ecs.version":"1.6.0"}
--- PASS: TestNewModulesCallModuleFactory (0.00s)
=== RUN   TestProcessorsForMetricSet_UnknownModule
--- PASS: TestProcessorsForMetricSet_UnknownModule (0.00s)
=== RUN   TestProcessorsForMetricSet_UnknownMetricSet
--- PASS: TestProcessorsForMetricSet_UnknownMetricSet (0.00s)
=== RUN   TestProcessorsForMetricSet_ProcessorsRead
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.186-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: add_id=[target_field=[@metadata._id]]","ecs.version":"1.6.0"}
--- PASS: TestProcessorsForMetricSet_ProcessorsRead (0.00s)
=== RUN   TestProcessorsForMetricSet_ListModules
--- PASS: TestProcessorsForMetricSet_ListModules (0.00s)
=== RUN   TestModuleConfig
=== RUN   TestModuleConfig/string_value_is_not_set_on_required_field
=== RUN   TestModuleConfig/valid_config
=== RUN   TestModuleConfig/missing_period
=== RUN   TestModuleConfig/negative_timeout
--- PASS: TestModuleConfig (0.00s)
    --- PASS: TestModuleConfig/string_value_is_not_set_on_required_field (0.00s)
    --- PASS: TestModuleConfig/valid_config (0.00s)
    --- PASS: TestModuleConfig/missing_period (0.00s)
    --- PASS: TestModuleConfig/negative_timeout (0.00s)
=== RUN   TestModuleConfigDefaults
--- PASS: TestModuleConfigDefaults (0.00s)
=== RUN   TestNewModulesDuplicateHosts
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.187-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":169},"message":"Module registered: mymodule","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.187-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestNewModulesDuplicateHosts (0.00s)
=== RUN   TestNewModulesWithDefaultMetricSet
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.187-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":169},"message":"Module registered: mymodule","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.187-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestNewModulesWithDefaultMetricSet (0.00s)
=== RUN   TestNewModulesHostParser
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.187-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":169},"message":"Module registered: mymodule","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.187-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.187-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/hostparser","ecs.version":"1.6.0"}
=== RUN   TestNewModulesHostParser/MetricSet_without_HostParser
=== RUN   TestNewModulesHostParser/MetricSet_with_HostParser
--- PASS: TestNewModulesHostParser (0.00s)
    --- PASS: TestNewModulesHostParser/MetricSet_without_HostParser (0.00s)
    --- PASS: TestNewModulesHostParser/MetricSet_with_HostParser (0.00s)
=== RUN   TestNewModulesMetricSetTypes
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":169},"message":"Module registered: mymodule","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/reportingmetricsetv2","ecs.version":"1.6.0"}
=== RUN   TestNewModulesMetricSetTypes/ReportingMetricSetV2_MetricSet
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/reportingfetcher","ecs.version":"1.6.0"}
=== RUN   TestNewModulesMetricSetTypes/ReportingFetcher_MetricSet
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/push","ecs.version":"1.6.0"}
=== RUN   TestNewModulesMetricSetTypes/Push_MetricSet
--- PASS: TestNewModulesMetricSetTypes (0.00s)
    --- PASS: TestNewModulesMetricSetTypes/ReportingMetricSetV2_MetricSet (0.00s)
    --- PASS: TestNewModulesMetricSetTypes/ReportingFetcher_MetricSet (0.00s)
    --- PASS: TestNewModulesMetricSetTypes/Push_MetricSet (0.00s)
=== RUN   TestNewBaseModuleFromModuleConfigStruct
--- PASS: TestNewBaseModuleFromModuleConfigStruct (0.00s)
=== RUN   TestModuleConfigQueryParams
--- PASS: TestModuleConfigQueryParams (0.00s)
=== RUN   TestBaseModuleWithConfig
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: test_module/foo","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: test_module/bar","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: test_module/qux","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.188-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: test_module/baz","ecs.version":"1.6.0"}
=== RUN   TestBaseModuleWithConfig/metricsets
=== RUN   TestBaseModuleWithConfig/module_name
--- PASS: TestBaseModuleWithConfig (0.00s)
    --- PASS: TestBaseModuleWithConfig/metricsets (0.00s)
    --- PASS: TestBaseModuleWithConfig/module_name (0.00s)
=== RUN   TestAddModuleEmptyName
--- PASS: TestAddModuleEmptyName (0.00s)
=== RUN   TestAddModuleNilFactory
--- PASS: TestAddModuleNilFactory (0.00s)
=== RUN   TestAddModuleDuplicateName
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.189-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":169},"message":"Module registered: mymodule","ecs.version":"1.6.0"}
--- PASS: TestAddModuleDuplicateName (0.00s)
=== RUN   TestAddModule
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.189-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":169},"message":"Module registered: mymodule","ecs.version":"1.6.0"}
--- PASS: TestAddModule (0.00s)
=== RUN   TestAddMetricSetEmptyModuleName
--- PASS: TestAddMetricSetEmptyModuleName (0.00s)
=== RUN   TestAddMetricSetEmptyName
--- PASS: TestAddMetricSetEmptyName (0.00s)
=== RUN   TestAddMetricSetNilFactory
--- PASS: TestAddMetricSetNilFactory (0.00s)
=== RUN   TestAddMetricSetDuplicateName
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.189-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestAddMetricSetDuplicateName (0.00s)
=== RUN   TestAddMetricSet
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.189-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestAddMetricSet (0.00s)
=== RUN   TestModuleFactory
--- PASS: TestModuleFactory (0.00s)
=== RUN   TestModuleFactoryUnknownModule
--- PASS: TestModuleFactoryUnknownModule (0.00s)
=== RUN   TestMetricSetFactory
=== RUN   TestMetricSetFactory/without_HostParser
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.190-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
=== RUN   TestMetricSetFactory/with_HostParser
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.190-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
=== RUN   TestMetricSetFactory/with_options_HostParser
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.190-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
=== RUN   TestMetricSetFactory/with_namespace
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.190-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestMetricSetFactory (0.00s)
    --- PASS: TestMetricSetFactory/without_HostParser (0.00s)
    --- PASS: TestMetricSetFactory/with_HostParser (0.00s)
    --- PASS: TestMetricSetFactory/with_options_HostParser (0.00s)
    --- PASS: TestMetricSetFactory/with_namespace (0.00s)
=== RUN   TestDefaultMetricSet
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.190-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestDefaultMetricSet (0.00s)
=== RUN   TestMustReplaceMetricSet
--- PASS: TestMustReplaceMetricSet (0.00s)
=== RUN   TestMetricSetQuery
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.190-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestMetricSetQuery (0.00s)
=== RUN   TestModuleQuery
--- PASS: TestModuleQuery (0.00s)
=== RUN   TestProcessorsForMetricSet_StandardMetricSet
{"log.level":"info","@timestamp":"2023-11-03T09:40:17.190-0400","log.logger":"registry","log.origin":{"file.name":"mb/registry.go","file.line":236},"message":"MetricSet registered: mymodule/mymetricset","ecs.version":"1.6.0"}
--- PASS: TestProcessorsForMetricSet_StandardMetricSet (0.00s)
=== RUN   TestProcessorsForMetricSet_UndefinedSecondarySource
--- PASS: TestProcessorsForMetricSet_UndefinedSecondarySource (0.00s)
=== RUN   TestProcessorsForMetricSet_FromSource
{"log.level":"debug","@timestamp":"2023-11-03T09:40:17.191-0400","log.logger":"processors","log.origin":{"file.name":"processors/processor.go","file.line":114},"message":"Generated new processors: add_id=[target_field=[@metadata._id]]","ecs.version":"1.6.0"}
--- PASS: TestProcessorsForMetricSet_FromSource (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/mb	0.093s
=== RUN   TestProcessorsForConfig
--- PASS: TestProcessorsForConfig (0.00s)
=== RUN   TestUseMetricSetProcessors_ReadingProcessorsFailed
--- PASS: TestUseMetricSetProcessors_ReadingProcessorsFailed (0.00s)
=== RUN   TestUseMetricSetProcessors_ReadingProcessorsSucceeded
--- PASS: TestUseMetricSetProcessors_ReadingProcessorsSucceeded (0.00s)
=== RUN   TestWithMaxStartDelay
--- PASS: TestWithMaxStartDelay (0.00s)
=== RUN   TestWithMetricSetInfo
--- PASS: TestWithMetricSetInfo (0.00s)
=== RUN   TestWithEventModifier
--- PASS: TestWithEventModifier (0.00s)
=== RUN   TestStartStop
--- PASS: TestStartStop (0.00s)
=== RUN   TestString
--- PASS: TestString (0.00s)
=== RUN   TestRunner
--- PASS: TestRunner (0.00s)
=== RUN   TestWrapperOfReportingFetcher
--- PASS: TestWrapperOfReportingFetcher (0.00s)
=== RUN   TestWrapperOfPushMetricSet
--- PASS: TestWrapperOfPushMetricSet (0.00s)
=== RUN   TestPeriodIsAddedToEvent
=== RUN   TestPeriodIsAddedToEvent/push_metricset_events_should_not_have_period
=== RUN   TestPeriodIsAddedToEvent/fetch_metricset_events_should_have_period
--- PASS: TestPeriodIsAddedToEvent (0.00s)
    --- PASS: TestPeriodIsAddedToEvent/push_metricset_events_should_not_have_period (0.00s)
    --- PASS: TestPeriodIsAddedToEvent/fetch_metricset_events_should_have_period (0.00s)
=== RUN   TestNewWrapperForMetricSet
--- PASS: TestNewWrapperForMetricSet (0.00s)
=== RUN   ExampleWrapper
--- PASS: ExampleWrapper (0.05s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/mb/module	0.087s
=== RUN   TestParseURL
=== RUN   TestParseURL/http
=== RUN   TestParseURL/http+ipv6
=== RUN   TestParseURL/unix
=== RUN   TestParseURL/http+unix_at_root
=== RUN   TestParseURL/http+unix_with_path
=== RUN   TestParseURL/http+npipe_at_root
=== RUN   TestParseURL/http+npipe_with_path
=== RUN   TestParseURL/http+npipe_short_with
=== RUN   TestParseURL/npipe
=== RUN   TestParseURL/set_default_user
=== RUN   TestParseURL/set_default_password
=== RUN   TestParseURL/don't_overwrite_empty_password
--- PASS: TestParseURL (0.00s)
    --- PASS: TestParseURL/http (0.00s)
    --- PASS: TestParseURL/http+ipv6 (0.00s)
    --- PASS: TestParseURL/unix (0.00s)
    --- PASS: TestParseURL/http+unix_at_root (0.00s)
    --- PASS: TestParseURL/http+unix_with_path (0.00s)
    --- PASS: TestParseURL/http+npipe_at_root (0.00s)
    --- PASS: TestParseURL/http+npipe_with_path (0.00s)
    --- PASS: TestParseURL/http+npipe_short_with (0.00s)
    --- PASS: TestParseURL/npipe (0.00s)
    --- PASS: TestParseURL/set_default_user (0.00s)
    --- PASS: TestParseURL/set_default_password (0.00s)
    --- PASS: TestParseURL/don't_overwrite_empty_password (0.00s)
=== RUN   TestURLHostParserBuilder
--- PASS: TestURLHostParserBuilder (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/mb/parse	0.020s
=== RUN   TestFetchLightModuleWithProcessors
--- PASS: TestFetchLightModuleWithProcessors (0.00s)
=== RUN   TestDataLightModuleWithProcessors
    data_generator.go:72: skip data generation tests
--- SKIP: TestDataLightModuleWithProcessors (0.00s)
=== RUN   TestOmitDocumentedField
--- PASS: TestOmitDocumentedField (0.00s)
=== RUN   TestDocumentedFieldCheck
--- PASS: TestDocumentedFieldCheck (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/mb/testing	0.038s
=== RUN   TestParseHost
--- PASS: TestParseHost (0.00s)
=== RUN   TestParseInfo
--- PASS: TestParseInfo (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/aerospike	0.040s
=== RUN   TestFetchEventContents
    status_test.go:100: apache/status event: {
          "bytes_per_request": 386.299,
          "bytes_per_sec": 0.0628293,
          "connections": {
            "async": {
              "closing": 3,
              "keep_alive": 2,
              "writing": 1
            },
            "total": 6
          },
          "cpu": {
            "children_system": 11.2,
            "children_user": 10.1,
            "load": 2.02841,
            "system": 6750.8,
            "user": 14076.6
          },
          "hostname": "127.0.0.1:24509",
          "load": {
            "1": 0.02,
            "15": 0.05,
            "5": 0.01
          },
          "requests_per_sec": 0.000162644,
          "scoreboard": {
            "closing_connection": 0,
            "dns_lookup": 0,
            "gracefully_finishing": 0,
            "idle_cleanup": 0,
            "keepalive": 0,
            "logging": 0,
            "open_slot": 300,
            "reading_request": 0,
            "sending_reply": 1,
            "starting_up": 0,
            "total": 400,
            "waiting_for_connection": 99
          },
          "total_accesses": 167,
          "total_kbytes": 63,
          "uptime": {
            "server_uptime": 1026782,
            "uptime": 1026782
          },
          "workers": {
            "busy": 1,
            "idle": 99
          }
        }
--- PASS: TestFetchEventContents (0.00s)
=== RUN   TestFetchTimeout
--- PASS: TestFetchTimeout (0.05s)
=== RUN   TestMultipleFetches
--- PASS: TestMultipleFetches (0.02s)
=== RUN   TestHostParser
--- PASS: TestHostParser (0.00s)
=== RUN   TestStatusOutputs
--- PASS: TestStatusOutputs (0.00s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
--- PASS: TestData (0.11s)
    --- PASS: TestData/docs.plain (0.11s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/apache/status	0.219s
=== RUN   TestFetchURI
--- PASS: TestFetchURI (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/beat	0.020s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/beat/state	0.019s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/beat/stats	0.039s
=== RUN   TestFetchEventContents
    cluster_disk_test.go:61: ceph/cluster_disk event: {
          "available": {
            "bytes": 5003444224
          },
          "total": {
            "bytes": 6431965184
          },
          "used": {
            "bytes": 1428520960
          }
        }
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/cluster_disk	0.025s
=== RUN   TestFetchEventContents
    cluster_health_test.go:61: ceph/cluster_health event: {
          "overall_status": "HEALTH_OK",
          "timechecks": {
            "epoch": 3,
            "round": {
              "status": "finished",
              "value": 0
            }
          }
        }
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/cluster_health	0.036s
=== RUN   TestFetchEventContents
    cluster_status_test.go:61: ceph/cluster_status event: {
          "degraded": {
            "objects": 294,
            "pct": 0.382812,
            "total": 768
          },
          "misplace": {
            "objects": 88,
            "pct": 0.114583,
            "total": 768
          },
          "osd": {
            "epoch": 264,
            "full": false,
            "in_osd_count": 4,
            "nearfull": false,
            "osd_count": 6,
            "remapped_pg_count": 240,
            "up_osd_count": 3
          },
          "pg": {
            "avail_bytes": 9965821952,
            "data_bytes": 1054023794,
            "total_bytes": 12838682624,
            "used_bytes": 2872860672
          },
          "traffic": {
            "read_bytes": 55667788,
            "read_op_per_sec": 1234,
            "write_bytes": 11996158,
            "write_op_per_sec": 10
          },
          "version": 813
        }
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/cluster_status	0.037s
=== RUN   TestDataFiles
=== RUN   TestDataFiles/failed.json
    testdata.go:239: Testing _meta/testdata/failed.json file
    testdata.go:308: Expected _meta/testdata/failed.json-expected.json file
=== RUN   TestDataFiles/sample.json
    testdata.go:239: Testing _meta/testdata/sample.json file
    testdata.go:308: Expected _meta/testdata/sample.json-expected.json file
--- PASS: TestDataFiles (0.28s)
    --- PASS: TestDataFiles/failed.json (0.16s)
    --- PASS: TestDataFiles/sample.json (0.12s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_disk	0.306s
=== RUN   TestFetchEventContents
    mgr_cluster_health_test.go:80: ceph/mgr_cluster_health event: {
          "overall_status": "HEALTH_OK",
          "timechecks": {
            "epoch": 3,
            "round": {
              "status": "finished",
              "value": 0
            }
          }
        }
--- PASS: TestFetchEventContents (0.01s)
=== RUN   TestFetchEventContents_Failed
--- PASS: TestFetchEventContents_Failed (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_health	0.030s
=== RUN   TestDataFiles
=== RUN   TestDataFiles/failed.json
    testdata.go:239: Testing _meta/testdata/failed.json file
    testdata.go:308: Expected _meta/testdata/failed.json-expected.json file
=== RUN   TestDataFiles/sample.json
    testdata.go:239: Testing _meta/testdata/sample.json file
    testdata.go:308: Expected _meta/testdata/sample.json-expected.json file
--- PASS: TestDataFiles (0.26s)
    --- PASS: TestDataFiles/failed.json (0.14s)
    --- PASS: TestDataFiles/sample.json (0.12s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_perf	0.282s
=== RUN   TestDataFiles
=== RUN   TestDataFiles/failed.json
    testdata.go:239: Testing _meta/testdata/failed.json file
    testdata.go:308: Expected _meta/testdata/failed.json-expected.json file
=== RUN   TestDataFiles/sample.json
    testdata.go:239: Testing _meta/testdata/sample.json file
    testdata.go:308: Expected _meta/testdata/sample.json-expected.json file
--- PASS: TestDataFiles (0.25s)
    --- PASS: TestDataFiles/failed.json (0.11s)
    --- PASS: TestDataFiles/sample.json (0.13s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_pool_stats	0.285s
=== RUN   TestDataFiles
=== RUN   TestDataFiles/failed.json
    testdata.go:239: Testing _meta/testdata/failed.json file
    testdata.go:308: Expected _meta/testdata/failed.json-expected.json file
=== RUN   TestDataFiles/sample.json
    testdata.go:239: Testing _meta/testdata/sample.json file
    testdata.go:308: Expected _meta/testdata/sample.json-expected.json file
--- PASS: TestDataFiles (0.24s)
    --- PASS: TestDataFiles/failed.json (0.12s)
    --- PASS: TestDataFiles/sample.json (0.12s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_tree	0.272s
=== RUN   TestDataFiles
=== RUN   TestDataFiles/failed.json
    testdata.go:239: Testing _meta/testdata/failed.json file
    testdata.go:308: Expected _meta/testdata/failed.json-expected.json file
=== RUN   TestDataFiles/sample.json
    testdata.go:239: Testing _meta/testdata/sample.json file
    testdata.go:308: Expected _meta/testdata/sample.json-expected.json file
--- PASS: TestDataFiles (0.30s)
    --- PASS: TestDataFiles/failed.json (0.16s)
    --- PASS: TestDataFiles/sample.json (0.14s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_pool_disk	0.314s
=== RUN   TestFetchEventContents
    monitor_health_test.go:61: ceph/monitor_health event: {
          "available": {
            "kb": 4091244,
            "pct": 65
          },
          "health": "HEALTH_OK",
          "last_updated": "2017-01-19T11:34:50.700723Z",
          "name": "ceph",
          "store_stats": {
            "last_updated": "0.000000",
            "log": {
              "bytes": 8488103
            },
            "misc": {
              "bytes": 840
            },
            "sst": {
              "bytes": 0
            },
            "total": {
              "bytes": 8488943
            }
          },
          "total": {
            "kb": 6281216
          },
          "used": {
            "kb": 2189972
          }
        }
--- PASS: TestFetchEventContents (0.00s)
=== RUN   TestData
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.15s)
    --- PASS: TestData/docs.json (0.15s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/monitor_health	0.188s
=== RUN   TestFetchEventContents
    osd_df_test.go:60: ceph/osd_df event: {
          "available.byte": 51245860,
          "device_class": "hdd",
          "id": 0,
          "name": "osd.0",
          "pg_num": 0,
          "total.byte": 52325356,
          "used.byte": 1079496,
          "used.pct": 0.020630456866839092
        }
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/osd_df	0.022s
=== RUN   TestFetchEventContents
    osd_tree_test.go:60: ceph/osd_tree event: {
          "children": [
            "-3"
          ],
          "father": "",
          "id": -1,
          "name": "default",
          "type": "root",
          "type_id": 10
        }
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/osd_tree	0.019s
=== RUN   TestFetchEventContents
    pool_disk_test.go:59: ceph/pool_disk event: {
          "id": 0,
          "name": "rbd",
          "stats": {
            "available": {
              "bytes": 5003444224
            },
            "objects": 0,
            "used": {
              "bytes": 0,
              "kb": 0
            }
          }
        }
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/ceph/pool_disk	0.053s
=== RUN   TestFetchEventContents
    bucket_test.go:65: couchbase/bucket event: {
          "data": {
            "used": {
              "bytes": 12597731
            }
          },
          "disk": {
            "fetches": 0,
            "used": {
              "bytes": 16369008
            }
          },
          "item_count": 7303,
          "memory": {
            "used": {
              "bytes": 53962160
            }
          },
          "name": "beer-sample",
          "ops_per_sec": 0,
          "quota": {
            "ram": {
              "bytes": 104857600
            },
            "use": {
              "pct": 51.46232604980469
            }
          },
          "type": "membase"
        }
--- PASS: TestFetchEventContents (0.03s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/couchbase/bucket	0.052s
=== RUN   TestData
=== RUN   TestData/4.5.1.json
    testdata.go:239: Testing _meta/testdata/4.5.1.json file
    testdata.go:308: Expected _meta/testdata/4.5.1.json-expected.json file
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.24s)
    --- PASS: TestData/4.5.1.json (0.13s)
    --- PASS: TestData/docs.json (0.11s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/couchbase/cluster	0.286s
=== RUN   TestData
=== RUN   TestData/4.5.1.json
    testdata.go:239: Testing _meta/testdata/4.5.1.json file
    testdata.go:308: Expected _meta/testdata/4.5.1.json-expected.json file
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.24s)
    --- PASS: TestData/4.5.1.json (0.14s)
    --- PASS: TestData/docs.json (0.09s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/couchbase/node	0.259s
=== RUN   TestDeDotLabels
=== RUN   TestDeDotLabels/dedot_enabled
=== RUN   TestDeDotLabels/dedot_disabled
--- PASS: TestDeDotLabels (0.00s)
    --- PASS: TestDeDotLabels/dedot_enabled (0.00s)
    --- PASS: TestDeDotLabels/dedot_disabled (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/docker	0.032s
=== RUN   TestCPUService_PerCpuUsage
--- PASS: TestCPUService_PerCpuUsage (0.00s)
=== RUN   TestCPUService_TotalUsage
--- PASS: TestCPUService_TotalUsage (0.00s)
=== RUN   TestCPUService_TotalUsageNormalized
--- PASS: TestCPUService_TotalUsageNormalized (0.00s)
=== RUN   TestCPUService_UsageInKernelmode
--- PASS: TestCPUService_UsageInKernelmode (0.00s)
=== RUN   TestCPUService_UsageInKernelmodeNormalized
--- PASS: TestCPUService_UsageInKernelmodeNormalized (0.00s)
=== RUN   TestCPUService_UsageInUsermode
--- PASS: TestCPUService_UsageInUsermode (0.00s)
=== RUN   TestCPUService_UsageInUsermodeNormalized
--- PASS: TestCPUService_UsageInUsermodeNormalized (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/docker/cpu	0.029s
=== RUN   TestDeltaMultipleContainers
--- PASS: TestDeltaMultipleContainers (0.00s)
=== RUN   TestBlkIOSkip
--- PASS: TestBlkIOSkip (0.00s)
=== RUN   TestDeltaOneContainer
--- PASS: TestDeltaOneContainer (0.00s)
=== RUN   TestWritePs
--- PASS: TestWritePs (0.00s)
=== RUN   TestReadPS
--- PASS: TestReadPS (0.00s)
=== RUN   TestBlkioTotal
--- PASS: TestBlkioTotal (0.00s)
=== RUN   TestGetBlkioStatsList
--- PASS: TestGetBlkioStatsList (0.00s)
=== RUN   TestGetBlkioStatsListWindows
--- PASS: TestGetBlkioStatsListWindows (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/docker/diskio	0.035s
=== RUN   TestMemoryService_GetMemoryStats
--- PASS: TestMemoryService_GetMemoryStats (0.00s)
=== RUN   TestMemoryServiceBadData
--- PASS: TestMemoryServiceBadData (0.00s)
=== RUN   TestMemoryMath
--- PASS: TestMemoryMath (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/docker/memory	0.022s
=== RUN   TestGetRxBytesPerSecond
--- PASS: TestGetRxBytesPerSecond (0.00s)
=== RUN   TestGetRxDroppedPerSeconde
--- PASS: TestGetRxDroppedPerSeconde (0.00s)
=== RUN   TestGetRxPacketsPerSeconde
--- PASS: TestGetRxPacketsPerSeconde (0.00s)
=== RUN   TestGetRxErrorsPerSeconde
--- PASS: TestGetRxErrorsPerSeconde (0.00s)
=== RUN   TestGetTxBytesPerSecond
--- PASS: TestGetTxBytesPerSecond (0.00s)
=== RUN   TestGetTxDroppedPerSeconde
--- PASS: TestGetTxDroppedPerSeconde (0.00s)
=== RUN   TestGetTxPacketsPerSeconde
--- PASS: TestGetTxPacketsPerSeconde (0.00s)
=== RUN   TestGetTxErrorsPerSecond
--- PASS: TestGetTxErrorsPerSecond (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/docker/network	0.029s
=== RUN   TestData
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.16s)
    --- PASS: TestData/docs.json (0.16s)
=== RUN   TestSplitTagsFromMetricName
=== RUN   TestSplitTagsFromMetricName/no_tags
=== RUN   TestSplitTagsFromMetricName/parameter
=== RUN   TestSplitTagsFromMetricName/trailing_parameter
=== RUN   TestSplitTagsFromMetricName/standard_tags
=== RUN   TestSplitTagsFromMetricName/standard_tags_(no_space)
=== RUN   TestSplitTagsFromMetricName/empty_parameter
=== RUN   TestSplitTagsFromMetricName/empty_key_or_value
=== RUN   TestSplitTagsFromMetricName/empty_key_and_value
=== RUN   TestSplitTagsFromMetricName/extra_comma
=== RUN   TestSplitTagsFromMetricName/extra_comma_and_space
=== RUN   TestSplitTagsFromMetricName/extra_comma_and_space#01
--- PASS: TestSplitTagsFromMetricName (0.00s)
    --- PASS: TestSplitTagsFromMetricName/no_tags (0.00s)
    --- PASS: TestSplitTagsFromMetricName/parameter (0.00s)
    --- PASS: TestSplitTagsFromMetricName/trailing_parameter (0.00s)
    --- PASS: TestSplitTagsFromMetricName/standard_tags (0.00s)
    --- PASS: TestSplitTagsFromMetricName/standard_tags_(no_space) (0.00s)
    --- PASS: TestSplitTagsFromMetricName/empty_parameter (0.00s)
    --- PASS: TestSplitTagsFromMetricName/empty_key_or_value (0.00s)
    --- PASS: TestSplitTagsFromMetricName/empty_key_and_value (0.00s)
    --- PASS: TestSplitTagsFromMetricName/extra_comma (0.00s)
    --- PASS: TestSplitTagsFromMetricName/extra_comma_and_space (0.00s)
    --- PASS: TestSplitTagsFromMetricName/extra_comma_and_space#01 (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/dropwizard/collector	0.190s
=== RUN   TestCCRNotAvailable
=== RUN   TestCCRNotAvailable/old_version
=== RUN   TestCCRNotAvailable/low_license
=== RUN   TestCCRNotAvailable/feature_unavailable
--- PASS: TestCCRNotAvailable (0.01s)
    --- PASS: TestCCRNotAvailable/old_version (0.00s)
    --- PASS: TestCCRNotAvailable/low_license (0.00s)
    --- PASS: TestCCRNotAvailable/feature_unavailable (0.00s)
=== RUN   TestMapper
=== RUN   TestMapper/_meta/test/ccr_stats.700.json
--- PASS: TestMapper (0.00s)
    --- PASS: TestMapper/_meta/test/ccr_stats.700.json (0.00s)
=== RUN   TestEmpty
--- PASS: TestEmpty (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/ccr	0.053s
=== RUN   TestMapper
=== RUN   TestMapper/_meta/test/cluster_stats.630.json
=== RUN   TestMapper/_meta/test/cluster_stats.700.json
=== RUN   TestMapper/_meta/test/cluster_stats.710.json
--- PASS: TestMapper (0.05s)
    --- PASS: TestMapper/_meta/test/cluster_stats.630.json (0.02s)
    --- PASS: TestMapper/_meta/test/cluster_stats.700.json (0.01s)
    --- PASS: TestMapper/_meta/test/cluster_stats.710.json (0.02s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/cluster_stats	0.105s
=== RUN   TestMapper
=== RUN   TestMapper/_meta/test/enrich_stats.750.json
--- PASS: TestMapper (0.00s)
    --- PASS: TestMapper/_meta/test/enrich_stats.750.json (0.00s)
=== RUN   TestEmpty
--- PASS: TestEmpty (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/enrich	0.049s
=== RUN   TestMapper
    data_test.go:46: Skipping to fix in a follow up
--- SKIP: TestMapper (0.00s)
=== RUN   TestEmpty
--- PASS: TestEmpty (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestGetServiceURIExpectedPath
=== RUN   TestGetServiceURIExpectedPath/bulk_stats_unavailable
=== RUN   TestGetServiceURIExpectedPath/bulk_stats_available
=== RUN   TestGetServiceURIExpectedPath/expand_wildcards_hidden_unavailable
=== RUN   TestGetServiceURIExpectedPath/expand_wildcards_hidden_available
--- PASS: TestGetServiceURIExpectedPath (0.00s)
    --- PASS: TestGetServiceURIExpectedPath/bulk_stats_unavailable (0.00s)
    --- PASS: TestGetServiceURIExpectedPath/bulk_stats_available (0.00s)
    --- PASS: TestGetServiceURIExpectedPath/expand_wildcards_hidden_unavailable (0.00s)
    --- PASS: TestGetServiceURIExpectedPath/expand_wildcards_hidden_available (0.00s)
=== RUN   TestGetServiceURIMultipleCalls
--- PASS: TestGetServiceURIMultipleCalls (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/index	0.040s
=== RUN   TestMapper
=== RUN   TestMapper/_meta/test/recovery.624.json
=== RUN   TestMapper/_meta/test/recovery.710.json
--- PASS: TestMapper (0.03s)
    --- PASS: TestMapper/_meta/test/recovery.624.json (0.03s)
    --- PASS: TestMapper/_meta/test/recovery.710.json (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/index_recovery	0.070s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestMapper
=== RUN   TestMapper/../index/_meta/test/stats.175.json
=== RUN   TestMapper/../index/_meta/test/stats.201.json
=== RUN   TestMapper/../index/_meta/test/stats.240.json
=== RUN   TestMapper/../index/_meta/test/stats.512.json
=== RUN   TestMapper/../index/_meta/test/stats.623.json
=== RUN   TestMapper/../index/_meta/test/stats.700-alpha1.json
=== RUN   TestMapper/../index/_meta/test/stats.800.bench.json
=== RUN   TestMapper/../index/_meta/test/stats.800.snapshot.20201118.json
--- PASS: TestMapper (0.05s)
    --- PASS: TestMapper/../index/_meta/test/stats.175.json (0.00s)
    --- PASS: TestMapper/../index/_meta/test/stats.201.json (0.00s)
    --- PASS: TestMapper/../index/_meta/test/stats.240.json (0.00s)
    --- PASS: TestMapper/../index/_meta/test/stats.512.json (0.00s)
    --- PASS: TestMapper/../index/_meta/test/stats.623.json (0.00s)
    --- PASS: TestMapper/../index/_meta/test/stats.700-alpha1.json (0.00s)
    --- PASS: TestMapper/../index/_meta/test/stats.800.bench.json (0.04s)
    --- PASS: TestMapper/../index/_meta/test/stats.800.snapshot.20201118.json (0.00s)
=== RUN   TestEmpty
--- PASS: TestEmpty (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/index_summary	0.076s
=== RUN   TestMapper
=== RUN   TestMapper/Test_pipeline_events
=== RUN   TestMapper/Test_processor_events
--- PASS: TestMapper (0.01s)
    --- PASS: TestMapper/Test_pipeline_events (0.00s)
    --- PASS: TestMapper/Test_processor_events (0.00s)
=== RUN   TestSampling
--- PASS: TestSampling (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/ingest_pipeline	0.049s
=== RUN   TestMapper
=== RUN   TestMapper/_meta/test/ml.700.json
=== RUN   TestMapper/_meta/test/ml.711.json
--- PASS: TestMapper (0.01s)
    --- PASS: TestMapper/_meta/test/ml.700.json (0.00s)
    --- PASS: TestMapper/_meta/test/ml.711.json (0.01s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/ml_job	0.034s
=== RUN   TestGetMappings
=== RUN   TestGetMappings/_meta/test/node.243.json
=== RUN   TestGetMappings/_meta/test/node.522.json
--- PASS: TestGetMappings (0.01s)
    --- PASS: TestGetMappings/_meta/test/node.243.json (0.00s)
    --- PASS: TestGetMappings/_meta/test/node.522.json (0.00s)
=== RUN   TestInvalid
--- PASS: TestInvalid (0.00s)
=== RUN   TestFetch
=== RUN   TestFetch/_meta/test/node.243.json
    node_test.go:79: elasticsearch/node event: {
          "elasticsearch": {
            "cluster": {
              "id": "4heb1eiady103dxu71",
              "name": "elasticsearch"
            },
            "node": {
              "id": "r5sVf89AQxOh6k96c_s74g",
              "jvm": {
                "memory": {
                  "heap": {
                    "init": {
                      "bytes": 268435456
                    },
                    "max": {
                      "bytes": 1038876672
                    }
                  },
                  "nonheap": {
                    "init": {
                      "bytes": 2555904
                    },
                    "max": {
                      "bytes": 0
                    }
                  }
                },
                "version": "1.8.0_60"
              },
              "name": "Laura Dean",
              "process": {
                "mlockall": false
              },
              "version": "2.4.3"
            }
          },
          "service": {
            "name": "elasticsearch",
            "type": "elasticsearch"
          }
        }
=== RUN   TestFetch/_meta/test/node.522.json
    node_test.go:79: elasticsearch/node event: {
          "elasticsearch": {
            "cluster": {
              "id": "4heb1eiady103dxu71",
              "name": "elasticsearch"
            },
            "node": {
              "id": "x6_Rm157RqilNEqtdgcNrA",
              "jvm": {
                "memory": {
                  "heap": {
                    "init": {
                      "bytes": 536870912
                    },
                    "max": {
                      "bytes": 519438336
                    }
                  },
                  "nonheap": {
                    "init": {
                      "bytes": 2555904
                    },
                    "max": {
                      "bytes": 0
                    }
                  }
                },
                "version": "1.8.0_92-internal"
              },
              "name": "x6_Rm15",
              "process": {
                "mlockall": false
              },
              "version": "5.2.2"
            }
          },
          "service": {
            "name": "elasticsearch",
            "type": "elasticsearch"
          }
        }
--- PASS: TestFetch (0.00s)
    --- PASS: TestFetch/_meta/test/node.243.json (0.00s)
    --- PASS: TestFetch/_meta/test/node.522.json (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/node	0.050s
=== RUN   TestStats
=== RUN   TestStats/_meta/test/node_stats.522.json
=== RUN   TestStats/_meta/test/node_stats.623.json
=== RUN   TestStats/_meta/test/node_stats.715.json
--- PASS: TestStats (0.03s)
    --- PASS: TestStats/_meta/test/node_stats.522.json (0.00s)
    --- PASS: TestStats/_meta/test/node_stats.623.json (0.01s)
    --- PASS: TestStats/_meta/test/node_stats.715.json (0.00s)
=== RUN   TestGetServiceURI
=== RUN   TestGetServiceURI/scope_node
=== RUN   TestGetServiceURI/scope_cluster
--- PASS: TestGetServiceURI (0.00s)
    --- PASS: TestGetServiceURI/scope_node (0.00s)
    --- PASS: TestGetServiceURI/scope_cluster (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/node_stats	0.048s
=== RUN   TestEmptyQueueShouldGiveNoError
--- PASS: TestEmptyQueueShouldGiveNoError (0.00s)
=== RUN   TestNotEmptyQueueShouldGiveNoError
--- PASS: TestNotEmptyQueueShouldGiveNoError (0.00s)
=== RUN   TestEmptyQueueShouldGiveZeroEvent
--- PASS: TestEmptyQueueShouldGiveZeroEvent (0.00s)
=== RUN   TestNotEmptyQueueShouldGiveSeveralEvents
--- PASS: TestNotEmptyQueueShouldGiveSeveralEvents (0.00s)
=== RUN   TestInvalidJsonForRequiredFieldShouldThrowError
--- PASS: TestInvalidJsonForRequiredFieldShouldThrowError (0.00s)
=== RUN   TestInvalidJsonForBadFormatShouldThrowError
--- PASS: TestInvalidJsonForBadFormatShouldThrowError (0.00s)
=== RUN   TestEventsMappedMatchToContentReceived
--- PASS: TestEventsMappedMatchToContentReceived (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/pending_tasks	0.026s
=== RUN   TestStats
--- PASS: TestStats (0.01s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/elasticsearch/shard	0.043s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    server_test.go:145: envoyproxy/server event: {RootFields:null ModuleFields:null MetricSetFields:{"cluster_manager":{"active_clusters":1,"cluster_added":1,"cluster_modified":0,"cluster_removed":0,"cluster_updated":0,"cluster_updated_via_merge":0,"update_merge_cancelled":0,"update_out_of_merge_window":0,"warming_clusters":0},"filesystem":{"flushed_by_timer":389,"reopen_failed":0,"write_buffered":44,"write_completed":43,"write_failed":0,"write_total_buffered":0},"http2":{"header_overflow":0,"headers_cb_no_stream":0,"rx_reset":0,"too_many_header_frames":0,"trailers":0,"tx_reset":0},"listener_manager":{"listener_added":1,"listener_create_failure":0,"listener_create_success":4,"listener_modified":0,"listener_removed":0,"listener_stopped":0,"total_listeners_active":1,"total_listeners_draining":0,"total_listeners_warming":0},"runtime":{"admin_overrides_active":0,"deprecated_feature_use":0,"load_error":0,"load_success":0,"num_keys":0,"num_layers":2,"override_dir_exists":0,"override_dir_not_exists":0},"server":{"concurrency":12,"days_until_first_cert_expiring":2147483647,"debug_assertion_failures":0,"dynamic_unknown_fields":0,"hot_restart_epoch":0,"live":1,"memory_allocated":3120760,"memory_heap_size":4194304,"parent_connections":0,"state":0,"static_unknown_fields":0,"stats_recent_lookups":0,"total_connections":0,"uptime":5025,"version":16364036,"watchdog_mega_miss":4,"watchdog_miss":4},"stats":{"overflow":0}} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
--- PASS: TestFetchEventContent (0.00s)
=== RUN   TestFetchTimeout
--- PASS: TestFetchTimeout (0.05s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/envoyproxy/server	0.090s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
=== RUN   TestFetchEventContent/Leader_member_stats
    leader_test.go:150: etcd/leader event[0]: {RootFields:null ModuleFields:{"api_version":"2"} MetricSetFields:{"follower":{"failed_operations":0,"id":"6e3bd23ae5f1eae0","latency":{"ms":0.000138},"leader":"924e2e83e93f2560","success_operations":745}} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
=== RUN   TestFetchEventContent/Follower_member
=== RUN   TestFetchEventContent/Simulating_credentials_issue
=== RUN   TestFetchEventContent/Simulating_failure_message
--- PASS: TestFetchEventContent (0.01s)
    --- PASS: TestFetchEventContent/Leader_member_stats (0.00s)
    --- PASS: TestFetchEventContent/Follower_member (0.00s)
    --- PASS: TestFetchEventContent/Simulating_credentials_issue (0.00s)
    --- PASS: TestFetchEventContent/Simulating_failure_message (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/etcd/leader	0.035s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    self_test.go:66: etcd/self event: {RootFields:null ModuleFields:{"api_version":"2"} MetricSetFields:{"id":"8e9e05c52164694d","leaderinfo":{"leader":"8e9e05c52164694d","starttime":"2017-09-11T02:05:59.403264731+03:00","uptime":"5m38.431802276s"},"name":"default","recv":{"appendrequest":{"count":0},"bandwidthrate":0,"pkgrate":0},"send":{"appendrequest":{"count":0},"bandwidthrate":0,"pkgrate":0},"starttime":"2017-09-11T02:05:58.902585554+03:00","state":"StateLeader"} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/etcd/self	0.041s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    store_test.go:70: etcd/store event: {RootFields:null ModuleFields:{"api_version":"2"} MetricSetFields:{"compareanddelete":{"fail":0,"success":0},"compareandswap":{"fail":0,"success":0},"create":{"fail":0,"success":1},"delete":{"fail":0,"success":0},"expire":{"count":0},"gets":{"fail":3,"success":0},"sets":{"fail":0,"success":12},"update":{"fail":0,"success":0},"watchers":0} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/etcd/store	0.036s
=== RUN   TestMetricProcessorAddTemplate
--- PASS: TestMetricProcessorAddTemplate (0.00s)
=== RUN   TestMetricProcessorDeleteTemplate
--- PASS: TestMetricProcessorDeleteTemplate (0.00s)
=== RUN   TestMetricProcessorProcess
--- PASS: TestMetricProcessorProcess (0.00s)
=== RUN   TestTreeInsert
--- PASS: TestTreeInsert (0.00s)
=== RUN   TestTreeSearch
--- PASS: TestTreeSearch (0.00s)
=== RUN   TestTreeDelete
--- PASS: TestTreeDelete (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/graphite/server	0.030s
=== RUN   TestHostParser
--- PASS: TestHostParser (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/haproxy	0.038s
=== RUN   TestData
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.13s)
    --- PASS: TestData/docs.json (0.13s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/http/json	0.199s
=== RUN   TestMetricProcessorAddPath
--- PASS: TestMetricProcessorAddPath (0.00s)
=== RUN   TestMetricProcessorDeletePath
--- PASS: TestMetricProcessorDeletePath (0.00s)
=== RUN   TestFindPath
=== RUN   TestFindPath/0:_/foo/bar_=_{/foo_{"a":"b"}_foo}
=== RUN   TestFindPath/1:_/_=_{/_{}_server}
=== RUN   TestFindPath/2:_/abc_=_{/_{}_server}
--- PASS: TestFindPath (0.00s)
    --- PASS: TestFindPath/0:_/foo/bar_=_{/foo_{"a":"b"}_foo} (0.00s)
    --- PASS: TestFindPath/1:_/_=_{/_{}_server} (0.00s)
    --- PASS: TestFindPath/2:_/abc_=_{/_{}_server} (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/http/server	0.043s
=== RUN   TestBuildJolokiaGETUri
--- PASS: TestBuildJolokiaGETUri (0.00s)
=== RUN   TestParseMBean
=== RUN   TestParseMBean/property_without_value
=== RUN   TestParseMBean/empty
=== RUN   TestParseMBean/no_properties,_with_colon
=== RUN   TestParseMBean/multiple_properties
    config_test.go:236: Canonicalized mbean:  java.lang:name=Foo,type=Runtime
=== RUN   TestParseMBean/multiple_quoted_properties
    config_test.go:236: Canonicalized mbean:  java.lang:name=!"foo!",othername=!"bar!",type=Runtime
=== RUN   TestParseMBean/real_activemq_artemis_mbean
    config_test.go:236: Canonicalized mbean:  org.apache.activemq.artemis:address=!"helloworld!",broker=!"0!.0!.0!.0!",component=addresses,queue=!"helloworld!",routing-type=!"anycast!",subcomponent=queues
=== RUN   TestParseMBean/no_domain
=== RUN   TestParseMBean/no_properties
=== RUN   TestParseMBean/single_property
    config_test.go:236: Canonicalized mbean:  java.lang:type=Runtime
=== RUN   TestParseMBean/other_single_property
    config_test.go:236: Canonicalized mbean:  java.lang:type=Memory
=== RUN   TestParseMBean/newline_in_quoted_property
    config_test.go:236: Canonicalized mbean:  java.lang:name=!"foo\nbar!",type=Runtime
=== RUN   TestParseMBean/real_catalina_mbean
    config_test.go:236: Canonicalized mbean:  Catalina:name=HttpRequest1,type=RequestProcessor,worker=!"http-nio-8080!"
=== RUN   TestParseMBean/property_with_wildcard
    config_test.go:236: Canonicalized mbean:  java.lang:name=Foo*,type=Runtime
=== RUN   TestParseMBean/property_with_wildcard_as_value
    config_test.go:236: Canonicalized mbean:  java.lang:name=*,type=Runtime
=== RUN   TestParseMBean/quoted_property
    config_test.go:236: Canonicalized mbean:  java.lang:name=!"foo,bar!",type=Runtime
=== RUN   TestParseMBean/escaped_quote_in_quoted_property
    config_test.go:236: Canonicalized mbean:  java.lang:name=!"foo,\!"bar\!"!",type=Runtime
--- PASS: TestParseMBean (0.00s)
    --- PASS: TestParseMBean/property_without_value (0.00s)
    --- PASS: TestParseMBean/empty (0.00s)
    --- PASS: TestParseMBean/no_properties,_with_colon (0.00s)
    --- PASS: TestParseMBean/multiple_properties (0.00s)
    --- PASS: TestParseMBean/multiple_quoted_properties (0.00s)
    --- PASS: TestParseMBean/real_activemq_artemis_mbean (0.00s)
    --- PASS: TestParseMBean/no_domain (0.00s)
    --- PASS: TestParseMBean/no_properties (0.00s)
    --- PASS: TestParseMBean/single_property (0.00s)
    --- PASS: TestParseMBean/other_single_property (0.00s)
    --- PASS: TestParseMBean/newline_in_quoted_property (0.00s)
    --- PASS: TestParseMBean/real_catalina_mbean (0.00s)
    --- PASS: TestParseMBean/property_with_wildcard (0.00s)
    --- PASS: TestParseMBean/property_with_wildcard_as_value (0.00s)
    --- PASS: TestParseMBean/quoted_property (0.00s)
    --- PASS: TestParseMBean/escaped_quote_in_quoted_property (0.00s)
=== RUN   TestCanonicalizeMbeanName
--- PASS: TestCanonicalizeMbeanName (0.00s)
=== RUN   TestMBeanAttributeHasField
--- PASS: TestMBeanAttributeHasField (0.00s)
=== RUN   TestBuildGETRequestsAndMappings
--- PASS: TestBuildGETRequestsAndMappings (0.00s)
=== RUN   TestBuildPOSTRequestsAndMappings
--- PASS: TestBuildPOSTRequestsAndMappings (0.00s)
=== RUN   TestNewJolokiaHTTPClient
--- PASS: TestNewJolokiaHTTPClient (0.00s)
=== RUN   TestEventMapper
--- PASS: TestEventMapper (0.00s)
=== RUN   TestEventGroupingMapper
--- PASS: TestEventGroupingMapper (0.00s)
=== RUN   TestEventGroupingMapperGetRequest
--- PASS: TestEventGroupingMapperGetRequest (0.00s)
=== RUN   TestEventGroupingMapperGetRequestUptime
--- PASS: TestEventGroupingMapperGetRequestUptime (0.00s)
=== RUN   TestEventMapperWithWildcard
--- PASS: TestEventMapperWithWildcard (0.00s)
=== RUN   TestEventGroupingMapperWithWildcard
--- PASS: TestEventGroupingMapperWithWildcard (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/jolokia/jmx	0.025s
=== RUN   TestFindMatchingAddress
=== RUN   TestFindMatchingAddress/exists
=== RUN   TestFindMatchingAddress/doesn't_exist
=== RUN   TestFindMatchingAddress/exists_on_default_port
=== RUN   TestFindMatchingAddress/multiple_brokers_on_same_host
=== RUN   TestFindMatchingAddress/hostname
=== RUN   TestFindMatchingAddress/hostname_and_default_port
=== RUN   TestFindMatchingAddress/hostname_and_default_port_doesn't_exist
=== RUN   TestFindMatchingAddress/hostname_with_ip_brokers
=== RUN   TestFindMatchingAddress/ip_with_named_brokers
=== RUN   TestFindMatchingAddress/ip_with_multiple_local_brokers_without_name
--- PASS: TestFindMatchingAddress (0.00s)
    --- PASS: TestFindMatchingAddress/exists (0.00s)
    --- PASS: TestFindMatchingAddress/doesn't_exist (0.00s)
    --- PASS: TestFindMatchingAddress/exists_on_default_port (0.00s)
    --- PASS: TestFindMatchingAddress/multiple_brokers_on_same_host (0.00s)
    --- PASS: TestFindMatchingAddress/hostname (0.00s)
    --- PASS: TestFindMatchingAddress/hostname_and_default_port (0.00s)
    --- PASS: TestFindMatchingAddress/hostname_and_default_port_doesn't_exist (0.00s)
    --- PASS: TestFindMatchingAddress/hostname_with_ip_brokers (0.00s)
    --- PASS: TestFindMatchingAddress/ip_with_named_brokers (0.00s)
    --- PASS: TestFindMatchingAddress/ip_with_multiple_local_brokers_without_name (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kafka	0.068s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kafka/broker	0.030s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kafka/consumer	0.035s [no tests to run]
=== RUN   TestFetchGroupInfo
    query_test.go:201: run test (0): Test all groups
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-523636243"},"consumer_lag":33,"error":{"code":0},"id":"group2","meta":"","offset":9,"partition":0,"topic":"topic3"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-523636243"},"consumer_lag":32,"error":{"code":0},"id":"group2","meta":"","offset":10,"partition":1,"topic":"topic3"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-523636243"},"consumer_lag":39,"error":{"code":0},"id":"group2","meta":"","offset":3,"partition":0,"topic":"topic2"}
    query_test.go:205: new event: {"client":{"host":"consumer-1","id":"consumer-1","member_id":"consumer-1-509354076"},"consumer_lag":36,"error":{"code":0},"id":"group1","meta":"","offset":6,"partition":0,"topic":"topic3"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-1189358181"},"consumer_lag":35,"error":{"code":0},"id":"group1","meta":"","offset":7,"partition":1,"topic":"topic3"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-1189358181"},"consumer_lag":32,"error":{"code":0},"id":"group1","meta":"","offset":10,"partition":0,"topic":"topic1"}
    query_test.go:205: new event: {"client":{"host":"consumer-1","id":"consumer-1","member_id":"consumer-1-509354076"},"consumer_lag":31,"error":{"code":0},"id":"group1","meta":"","offset":11,"partition":1,"topic":"topic1"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-1189358181"},"consumer_lag":30,"error":{"code":0},"id":"group1","meta":"","offset":12,"partition":2,"topic":"topic1"}
    query_test.go:201: run test (1): filter topics and groups
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-566492249"},"consumer_lag":41,"error":{"code":0},"id":"group1","meta":"","offset":1,"partition":0,"topic":"topic1"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-566492249"},"consumer_lag":40,"error":{"code":0},"id":"group1","meta":"","offset":2,"partition":1,"topic":"topic1"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-566492249"},"consumer_lag":39,"error":{"code":0},"id":"group1","meta":"","offset":3,"partition":0,"topic":"topic2"}
    query_test.go:205: new event: {"client":{"host":"consumer-0","id":"consumer-0","member_id":"consumer-0-566492249"},"consumer_lag":38,"error":{"code":0},"id":"group1","meta":"","offset":4,"partition":1,"topic":"topic2"}
    query_test.go:201: run test (2): no events on empty group
    query_test.go:201: run test (3): fail to list groups
    query_test.go:201: run test (4): fail if assignment query fails
    query_test.go:201: run test (5): fail when fetching group offsets
--- PASS: TestFetchGroupInfo (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kafka/consumergroup	0.037s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kafka/producer	0.032s [no tests to run]
=== RUN   TestIsStatsAPIAvailable
--- PASS: TestIsStatsAPIAvailable (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kibana	0.052s
=== RUN   TestFetchExcludeUsage
--- PASS: TestFetchExcludeUsage (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kibana/settings	0.037s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.02s)
=== RUN   TestFetchExcludeUsage
--- PASS: TestFetchExcludeUsage (0.00s)
=== RUN   TestFetchNoExcludeUsage
--- PASS: TestFetchNoExcludeUsage (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kibana/stats	0.039s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestData
=== RUN   TestData/7.0.0.json
    testdata.go:239: Testing _meta/testdata/7.0.0.json file
    testdata.go:308: Expected _meta/testdata/7.0.0.json-expected.json file
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.34s)
    --- PASS: TestData/7.0.0.json (0.20s)
    --- PASS: TestData/docs.json (0.13s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kibana/status	0.368s
=== RUN   TestContainerTestSuite
=== RUN   TestContainerTestSuite/TestEventMapping
--- PASS: TestContainerTestSuite (0.00s)
    --- PASS: TestContainerTestSuite/TestEventMapping (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/container	0.043s
=== RUN   TestEventMapping
    ptest.go:52: Testing ./_meta/test/metrics.1.25 file
    ptest.go:116: Event was not expected: {RootFields:{} ModuleFields:null MetricSetFields:{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":2102,"100000":2101,"1000000":2102,"15000000":2102,"2000000":2102,"25000":2100,"250000":2101,"30000000":2102,"4000000":2102,"5000":1984,"500000":2101,"60000000":2102,"8000000":2102},"count":2102,"sum":8147888.260999998}},"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2074,"1048576":2102,"16384":2102,"16777216":2102,"262144":2102,"4096":2098,"4194304":2102,"512":2069,"65536":2102},"count":2102,"sum":1018925}}},"response":{"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2075,"1048576":2102,"16384":2102,"16777216":2102,"256":1,"262144":2102,"4096":2097,"4194304":2102,"512":2071,"65536":2102},"count":2102,"sum":1015358}}}},"host":"172.18.0.2:6443","verb":"PUT"} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
    ptest.go:116: Event was not expected: {RootFields:{} ModuleFields:null MetricSetFields:{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":473,"100000":455,"1000000":473,"15000000":473,"2000000":473,"25000":437,"250000":458,"30000000":473,"4000000":473,"5000":418,"500000":466,"60000000":473,"8000000":473},"count":473,"sum":10447106.29600001}},"size":{"bytes":{"bucket":{"+Inf":473,"1024":261,"1048576":473,"16384":473,"16777216":473,"256":55,"262144":473,"4096":472,"4194304":473,"512":67,"64":1,"65536":473},"count":473,"sum":375253}}},"response":{"size":{"bytes":{"bucket":{"+Inf":473,"1024":59,"1048576":473,"16384":473,"16777216":473,"256":45,"262144":473,"4096":471,"4194304":473,"512":46,"65536":473},"count":473,"sum":630891}}}},"host":"172.18.0.2:6443","verb":"POST"} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
    ptest.go:116: Event was not expected: {RootFields:{} ModuleFields:null MetricSetFields:{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":19,"100000":15,"1000000":19,"15000000":19,"2000000":19,"25000":15,"250000":15,"30000000":19,"4000000":19,"5000":6,"500000":16,"60000000":19,"8000000":19},"count":19,"sum":2208802.044999999}},"size":{"bytes":{"bucket":{"+Inf":19,"1024":12,"1048576":19,"16384":19,"16777216":19,"256":11,"262144":19,"4096":19,"4194304":19,"512":12,"64":1,"65536":19},"count":19,"sum":22369}}},"response":{"size":{"bytes":{"bucket":{"+Inf":19,"1024":8,"1048576":19,"16384":19,"16777216":19,"262144":19,"4096":19,"4194304":19,"65536":19},"count":19,"sum":39824}}}},"host":"172.18.0.2:6443","verb":"PATCH"} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
    ptest.go:121: Some events were missing:
    ptest.go:123: {{} {} {"client":{"request":{"duration":{"us":{"bucket":{"+Inf":19,"100000":15,"1000000":19,"15000000":19,"2000000":19,"25000":15,"250000":15,"30000000":19,"4000000":19,"5000":6,"500000":16,"60000000":19,"8000000":19},"count":19,"sum":2208802.044999999}},"size":{"bytes":{"bucket":{"+Inf":19,"1024":12,"1048576":19,"16384":19,"16777216":19,"256":11,"262144":19,"4096":19,"4194304":19,"512":12,"64":1,"65536":19},"count":19,"sum":22369}}},"response":{"size":{"bytes":{"bucket":{"+Inf":19,"1024":8,"1048576":19,"16384":19,"16777216":19,"256":0,"262144":19,"4096":19,"4194304":19,"512":0,"64":0,"65536":19},"count":19,"sum":39824}}}},"host":"xxxxx","verb":"PATCH"}    0001-01-01 00:00:00 +0000 UTC    0s 0s false}
    ptest.go:123: {{} {} {"client":{"request":{"duration":{"us":{"bucket":{"+Inf":2102,"100000":2101,"1000000":2102,"15000000":2102,"2000000":2102,"25000":2100,"250000":2101,"30000000":2102,"4000000":2102,"5000":1984,"500000":2101,"60000000":2102,"8000000":2102},"count":2102,"sum":8147888.260999998}},"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2074,"1048576":2102,"16384":2102,"16777216":2102,"256":0,"262144":2102,"4096":2098,"4194304":2102,"512":2069,"64":0,"65536":2102},"count":2102,"sum":1018925}}},"response":{"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2075,"1048576":2102,"16384":2102,"16777216":2102,"256":1,"262144":2102,"4096":2097,"4194304":2102,"512":2071,"64":0,"65536":2102},"count":2102,"sum":1015358}}}},"host":"xxxxx","verb":"PUT"}    0001-01-01 00:00:00 +0000 UTC    0s 0s false}
    ptest.go:123: {{} {} {"client":{"request":{"duration":{"us":{"bucket":{"+Inf":473,"100000":455,"1000000":473,"15000000":473,"2000000":473,"25000":437,"250000":458,"30000000":473,"4000000":473,"5000":418,"500000":466,"60000000":473,"8000000":473},"count":473,"sum":10447106.29600001}},"size":{"bytes":{"bucket":{"+Inf":473,"1024":261,"1048576":473,"16384":473,"16777216":473,"256":55,"262144":473,"4096":472,"4194304":473,"512":67,"64":1,"65536":473},"count":473,"sum":375253}}},"response":{"size":{"bytes":{"bucket":{"+Inf":473,"1024":59,"1048576":473,"16384":473,"16777216":473,"256":45,"262144":473,"4096":471,"4194304":473,"512":46,"64":0,"65536":473},"count":473,"sum":630891}}}},"host":"xxxxx","verb":"POST"}    0001-01-01 00:00:00 +0000 UTC    0s 0s false}
    ptest.go:125: 
--- FAIL: TestEventMapping (0.13s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
    testdata.go:341: Event was not expected: {"event":{"dataset":"kubernetes.controllermanager","duration":115000,"module":"kubernetes"},"kubernetes":{"controllermanager":{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":19,"100000":15,"1000000":19,"15000000":19,"2000000":19,"25000":15,"250000":15,"30000000":19,"4000000":19,"5000":6,"500000":16,"60000000":19,"8000000":19},"count":19,"sum":2208802.044999999}},"size":{"bytes":{"bucket":{"+Inf":19,"1024":12,"1048576":19,"16384":19,"16777216":19,"256":11,"262144":19,"4096":19,"4194304":19,"512":12,"64":1,"65536":19},"count":19,"sum":22369}}},"response":{"size":{"bytes":{"bucket":{"+Inf":19,"1024":8,"1048576":19,"16384":19,"16777216":19,"262144":19,"4096":19,"4194304":19,"65536":19},"count":19,"sum":39824}}}},"host":"172.18.0.2:6443","verb":"PATCH"}},"metricset":{"name":"controllermanager","period":10000},"service":{"address":"127.0.0.1:55555","type":"kubernetes"}}
    testdata.go:341: Event was not expected: {"event":{"dataset":"kubernetes.controllermanager","duration":115000,"module":"kubernetes"},"kubernetes":{"controllermanager":{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":2102,"100000":2101,"1000000":2102,"15000000":2102,"2000000":2102,"25000":2100,"250000":2101,"30000000":2102,"4000000":2102,"5000":1984,"500000":2101,"60000000":2102,"8000000":2102},"count":2102,"sum":8147888.260999998}},"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2074,"1048576":2102,"16384":2102,"16777216":2102,"262144":2102,"4096":2098,"4194304":2102,"512":2069,"65536":2102},"count":2102,"sum":1018925}}},"response":{"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2075,"1048576":2102,"16384":2102,"16777216":2102,"256":1,"262144":2102,"4096":2097,"4194304":2102,"512":2071,"65536":2102},"count":2102,"sum":1015358}}}},"host":"172.18.0.2:6443","verb":"PUT"}},"metricset":{"name":"controllermanager","period":10000},"service":{"address":"127.0.0.1:55555","type":"kubernetes"}}
    testdata.go:341: Event was not expected: {"event":{"dataset":"kubernetes.controllermanager","duration":115000,"module":"kubernetes"},"kubernetes":{"controllermanager":{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":473,"100000":455,"1000000":473,"15000000":473,"2000000":473,"25000":437,"250000":458,"30000000":473,"4000000":473,"5000":418,"500000":466,"60000000":473,"8000000":473},"count":473,"sum":10447106.29600001}},"size":{"bytes":{"bucket":{"+Inf":473,"1024":261,"1048576":473,"16384":473,"16777216":473,"256":55,"262144":473,"4096":472,"4194304":473,"512":67,"64":1,"65536":473},"count":473,"sum":375253}}},"response":{"size":{"bytes":{"bucket":{"+Inf":473,"1024":59,"1048576":473,"16384":473,"16777216":473,"256":45,"262144":473,"4096":471,"4194304":473,"512":46,"65536":473},"count":473,"sum":630891}}}},"host":"172.18.0.2:6443","verb":"POST"}},"metricset":{"name":"controllermanager","period":10000},"service":{"address":"127.0.0.1:55555","type":"kubernetes"}}
    testdata.go:346: Some events were missing:
    testdata.go:348: {"event":{"dataset":"kubernetes.controllermanager","duration":115000,"module":"kubernetes"},"kubernetes":{"controllermanager":{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":19,"100000":15,"1000000":19,"15000000":19,"2000000":19,"25000":15,"250000":15,"30000000":19,"4000000":19,"5000":6,"500000":16,"60000000":19,"8000000":19},"count":19,"sum":2208802.044999999}},"size":{"bytes":{"bucket":{"+Inf":19,"1024":12,"1048576":19,"16384":19,"16777216":19,"256":11,"262144":19,"4096":19,"4194304":19,"512":12,"64":1,"65536":19},"count":19,"sum":22369}}},"response":{"size":{"bytes":{"bucket":{"+Inf":19,"1024":8,"1048576":19,"16384":19,"16777216":19,"256":0,"262144":19,"4096":19,"4194304":19,"512":0,"64":0,"65536":19},"count":19,"sum":39824}}}},"host":"172.18.0.2:6443","verb":"PATCH"}},"metricset":{"name":"controllermanager","period":10000},"service":{"address":"127.0.0.1:55555","type":"kubernetes"}}
    testdata.go:348: {"event":{"dataset":"kubernetes.controllermanager","duration":115000,"module":"kubernetes"},"kubernetes":{"controllermanager":{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":473,"100000":455,"1000000":473,"15000000":473,"2000000":473,"25000":437,"250000":458,"30000000":473,"4000000":473,"5000":418,"500000":466,"60000000":473,"8000000":473},"count":473,"sum":10447106.29600001}},"size":{"bytes":{"bucket":{"+Inf":473,"1024":261,"1048576":473,"16384":473,"16777216":473,"256":55,"262144":473,"4096":472,"4194304":473,"512":67,"64":1,"65536":473},"count":473,"sum":375253}}},"response":{"size":{"bytes":{"bucket":{"+Inf":473,"1024":59,"1048576":473,"16384":473,"16777216":473,"256":45,"262144":473,"4096":471,"4194304":473,"512":46,"64":0,"65536":473},"count":473,"sum":630891}}}},"host":"172.18.0.2:6443","verb":"POST"}},"metricset":{"name":"controllermanager","period":10000},"service":{"address":"127.0.0.1:55555","type":"kubernetes"}}
    testdata.go:348: {"event":{"dataset":"kubernetes.controllermanager","duration":115000,"module":"kubernetes"},"kubernetes":{"controllermanager":{"client":{"request":{"duration":{"us":{"bucket":{"+Inf":2102,"100000":2101,"1000000":2102,"15000000":2102,"2000000":2102,"25000":2100,"250000":2101,"30000000":2102,"4000000":2102,"5000":1984,"500000":2101,"60000000":2102,"8000000":2102},"count":2102,"sum":8147888.260999998}},"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2074,"1048576":2102,"16384":2102,"16777216":2102,"256":0,"262144":2102,"4096":2098,"4194304":2102,"512":2069,"64":0,"65536":2102},"count":2102,"sum":1018925}}},"response":{"size":{"bytes":{"bucket":{"+Inf":2102,"1024":2075,"1048576":2102,"16384":2102,"16777216":2102,"256":1,"262144":2102,"4096":2097,"4194304":2102,"512":2071,"64":0,"65536":2102},"count":2102,"sum":1015358}}}},"host":"172.18.0.2:6443","verb":"PUT"}},"metricset":{"name":"controllermanager","period":10000},"service":{"address":"127.0.0.1:55555","type":"kubernetes"}}
--- FAIL: TestData (0.21s)
    --- FAIL: TestData/docs.plain (0.20s)
FAIL
FAIL	github.com/elastic/beats/v7/metricbeat/module/kubernetes/controllermanager	0.378s
=== RUN   TestGenerateMapStrFromEvent
=== RUN   TestGenerateMapStrFromEvent/dedot_labels
=== RUN   TestGenerateMapStrFromEvent/dedot_annotatoins
=== RUN   TestGenerateMapStrFromEvent/dedot_both_labels_and_annotations
=== RUN   TestGenerateMapStrFromEvent/no_dedots
--- PASS: TestGenerateMapStrFromEvent (0.00s)
    --- PASS: TestGenerateMapStrFromEvent/dedot_labels (0.00s)
    --- PASS: TestGenerateMapStrFromEvent/dedot_annotatoins (0.00s)
    --- PASS: TestGenerateMapStrFromEvent/dedot_both_labels_and_annotations (0.00s)
    --- PASS: TestGenerateMapStrFromEvent/no_dedots (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/event	0.049s
=== RUN   TestNodeTestSuite
=== RUN   TestNodeTestSuite/TestEventMapping
--- PASS: TestNodeTestSuite (0.00s)
    --- PASS: TestNodeTestSuite/TestEventMapping (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/node	0.076s
=== RUN   TestPodTestSuite
=== RUN   TestPodTestSuite/TestEventMapping
=== RUN   TestPodTestSuite/TestEventMappingWithMultipleContainers
=== RUN   TestPodTestSuite/TestEventMappingWithMultipleContainersWithAllMemLimits
=== RUN   TestPodTestSuite/TestEventMappingWithNoNodeMetrics
=== RUN   TestPodTestSuite/TestEventMappingWithZeroNodeMetrics
--- PASS: TestPodTestSuite (0.02s)
    --- PASS: TestPodTestSuite/TestEventMapping (0.00s)
    --- PASS: TestPodTestSuite/TestEventMappingWithMultipleContainers (0.00s)
    --- PASS: TestPodTestSuite/TestEventMappingWithMultipleContainersWithAllMemLimits (0.02s)
    --- PASS: TestPodTestSuite/TestEventMappingWithNoNodeMetrics (0.00s)
    --- PASS: TestPodTestSuite/TestEventMappingWithZeroNodeMetrics (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/pod	0.059s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.11s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.66s)
    --- PASS: TestData/docs.plain (0.16s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.14s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.13s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.13s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_container	1.078s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.03s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.61s)
    --- PASS: TestData/docs.plain (0.13s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.11s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.12s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.12s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.13s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_cronjob	0.686s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.05s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.63s)
    --- PASS: TestData/docs.plain (0.13s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.13s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.12s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.13s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_daemonset	0.716s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.04s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.65s)
    --- PASS: TestData/docs.plain (0.12s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.13s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.13s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.14s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.13s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_deployment	0.721s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.05s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.73s)
    --- PASS: TestData/docs.plain (0.12s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.12s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.26s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_job	0.823s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.17s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.70s)
    --- PASS: TestData/docs.plain (0.15s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.15s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.13s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.15s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.11s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_node	0.895s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.03s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.75s)
    --- PASS: TestData/docs.plain (0.14s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.17s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.13s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.13s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.18s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_persistentvolume	0.827s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.03s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.70s)
    --- PASS: TestData/docs.plain (0.13s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.15s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.14s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.17s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_persistentvolumeclaim	0.777s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.03s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.81s)
    --- PASS: TestData/docs.plain (0.12s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.10s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.13s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.34s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_pod	0.960s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.03s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.62s)
    --- PASS: TestData/docs.plain (0.15s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.14s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.12s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.10s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_replicaset	0.710s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.04s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.63s)
    --- PASS: TestData/docs.plain (0.13s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.12s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.14s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.13s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_resourcequota	0.700s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.03s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.63s)
    --- PASS: TestData/docs.plain (0.14s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.11s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.12s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.12s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.13s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_service	0.688s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.03s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.57s)
    --- PASS: TestData/docs.plain (0.13s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.11s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.11s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.03s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_statefulset	0.651s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/ksm.v2.4.2.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.5.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.6.0.plain file
    ptest.go:52: Testing ../_meta/test/ksm.v2.7.0.plain file
--- PASS: TestEventMapping (0.09s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing ../_meta/test/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/ksm.v2.4.2.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.4.2.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.4.2.plain-expected.json file
=== RUN   TestData/ksm.v2.5.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.5.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.5.0.plain-expected.json file
=== RUN   TestData/ksm.v2.6.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.6.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.6.0.plain-expected.json file
=== RUN   TestData/ksm.v2.7.0.plain
    testdata.go:239: Testing ../_meta/test/ksm.v2.7.0.plain file
    testdata.go:308: Expected _meta/testdata/ksm.v2.7.0.plain-expected.json file
--- PASS: TestData (0.63s)
    --- PASS: TestData/docs.plain (0.15s)
    --- PASS: TestData/ksm.v2.4.2.plain (0.11s)
    --- PASS: TestData/ksm.v2.5.0.plain (0.11s)
    --- PASS: TestData/ksm.v2.6.0.plain (0.14s)
    --- PASS: TestData/ksm.v2.7.0.plain (0.11s)
=== RUN   TestMetricsFamily
--- PASS: TestMetricsFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_storageclass	0.752s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/system	0.067s
=== RUN   TestBuildMetadataEnricher
--- PASS: TestBuildMetadataEnricher (0.00s)
=== RUN   TestMetricsRepoTestSuite
=== RUN   TestMetricsRepoTestSuite/TestAddContainerStore
=== RUN   TestMetricsRepoTestSuite/TestAddNodeStore
=== RUN   TestMetricsRepoTestSuite/TestAddPodStore
=== RUN   TestMetricsRepoTestSuite/TestCloneContainerMetrics
=== RUN   TestMetricsRepoTestSuite/TestCloneNodeMetrics
=== RUN   TestMetricsRepoTestSuite/TestContainerNames
=== RUN   TestMetricsRepoTestSuite/TestDeleteNodeStore
=== RUN   TestMetricsRepoTestSuite/TestDeletePodStore
=== RUN   TestMetricsRepoTestSuite/TestGetContainerMetrics
=== RUN   TestMetricsRepoTestSuite/TestGetContainerMetricsNotFound
=== RUN   TestMetricsRepoTestSuite/TestGetNodeStore
=== RUN   TestMetricsRepoTestSuite/TestGetPodStore
=== RUN   TestMetricsRepoTestSuite/TestNodeNames
=== RUN   TestMetricsRepoTestSuite/TestPodNames
=== RUN   TestMetricsRepoTestSuite/TestSetContainerMetrics
=== RUN   TestMetricsRepoTestSuite/TestSetContainerMetricsMultipleNodes
=== RUN   TestMetricsRepoTestSuite/TestSetContainerMetricsMultiplePods
=== RUN   TestMetricsRepoTestSuite/TestSetContainerMetricsOverwrite
=== RUN   TestMetricsRepoTestSuite/TestSetContainerMetricsSamePod
--- PASS: TestMetricsRepoTestSuite (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestAddContainerStore (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestAddNodeStore (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestAddPodStore (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestCloneContainerMetrics (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestCloneNodeMetrics (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestContainerNames (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestDeleteNodeStore (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestDeletePodStore (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestGetContainerMetrics (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestGetContainerMetricsNotFound (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestGetNodeStore (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestGetPodStore (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestNodeNames (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestPodNames (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestSetContainerMetrics (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestSetContainerMetricsMultipleNodes (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestSetContainerMetricsMultiplePods (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestSetContainerMetricsOverwrite (0.00s)
    --- PASS: TestMetricsRepoTestSuite/TestSetContainerMetricsSamePod (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/util	0.057s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kubernetes/volume	0.074s
=== RUN   TestFetchEventContents
    dommemstat_test.go:54: kvm/dommemstat event: {RootFields:null ModuleFields:null MetricSetFields:{"id":1,"name":"aaaaaaa-1","stat":{"name":"actualballoon","value":1048576}} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kvm/dommemstat	0.050s
=== RUN   TestData
    status_integration_test.go:39: kvm not available
--- SKIP: TestData (0.01s)
=== RUN   TestFetchEventContents
    status_test.go:55: kvm/status event: {RootFields:null ModuleFields:{"id":1,"name":"aaaaaaa-1"} MetricSetFields:{"state":"running"} Index: ID: Namespace: Timestamp:0001-01-01 00:00:00 +0000 UTC Error: Host: Service: Took:0s Period:0s DisableTimeSeries:false}
--- PASS: TestFetchEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/kvm/status	0.037s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/linux/conntrack	0.024s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.02s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/linux/ksm	0.051s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/linux/pageinfo	0.038s
=== RUN   TestGetVertexClusterUUID
=== RUN   TestGetVertexClusterUUID/override_only
=== RUN   TestGetVertexClusterUUID/none
=== RUN   TestGetVertexClusterUUID/vertex_and_override
=== RUN   TestGetVertexClusterUUID/vertex_only
--- PASS: TestGetVertexClusterUUID (0.00s)
    --- PASS: TestGetVertexClusterUUID/override_only (0.00s)
    --- PASS: TestGetVertexClusterUUID/none (0.00s)
    --- PASS: TestGetVertexClusterUUID/vertex_and_override (0.00s)
    --- PASS: TestGetVertexClusterUUID/vertex_only (0.00s)
=== RUN   TestXPackEnabledMetricSets
--- PASS: TestXPackEnabledMetricSets (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/logstash	0.022s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.01s)
=== RUN   TestMakeClusterToPipelinesMap
=== RUN   TestMakeClusterToPipelinesMap/no_vertex_cluster_id
=== RUN   TestMakeClusterToPipelinesMap/one_vertex_cluster_id
=== RUN   TestMakeClusterToPipelinesMap/two_pipelines
=== RUN   TestMakeClusterToPipelinesMap/no_override_cluster_id
--- PASS: TestMakeClusterToPipelinesMap (0.01s)
    --- PASS: TestMakeClusterToPipelinesMap/no_vertex_cluster_id (0.00s)
    --- PASS: TestMakeClusterToPipelinesMap/one_vertex_cluster_id (0.00s)
    --- PASS: TestMakeClusterToPipelinesMap/two_pipelines (0.00s)
    --- PASS: TestMakeClusterToPipelinesMap/no_override_cluster_id (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/logstash/node	0.062s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.01s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestMakeClusterToPipelinesMap
=== RUN   TestMakeClusterToPipelinesMap/two_pipelines
=== RUN   TestMakeClusterToPipelinesMap/no_override_cluster_id
=== RUN   TestMakeClusterToPipelinesMap/no_vertex_cluster_id
=== RUN   TestMakeClusterToPipelinesMap/one_vertex_cluster_id
--- PASS: TestMakeClusterToPipelinesMap (0.00s)
    --- PASS: TestMakeClusterToPipelinesMap/two_pipelines (0.00s)
    --- PASS: TestMakeClusterToPipelinesMap/no_override_cluster_id (0.00s)
    --- PASS: TestMakeClusterToPipelinesMap/no_vertex_cluster_id (0.00s)
    --- PASS: TestMakeClusterToPipelinesMap/one_vertex_cluster_id (0.00s)
=== RUN   TestGetServiceURI
=== RUN   TestGetServiceURI/apis_unavailable
=== RUN   TestGetServiceURI/with_pipeline_vertices
--- PASS: TestGetServiceURI (0.00s)
    --- PASS: TestGetServiceURI/apis_unavailable (0.00s)
    --- PASS: TestGetServiceURI/with_pipeline_vertices (0.00s)
=== RUN   TestGetServiceURIMultipleCalls
--- PASS: TestGetServiceURIMultipleCalls (0.02s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/logstash/node_stats	0.072s
=== RUN   TestGetNetworkAddress_URL
--- PASS: TestGetNetworkAddress_URL (0.00s)
=== RUN   TestGetNetworkAddress_Unix
--- PASS: TestGetNetworkAddress_Unix (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/memcached/stats	0.026s
=== RUN   TestParseMongoURL
--- PASS: TestParseMongoURL (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/mongodb	0.023s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/mongodb/collstats	0.046s
=== RUN   TestList
--- PASS: TestList (0.00s)
=== RUN   TestFetch
=== RUN   TestFetch/normal_case
=== RUN   TestFetch/unknown_values
=== RUN   TestFetch/wrong_field_names
--- PASS: TestFetch (0.00s)
    --- PASS: TestFetch/normal_case (0.00s)
    --- PASS: TestFetch/unknown_values (0.00s)
    --- PASS: TestFetch/wrong_field_names (0.00s)
=== RUN   TestSanitizeName
=== RUN   TestSanitizeName/if_eth0
=== RUN   TestSanitizeName//dev/sda1
=== RUN   TestSanitizeName/eth0:100
=== RUN   TestSanitizeName/user@host
=== RUN   TestSanitizeName/404
--- PASS: TestSanitizeName (0.00s)
    --- PASS: TestSanitizeName/if_eth0 (0.00s)
    --- PASS: TestSanitizeName//dev/sda1 (0.00s)
    --- PASS: TestSanitizeName/eth0:100 (0.00s)
    --- PASS: TestSanitizeName/user@host (0.00s)
    --- PASS: TestSanitizeName/404 (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/munin	0.035s
=== RUN   TestParseDSN
--- PASS: TestParseDSN (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/mysql	0.043s
=== RUN   TestConfigValidation
--- PASS: TestConfigValidation (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/mysql/status	0.032s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    connection_test.go:62: nats/connection event: {
          "nats": {
            "connection": {
              "idle_time": 0,
              "in": {
                "bytes": 678867264,
                "messages": 42429204
              },
              "name": "NATS Benchmark",
              "out": {
                "bytes": 0,
                "messages": 0
              },
              "pending_bytes": 0,
              "subscriptions": 0,
              "uptime": 29
            },
            "server": {
              "id": "NCA52DU3MRRJGSDZXWBKSAGCKICQBYFLTQDHHXWAWYYCXBZ33LF55P7H"
            }
          },
          "service": {
            "type": "nats"
          }
        }
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/nats/connection	0.048s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    connections_test.go:65: nats/connections event: {
          "nats": {
            "connections": {
              "total": 1
            },
            "server": {
              "id": "NCA52DU3MRRJGSDZXWBKSAGCKICQBYFLTQDHHXWAWYYCXBZ33LF55P7H",
              "time": "2020-11-05T10:55:51.553046034Z"
            }
          },
          "service": {
            "type": "nats"
          }
        }
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/nats/connections	0.022s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    route_test.go:62: nats/route event: {
          "nats": {
            "route": {
              "in": {
                "bytes": 0,
                "messages": 0
              },
              "ip": "172.25.255.2",
              "out": {
                "bytes": 0,
                "messages": 0
              },
              "pending_size": 0,
              "port": 60736,
              "remote_id": "NCYX4P3ZCXZT3UF4BBZUG46S7EU224XXXLUTUBUDOIAUAIR5WJV73BV5",
              "subscriptions": 0
            },
            "server": {
              "id": "NDIFJNKCKCL2I2ICEXF64LAOAFMW2TN667B4NOWEKF77U7WFQR7CMF7M"
            }
          },
          "service": {
            "type": "nats"
          }
        }
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/nats/route	0.030s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    routes_test.go:65: nats/routes event: {
          "nats": {
            "routes": {
              "total": 2
            },
            "server": {
              "id": "NDIFJNKCKCL2I2ICEXF64LAOAFMW2TN667B4NOWEKF77U7WFQR7CMF7M",
              "time": "2020-11-09T09:34:10.027121937Z"
            }
          },
          "service": {
            "type": "nats"
          }
        }
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/nats/routes	0.024s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    stats_test.go:65: nats/stats event: {
          "nats": {
            "server": {
              "id": "bUAdpRFtMWddIBWw80Yd9D",
              "time": "2018-12-28T12:33:53.026864929Z"
            },
            "stats": {
              "cores": 0,
              "cpu": 0.52,
              "http": {
                "req_stats": {
                  "uri": {
                    "connz": 10,
                    "root": 10,
                    "routez": 10,
                    "subsz": 10,
                    "varz": 10
                  }
                }
              },
              "in": {
                "bytes": 0,
                "messages": 0
              },
              "mem": {
                "bytes": 7806976
              },
              "out": {
                "bytes": 0,
                "messages": 0
              },
              "remotes": 0,
              "slow_consumers": 0,
              "total_connections": 35,
              "uptime": 9702
            }
          },
          "service": {
            "type": "nats"
          }
        }
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/nats/stats	0.026s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    subscriptions_test.go:65: nats/subscriptions event: {
          "nats": {
            "subscriptions": {
              "cache": {
                "fanout": {
                  "avg": 10,
                  "max": 10
                },
                "hit_rate": 10,
                "size": 10
              },
              "inserts": 20,
              "matches": 40,
              "removes": 40,
              "total": 100
            }
          },
          "service": {
            "type": "nats"
          }
        }
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/nats/subscriptions	0.045s
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/openmetrics-features.plain
    testdata.go:239: Testing _meta/testdata/openmetrics-features.plain file
    testdata.go:308: Expected _meta/testdata/openmetrics-features.plain-expected.json file
--- PASS: TestData (0.22s)
    --- PASS: TestData/docs.plain (0.13s)
    --- PASS: TestData/openmetrics-features.plain (0.09s)
=== RUN   TestSameLabels
=== RUN   TestSameLabels/docs.plain
    testdata.go:239: Testing _meta/samelabeltestdata/docs.plain file
    testdata.go:308: Expected _meta/samelabeltestdata/docs.plain-expected.json file
--- PASS: TestSameLabels (0.09s)
    --- PASS: TestSameLabels/docs.plain (0.09s)
=== RUN   TestGetOpenMetricsEventsFromMetricFamily
--- PASS: TestGetOpenMetricsEventsFromMetricFamily (0.00s)
=== RUN   TestSkipMetricFamily
--- PASS: TestSkipMetricFamily (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/openmetrics/collector	0.372s
=== RUN   TestData
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.14s)
    --- PASS: TestData/docs.json (0.14s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/php_fpm/pool	0.182s
=== RUN   TestData
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.14s)
    --- PASS: TestData/docs.json (0.14s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/php_fpm/process	0.174s
=== RUN   TestParseUrl
--- PASS: TestParseUrl (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/postgresql	0.034s
=== RUN   TestGetPromEventsFromMetricFamily
--- PASS: TestGetPromEventsFromMetricFamily (0.00s)
=== RUN   TestSkipMetricFamily
--- PASS: TestSkipMetricFamily (0.00s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/duplicate-metrics.plain
    testdata.go:239: Testing _meta/testdata/duplicate-metrics.plain file
    testdata.go:308: Expected _meta/testdata/duplicate-metrics.plain-expected.json file
=== RUN   TestData/etcd-3.3.10-partial.plain
    testdata.go:239: Testing _meta/testdata/etcd-3.3.10-partial.plain file
    testdata.go:308: Expected _meta/testdata/etcd-3.3.10-partial.plain-expected.json file
=== RUN   TestData/metrics-with-naninf.plain
    testdata.go:239: Testing _meta/testdata/metrics-with-naninf.plain file
    testdata.go:308: Expected _meta/testdata/metrics-with-naninf.plain-expected.json file
=== RUN   TestData/prometheus-2.6.0-partial.plain
    testdata.go:239: Testing _meta/testdata/prometheus-2.6.0-partial.plain file
    testdata.go:308: Expected _meta/testdata/prometheus-2.6.0-partial.plain-expected.json file
--- PASS: TestData (0.56s)
    --- PASS: TestData/docs.plain (0.15s)
    --- PASS: TestData/duplicate-metrics.plain (0.14s)
    --- PASS: TestData/etcd-3.3.10-partial.plain (0.09s)
    --- PASS: TestData/metrics-with-naninf.plain (0.09s)
    --- PASS: TestData/prometheus-2.6.0-partial.plain (0.09s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/prometheus/collector	0.646s
=== RUN   TestQueryFetchEventContentInstantVector
    query_test.go:76: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9090",
              "job": "prometheus"
            },
            "query": {
              "up": 1
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
    query_test.go:76: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9100",
              "job": "node"
            },
            "query": {
              "up": 1.19
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
--- PASS: TestQueryFetchEventContentInstantVector (0.02s)
=== RUN   TestQueryFetchEventContentRangeVector
    query_test.go:128: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9090",
              "job": "prometheus"
            },
            "query": {
              "up_range": 1
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
    query_test.go:128: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9090",
              "job": "prometheus"
            },
            "query": {
              "up_range": 1
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
    query_test.go:128: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9090",
              "job": "prometheus"
            },
            "query": {
              "up_range": 1
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
    query_test.go:128: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9091",
              "job": "node"
            },
            "query": {
              "up_range": 0
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
    query_test.go:128: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9091",
              "job": "node"
            },
            "query": {
              "up_range": 0
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
    query_test.go:128: prometheus/query event: {
          "prometheus": {
            "labels": {
              "__name__": "up",
              "instance": "localhost:9091",
              "job": "node"
            },
            "query": {
              "up_range": 1
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
--- PASS: TestQueryFetchEventContentRangeVector (0.00s)
=== RUN   TestQueryFetchEventContentScalar
    query_test.go:171: prometheus/query event: {
          "prometheus": {
            "query": {
              "scalar": 100.4
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
--- PASS: TestQueryFetchEventContentScalar (0.00s)
=== RUN   TestQueryFetchEventContentString
    query_test.go:214: prometheus/query event: {
          "prometheus": {
            "labels": {
              "string": "apis"
            },
            "query": {
              "string": 1
            }
          },
          "service": {
            "type": "prometheus"
          }
        }
--- PASS: TestQueryFetchEventContentString (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/prometheus/query	0.104s
=== RUN   TestGenerateEventsCounter
--- PASS: TestGenerateEventsCounter (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/prometheus/remote_write	0.017s
=== RUN   TestManagementPathPrefix
--- PASS: TestManagementPathPrefix (0.02s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/rabbitmq	0.042s
=== RUN   TestFetchEventContents
    connection_test.go:42: rabbitmq/connection event: {
          "rabbitmq": {
            "connection": {
              "channel_max": 65535,
              "channels": 8,
              "client_provided": {},
              "frame_max": 131072,
              "host": "::1",
              "name": "[::1]:60938 -\u003e [::1]:5672",
              "octet_count": {
                "received": 3764,
                "sent": 3840
              },
              "packet_count": {
                "pending": 0,
                "received": 376,
                "sent": 376
              },
              "peer": {
                "host": "::1",
                "port": 60938
              },
              "port": 5672,
              "state": "running",
              "type": "network"
            },
            "node": {
              "name": "nodename"
            },
            "vhost": "/"
          },
          "service": {
            "type": "rabbitmq"
          },
          "user": {
            "name": "guest"
          }
        }
--- PASS: TestFetchEventContents (0.00s)
=== RUN   TestData
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.23s)
    --- PASS: TestData/docs.json (0.23s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/rabbitmq/connection	0.268s
=== RUN   TestFetchEventContents
    exchange_test.go:41: rabbitmq/exchange event: {
          "rabbitmq": {
            "exchange": {
              "arguments": {},
              "auto_delete": false,
              "durable": true,
              "internal": false,
              "messages": {
                "publish_in": {
                  "count": 100,
                  "details": {
                    "rate": 0.5
                  }
                },
                "publish_out": {
                  "count": 99,
                  "details": {
                    "rate": 0.9
                  }
                }
              },
              "name": "exchange.name",
              "type": "fanout"
            },
            "vhost": "/"
          },
          "service": {
            "type": "rabbitmq"
          },
          "user": {
            "name": "guest"
          }
        }
--- PASS: TestFetchEventContents (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/rabbitmq/exchange	0.068s
=== RUN   TestFetchNodeEventContents
    node_test.go:59: rabbitmq/node event: {
          "disk": {
            "free": {
              "bytes": 98317942784,
              "limit": {
                "bytes": 50000000
              }
            }
          },
          "fd": {
            "total": 1048576,
            "used": 31
          },
          "gc": {
            "num": {
              "count": 1049055
            },
            "reclaimed": {
              "bytes": 27352751800
            }
          },
          "io": {
            "file_handle": {
              "open_attempt": {
                "avg": {
                  "ms": 0
                },
                "count": 597670
              }
            },
            "read": {
              "avg": {
                "ms": 0
              },
              "bytes": 1,
              "count": 3
            },
            "reopen": {
              "count": 3
            },
            "seek": {
              "avg": {
                "ms": 0
              },
              "count": 23
            },
            "sync": {
              "avg": {
                "ms": 2
              },
              "count": 149402
            },
            "write": {
              "avg": {
                "ms": 0
              },
              "bytes": 36305460,
              "count": 149402
            }
          },
          "mem": {
            "limit": {
              "bytes": 6628692787
            },
            "used": {
              "bytes": 105504768
            }
          },
          "mnesia": {
            "disk": {
              "tx": {
                "count": 1
              }
            },
            "ram": {
              "tx": {
                "count": 92
              }
            }
          },
          "msg": {
            "store_read": {
              "count": 0
            },
            "store_write": {
              "count": 0
            }
          },
          "name": "rabbit@e2b1ae6390fd",
          "proc": {
            "total": 1048576,
            "used": 403
          },
          "processors": 4,
          "queue": {
            "index": {
              "journal_write": {
                "count": 448230
              },
              "read": {
                "count": 0
              },
              "write": {
                "count": 2
              }
            }
          },
          "run": {
            "queue": 0
          },
          "socket": {
            "total": 943626,
            "used": 3
          },
          "type": "disc",
          "uptime": 98754834
        }
--- PASS: TestFetchNodeEventContents (0.00s)
=== RUN   TestFetchClusterEventContents
    node_test.go:59: rabbitmq/node event: {
          "disk": {
            "free": {
              "bytes": 98317942784,
              "limit": {
                "bytes": 50000000
              }
            }
          },
          "fd": {
            "total": 1048576,
            "used": 31
          },
          "gc": {
            "num": {
              "count": 1049055
            },
            "reclaimed": {
              "bytes": 27352751800
            }
          },
          "io": {
            "file_handle": {
              "open_attempt": {
                "avg": {
                  "ms": 0
                },
                "count": 597670
              }
            },
            "read": {
              "avg": {
                "ms": 0
              },
              "bytes": 1,
              "count": 3
            },
            "reopen": {
              "count": 3
            },
            "seek": {
              "avg": {
                "ms": 0
              },
              "count": 23
            },
            "sync": {
              "avg": {
                "ms": 2
              },
              "count": 149402
            },
            "write": {
              "avg": {
                "ms": 0
              },
              "bytes": 36305460,
              "count": 149402
            }
          },
          "mem": {
            "limit": {
              "bytes": 6628692787
            },
            "used": {
              "bytes": 105504768
            }
          },
          "mnesia": {
            "disk": {
              "tx": {
                "count": 1
              }
            },
            "ram": {
              "tx": {
                "count": 92
              }
            }
          },
          "msg": {
            "store_read": {
              "count": 0
            },
            "store_write": {
              "count": 0
            }
          },
          "name": "rabbit@e2b1ae6390fd",
          "proc": {
            "total": 1048576,
            "used": 403
          },
          "processors": 4,
          "queue": {
            "index": {
              "journal_write": {
                "count": 448230
              },
              "read": {
                "count": 0
              },
              "write": {
                "count": 2
              }
            }
          },
          "run": {
            "queue": 0
          },
          "socket": {
            "total": 943626,
            "used": 3
          },
          "type": "disc",
          "uptime": 98754834
        }
--- PASS: TestFetchClusterEventContents (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/rabbitmq/node	0.026s
=== RUN   TestFetchEventContents
    queue_test.go:41: rabbitmq/queue event: {
          "rabbitmq": {
            "node": {
              "name": "rabbit@localhost"
            },
            "queue": {
              "arguments": {
                "max_priority": 9
              },
              "auto_delete": false,
              "consumers": {
                "count": 3,
                "utilisation": {
                  "pct": 0
                }
              },
              "disk": {
                "reads": {
                  "count": 212
                },
                "writes": {
                  "count": 121
                }
              },
              "durable": true,
              "exclusive": false,
              "memory": {
                "bytes": 232720
              },
              "messages": {
                "persistent": {
                  "count": 73
                },
                "ready": {
                  "count": 71,
                  "details": {
                    "rate": 0
                  }
                },
                "total": {
                  "count": 74,
                  "details": {
                    "rate": 2.2
                  }
                },
                "unacknowledged": {
                  "count": 3,
                  "details": {
                    "rate": 0.5
                  }
                }
              },
              "name": "queuenamehere",
              "state": "running"
            },
            "vhost": "/"
          },
          "service": {
            "type": "rabbitmq"
          }
        }
--- PASS: TestFetchEventContents (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue	0.038s
=== RUN   TestFetchEventContents
    shovel_test.go:41: rabbitmq/shovel event: {
          "rabbitmq": {
            "node": {
              "name": "rabbit@localhost"
            },
            "shovel": {
              "name": "testshovel",
              "state": "running",
              "type": "dynamic"
            },
            "vhost": "/"
          },
          "service": {
            "type": "rabbitmq"
          }
        }
--- PASS: TestFetchEventContents (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/rabbitmq/shovel	0.023s
=== RUN   TestGetPasswordDBNumber
=== RUN   TestGetPasswordDBNumber/test_redis://127.0.0.1:6379_without_password
=== RUN   TestGetPasswordDBNumber/test_redis_uri_with_password_in_URI_user_info_field
=== RUN   TestGetPasswordDBNumber/test_redis_uri_with_password_in_query_field
=== RUN   TestGetPasswordDBNumber/test_redis_uri_with_password_and_db_in_query_field
=== RUN   TestGetPasswordDBNumber/test_redis_uri_with_password_in_URI_user_info_field_and_query_field
=== RUN   TestGetPasswordDBNumber/test_redis_uri_with_db_number_in_URI
=== RUN   TestGetPasswordDBNumber/test_redis_uri_with_db_number_in_URI_and_query_field
--- PASS: TestGetPasswordDBNumber (0.00s)
    --- PASS: TestGetPasswordDBNumber/test_redis://127.0.0.1:6379_without_password (0.00s)
    --- PASS: TestGetPasswordDBNumber/test_redis_uri_with_password_in_URI_user_info_field (0.00s)
    --- PASS: TestGetPasswordDBNumber/test_redis_uri_with_password_in_query_field (0.00s)
    --- PASS: TestGetPasswordDBNumber/test_redis_uri_with_password_and_db_in_query_field (0.00s)
    --- PASS: TestGetPasswordDBNumber/test_redis_uri_with_password_in_URI_user_info_field_and_query_field (0.00s)
    --- PASS: TestGetPasswordDBNumber/test_redis_uri_with_db_number_in_URI (0.00s)
    --- PASS: TestGetPasswordDBNumber/test_redis_uri_with_db_number_in_URI_and_query_field (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/redis	0.018s
=== RUN   TestNewMetricSet
=== RUN   TestNewMetricSet/regular_url
=== RUN   TestNewMetricSet/pass_in_host
=== RUN   TestNewMetricSet/password_in_config
--- PASS: TestNewMetricSet (0.01s)
    --- PASS: TestNewMetricSet/regular_url (0.00s)
    --- PASS: TestNewMetricSet/pass_in_host (0.00s)
    --- PASS: TestNewMetricSet/password_in_config (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/redis/info	0.055s
=== RUN   TestHostDashboardHasChangeableHost
--- PASS: TestHostDashboardHasChangeableHost (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system	0.020s
=== RUN   TestFetch
    core_test.go:42: system/core event: {
          "service": {
            "type": "system"
          },
          "system": {
            "core": {
              "core_id": 0,
              "id": 0,
              "idle": {
                "pct": 0.9511,
                "ticks": 326839983
              },
              "mhz": 3393.57,
              "model_name": "AMD Ryzen 7 5700X 8-Core Processor",
              "model_number": "33",
              "nice": {
                "pct": 0,
                "ticks": 51
              },
              "physical_id": 0,
              "system": {
                "pct": 0.0084,
                "ticks": 2891884
              },
              "total": {
                "pct": 0.0489
              },
              "user": {
                "pct": 0.0405,
                "ticks": 13922144
              }
            }
          }
        }
--- PASS: TestFetch (0.00s)
=== RUN   TestData
--- PASS: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/core	0.062s
=== RUN   TestFetch
    cpu_test.go:41: system/cpu event: {
          "host": {
            "cpu": {
              "usage": 0.0328
            }
          },
          "service": {
            "type": "system"
          },
          "system": {
            "cpu": {
              "cores": 6,
              "idle": {
                "norm": {
                  "pct": 0.9672
                },
                "pct": 5.8035,
                "ticks": 3402967419
              },
              "nice": {
                "norm": {
                  "pct": 0
                },
                "pct": 0,
                "ticks": 795
              },
              "system": {
                "norm": {
                  "pct": 0.0057
                },
                "pct": 0.0342,
                "ticks": 20059477
              },
              "total": {
                "norm": {
                  "pct": 0.0328
                },
                "pct": 0.1965
              },
              "user": {
                "norm": {
                  "pct": 0.0271
                },
                "pct": 0.1623,
                "ticks": 95168475
              }
            }
          }
        }
--- PASS: TestFetch (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (5.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/cpu	5.063s
=== RUN   TestFetch
    filesystem_test.go:40: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/filesystem/filesystem_test.go:40
        	Error:      	Should be empty, but was [error fetching filesystem list: error reading mounts: error reading mount file /proc/self/mounts: open /proc/self/mounts: no such file or directory]
        	Test:       	TestFetch
    filesystem_test.go:41: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/filesystem/filesystem_test.go:41
        	Error:      	Should NOT be empty, but was []
        	Test:       	TestFetch
--- FAIL: TestFetch (0.00s)
=== RUN   TestData
{"log.level":"info","@timestamp":"2023-11-03T09:41:01.867-0400","log.origin":{"file.name":"filesystem/filesystem.go","file.line":70},"message":"Ignoring filesystem types: fuse.lxcfs, fuse.gvfsd-fuse, nsfs, squashfs","ecs.version":"1.6.0"}
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/metricbeat/module/system/filesystem	0.049s
=== RUN   TestFetch
    fsstat_test.go:37: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/fsstat/fsstat_test.go:37
        	Error:      	Should be empty, but was [error fetching filesystem list: error reading mounts: error reading mount file /proc/self/mounts: open /proc/self/mounts: no such file or directory]
        	Test:       	TestFetch
    fsstat_test.go:38: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/fsstat/fsstat_test.go:38
        	Error:      	Should NOT be empty, but was []
        	Test:       	TestFetch
--- FAIL: TestFetch (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (1.02s)
FAIL
FAIL	github.com/elastic/beats/v7/metricbeat/module/system/fsstat	1.069s
=== RUN   TestFetch
    load_test.go:40: system/load event: {
          "service": {
            "type": "system"
          },
          "system": {
            "load": {
              "1": 6.43,
              "15": 3.76,
              "5": 5.69,
              "cores": 6,
              "norm": {
                "1": 1.0717,
                "15": 0.6267,
                "5": 0.9483
              }
            }
          }
        }
--- PASS: TestFetch (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/load	0.021s
=== RUN   TestFetch
    memory_test.go:40: system/memory event: {
          "service": {
            "type": "system"
          },
          "system": {
            "memory": {
              "actual": {
                "free": 2598084608,
                "used": {
                  "bytes": 532889600,
                  "pct": 0.1702
                }
              },
              "free": 260562944,
              "total": 3130974208,
              "used": {
                "bytes": 2870411264,
                "pct": 0.9168
              }
            }
          }
        }
--- PASS: TestFetch (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/memory	0.028s
=== RUN   TestFetch
    network_test.go:40: system/network event: {
          "service": {
            "type": "system"
          },
          "system": {
            "network": {
              "in": {
                "bytes": 3023895297,
                "dropped": 0,
                "errors": 0,
                "packets": 1324330029
              },
              "name": "vtnet0",
              "out": {
                "bytes": 897521794,
                "dropped": 0,
                "errors": 0,
                "packets": 816596441
              }
            }
          }
        }
--- PASS: TestFetch (0.08s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/network	0.095s
=== RUN   TestMapping
--- PASS: TestMapping (0.00s)
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/network_summary	0.037s
=== RUN   TestFetch
{"log.level":"warn","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process_common.go","file.line":163},"message":"Getting host details: unimplemented","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76950, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76948, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76947, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76935, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76924, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76864, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74903, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74445, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71665, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71664, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71654, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69167, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69139, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6468, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87714, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87713, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 75174, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1081, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 808, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 772, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 762, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 759, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 724, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.886-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 721, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 539, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 404, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 403, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 353, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 350, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 25, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 24, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 23, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 22, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 21, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 20, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 19, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 18, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 17, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 16, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 15, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 9, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 14, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 8, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 7, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 5, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 4, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 3, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 2, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 13, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 12, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 11, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 10, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:03.887-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 0, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
    process_test.go:40: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/process/process_test.go:40
        	Error:      	Should NOT be empty, but was []
        	Test:       	TestFetch
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76948, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76864, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74903, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74445, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71665, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71664, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71654, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69167, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69139, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6468, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87714, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87713, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 75174, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1081, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 808, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 772, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 762, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 759, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 724, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 721, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 539, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 404, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 403, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.907-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 353, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 350, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 25, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 24, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 23, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 22, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 21, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 20, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 19, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 18, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 17, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 16, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 15, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 9, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 14, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 8, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 7, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 5, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 4, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 3, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 2, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 13, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 12, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 11, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 10, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:05.908-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 0, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
    process_test.go:46: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/process/process_test.go:46
        	Error:      	Should NOT be empty, but was []
        	Test:       	TestFetch
--- FAIL: TestFetch (2.02s)
panic: runtime error: index out of range [0] with length 0 [recovered]
	panic: runtime error: index out of range [0] with length 0

goroutine 6 [running]:
testing.tRunner.func1.2({0x4e6ac0, 0x2a1a9f80})
	/usr/local/go120/src/testing/testing.go:1526 +0x2a5
testing.tRunner.func1()
	/usr/local/go120/src/testing/testing.go:1529 +0x446
panic({0x4e6ac0, 0x2a1a9f80})
	/usr/local/go120/src/runtime/panic.go:884 +0x1b4
github.com/elastic/beats/v7/metricbeat/module/system/process.TestFetch(0x2a0072c0)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/process/process_test.go:49 +0x750
testing.tRunner(0x2a0072c0, 0x586904)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/metricbeat/module/system/process	2.049s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
{"log.level":"warn","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process_common.go","file.line":163},"message":"Getting host details: unimplemented","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76953, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76948, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76935, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76864, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74903, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74445, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71665, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71664, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71654, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69167, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69139, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6468, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87714, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87713, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 75174, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1081, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 808, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 772, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.099-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 762, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 759, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 724, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 721, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 539, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 404, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 403, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 353, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 350, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 25, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 24, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 23, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 22, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 21, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 20, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 19, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 18, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 17, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 16, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 15, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 9, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 14, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 8, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 7, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 5, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 4, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 3, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 2, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 13, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 12, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 11, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 10, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 0, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
    process_summary_test.go:54: system/process_summary event: {
          "service": {
            "type": "system"
          },
          "system": {
            "process": {
              "summary": {
                "total": 0
              }
            }
          }
        }
--- PASS: TestFetch (0.00s)
=== RUN   TestStateNames
{"log.level":"warn","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process_common.go","file.line":163},"message":"Getting host details: unimplemented","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76953, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76948, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.100-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76935, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 76864, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74903, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 74445, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71665, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71664, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 71654, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69167, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 69139, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6468, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87714, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 87713, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 75174, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1081, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 808, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 772, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 762, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 759, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 724, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 721, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 539, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 404, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 403, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 353, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 350, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 25, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 24, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 23, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 22, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 21, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 20, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 19, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 18, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 17, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 16, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 15, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 9, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 14, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 8, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 7, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 6, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 5, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 4, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 3, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 2, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 13, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 12, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 11, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 1, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.101-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 10, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:04.102-0400","log.logger":"processes","log.origin":{"file.name":"process/process.go","file.line":173},"message":"Error fetching PID info for 0, skipping: GetInfoForPid: no such process","ecs.version":"1.6.0"}
    process_summary_test.go:79: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/metricbeat/module/system/process_summary/process_summary_test.go:79
        	Error:      	Should not be zero, but was 0
        	Test:       	TestStateNames
--- FAIL: TestStateNames (0.00s)
=== RUN   TestThreads
    process_summary_test.go:112: metrics: {"blocked":1,"running":3}
--- PASS: TestThreads (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/metricbeat/module/system/process_summary	0.033s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
    raid_test.go:45: system/raid event: {
          "service": {
            "type": "system"
          },
          "system": {
            "raid": {
              "blocks": {
                "synced": 0,
                "total": 4189184
              },
              "disks": {
                "active": 2,
                "failed": 0,
                "spare": 1,
                "states": {
                  "in_sync": 2,
                  "spare": 1
                },
                "total": 3
              },
              "level": "raid1",
              "name": "md0",
              "status": "clean",
              "sync_action": "repair"
            }
          }
        }
--- PASS: TestFetch (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/raid	0.044s
=== RUN   TestHashSet
--- PASS: TestHashSet (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/socket	0.020s
=== RUN   TestCalculateConnStats
--- PASS: TestCalculateConnStats (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/socket_summary	0.019s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
    uptime_test.go:48: system/uptime event: {
          "service": {
            "type": "system"
          },
          "system": {
            "uptime": {
              "duration": {
                "ms": 3442130878
              }
            }
          }
        }
--- PASS: TestFetch (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/system/uptime	0.027s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContents
{"response":{"avg_time":{"us":15},"count":18,"status_codes":{"200":17,"404":1}},"uptime":{"sec":64283}}
--- PASS: TestFetchEventContents (0.00s)
=== RUN   TestData
=== RUN   TestData/docs.json
    testdata.go:239: Testing _meta/testdata/docs.json file
    testdata.go:308: Expected _meta/testdata/docs.json-expected.json file
--- PASS: TestData (0.13s)
    --- PASS: TestData/docs.json (0.13s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/traefik/health	0.160s
=== RUN   TestHostParser
--- PASS: TestHostParser (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/uwsgi	0.019s
=== RUN   TestFetchDataTCP
--- PASS: TestFetchDataTCP (0.00s)
=== RUN   TestFetchDataHTTP
--- PASS: TestFetchDataHTTP (0.00s)
=== RUN   TestFetchDataUnmarshalledError
--- PASS: TestFetchDataUnmarshalledError (0.00s)
=== RUN   TestFetchDataSourceDown
--- PASS: TestFetchDataSourceDown (0.00s)
=== RUN   TestConfigError
--- PASS: TestConfigError (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/uwsgi/status	0.036s
=== RUN   TestFetchEventContents
    datastore_test.go:48: vsphere/datastore event: {
          "capacity": {
            "free": {
              "bytes": 46731309056
            },
            "total": {
              "bytes": 91855720448
            },
            "used": {
              "bytes": 45124411392,
              "pct": 0.4912531432110988
            }
          },
          "fstype": "local",
          "name": "LocalDS_0"
        }
--- PASS: TestFetchEventContents (0.02s)
=== RUN   TestData
    data_generator.go:87: skip data generation tests
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/vsphere/datastore	0.039s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContents
    host_test.go:49: vsphere/host event: {
          "cpu": {
            "free": {
              "mhz": 4521
            },
            "total": {
              "mhz": 4588
            },
            "used": {
              "mhz": 67
            }
          },
          "memory": {
            "free": {
              "bytes": 2822230016
            },
            "total": {
              "bytes": 4294430720
            },
            "used": {
              "bytes": 1472200704
            }
          },
          "name": "localhost.localdomain"
        }
--- PASS: TestFetchEventContents (0.01s)
=== RUN   TestData
    data_generator.go:87: skip data generation tests
--- SKIP: TestData (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/vsphere/host	0.035s
=== RUN   TestFetchEventContents
    virtualmachine_test.go:49: vsphere/virtualmachine event: {
          "cpu": {
            "used": {
              "mhz": 0
            }
          },
          "host.hostname": "localhost.localdomain",
          "host.id": "ha-host",
          "memory": {
            "free": {
              "guest": {
                "bytes": 33554432
              }
            },
            "total": {
              "guest": {
                "bytes": 33554432
              }
            },
            "used": {
              "guest": {
                "bytes": 0
              },
              "host": {
                "bytes": 0
              }
            }
          },
          "name": "ha-host_VM0",
          "os": "otherGuest"
        }
--- PASS: TestFetchEventContents (0.03s)
=== RUN   TestData
    data_generator.go:87: skip data generation tests
--- SKIP: TestData (0.02s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/vsphere/virtualmachine	0.087s
=== RUN   TestParser
--- PASS: TestParser (0.01s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/zookeeper/connection	0.062s
=== RUN   TestEventMapping
=== RUN   TestEventMapping/3.5.3
=== RUN   TestEventMapping/3.7.0
--- PASS: TestEventMapping (0.00s)
    --- PASS: TestEventMapping/3.5.3 (0.00s)
    --- PASS: TestEventMapping/3.7.0 (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/zookeeper/mntr	0.019s
=== RUN   TestParser
--- PASS: TestParser (0.00s)
PASS
ok  	github.com/elastic/beats/v7/metricbeat/module/zookeeper/server	0.020s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Packetbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.17s)
    --- PASS: TestTemplate/default_field_length (0.17s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat	0.259s
=== RUN   TestCanInstallNpcap
=== RUN   TestCanInstallNpcap/packetbeat_never_install
=== RUN   TestCanInstallNpcap/packetbeat_can_install
=== RUN   TestCanInstallNpcap/fleet_never_install_single
=== RUN   TestCanInstallNpcap/fleet_can_install_single
=== RUN   TestCanInstallNpcap/fleet_never_install_multi
=== RUN   TestCanInstallNpcap/fleet_can_install_multi
--- PASS: TestCanInstallNpcap (0.01s)
    --- PASS: TestCanInstallNpcap/packetbeat_never_install (0.00s)
    --- PASS: TestCanInstallNpcap/packetbeat_can_install (0.00s)
    --- PASS: TestCanInstallNpcap/fleet_never_install_single (0.00s)
    --- PASS: TestCanInstallNpcap/fleet_can_install_single (0.01s)
    --- PASS: TestCanInstallNpcap/fleet_never_install_multi (0.00s)
    --- PASS: TestCanInstallNpcap/fleet_can_install_multi (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/beater	0.084s
=== RUN   TestAgentInputNormalization
--- PASS: TestAgentInputNormalization (0.00s)
=== RUN   TestFromStatic
=== RUN   TestFromStatic/single_interface
=== RUN   TestFromStatic/single_interface_cli
=== RUN   TestFromStatic/empty_cli
=== RUN   TestFromStatic/single_interface_array
=== RUN   TestFromStatic/single_interface_array_cli
=== RUN   TestFromStatic/multiple_interface
=== RUN   TestFromStatic/multiple_interface_cli
=== RUN   TestFromStatic/single_interface_cli_clobber
=== RUN   TestFromStatic/single_interface_array_cli_clobber
=== RUN   TestFromStatic/duplicated_interface
--- PASS: TestFromStatic (0.00s)
    --- PASS: TestFromStatic/single_interface (0.00s)
    --- PASS: TestFromStatic/single_interface_cli (0.00s)
    --- PASS: TestFromStatic/empty_cli (0.00s)
    --- PASS: TestFromStatic/single_interface_array (0.00s)
    --- PASS: TestFromStatic/single_interface_array_cli (0.00s)
    --- PASS: TestFromStatic/multiple_interface (0.00s)
    --- PASS: TestFromStatic/multiple_interface_cli (0.00s)
    --- PASS: TestFromStatic/single_interface_cli_clobber (0.00s)
    --- PASS: TestFromStatic/single_interface_array_cli_clobber (0.00s)
    --- PASS: TestFromStatic/duplicated_interface (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/config	0.069s
=== RUN   TestDecodePacketData_ipv4Tcp
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":127},"message":"Layer type: Ethernet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":385},"message":"IPv4 packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":426},"message":"TCP packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":230},"message":"processed","ecs.version":"1.6.0"}
--- PASS: TestDecodePacketData_ipv4Tcp (0.00s)
=== RUN   TestDecodePacketData_ipv4Udp
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":127},"message":"Layer type: Ethernet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":385},"message":"IPv4 packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":421},"message":"UDP packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":230},"message":"processed","ecs.version":"1.6.0"}
--- PASS: TestDecodePacketData_ipv4Udp (0.00s)
=== RUN   TestDecodePacketData_ipv6Tcp
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":127},"message":"Layer type: Ethernet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":398},"message":"IPv6 packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":426},"message":"TCP packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":230},"message":"processed","ecs.version":"1.6.0"}
--- PASS: TestDecodePacketData_ipv6Tcp (0.00s)
=== RUN   TestDecodePacketData_ipv6Udp
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":127},"message":"Layer type: Ethernet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":398},"message":"IPv6 packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":421},"message":"UDP packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.441-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":230},"message":"processed","ecs.version":"1.6.0"}
--- PASS: TestDecodePacketData_ipv6Udp (0.00s)
=== RUN   TestFragment
=== RUN   TestFragment/in_order
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.442-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":127},"message":"Layer type: Ethernet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.442-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.442-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.442-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.442-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":385},"message":"IPv4 packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.442-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":421},"message":"UDP packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.442-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":230},"message":"processed","ecs.version":"1.6.0"}
=== RUN   TestFragment/out_of_order
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.443-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":127},"message":"Layer type: Ethernet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.443-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.443-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.443-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":170},"message":"decode packet data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.443-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":385},"message":"IPv4 packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.443-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":421},"message":"UDP packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.443-0400","log.logger":"decoder","log.origin":{"file.name":"decoder/decoder.go","file.line":230},"message":"processed","ecs.version":"1.6.0"}
--- PASS: TestFragment (0.00s)
    --- PASS: TestFragment/in_order (0.00s)
    --- PASS: TestFragment/out_of_order (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/decoder	0.026s
=== RUN   TestFlowIDAddressSorted
    flowid_test.go:244: flow id address sorted(0): {0x85f6ef0 [1] [1 2 3 4 5 6 6 5 4 3 2 1] [{0x85fadb0 [1 2 3 4 5 6] [6 5 4 3 2 1]}]}
    flowid_test.go:244: flow id address sorted(1): {0x85f6ea0 [1] [1 2 3 4 5 6 6 5 4 3 2 1] [{0x85fadb0 [6 5 4 3 2 1] [1 2 3 4 5 6]}]}
    flowid_test.go:244: flow id address sorted(2): {0x85f3390 [1] [6 5 4 3 2 1 1 2 3 4 5 6] [{0x85fadb0 [6 5 4 3 2 1] [1 2 3 4 5 6]}]}
    flowid_test.go:244: flow id address sorted(3): {0x85f3130 [16] [127 0 0 1 128 0 1 2] [{0x85fb120 [127 0 0 1] [128 0 1 2]}]}
    flowid_test.go:244: flow id address sorted(4): {0x85f3130 [16] [127 0 0 1 128 0 1 2] [{0x85fb120 [128 0 1 2] [127 0 0 1]}]}
    flowid_test.go:244: flow id address sorted(5): {0x85f3390 [16] [127 0 0 1 128 0 1 2 129 2 1 4 128 1 1 3] [{0x85fb460 [128 0 1 2] [127 0 0 1]} {0x85fb120 [128 1 1 3] [129 2 1 4]}]}
    flowid_test.go:244: flow id address sorted(6): {0x85f32e0 [1024] [0 1 0 2] [{0x85fb890 [0 1] [0 2]}]}
    flowid_test.go:244: flow id address sorted(7): {0x85f32e0 [1024] [0 1 0 2] [{0x85fb890 [0 2] [0 1]}]}
    flowid_test.go:244: flow id address sorted(8): {0x85f3390 [1 16] [1 2 3 4 5 6 6 5 4 3 2 1 127 0 0 1 128 0 1 2] [{0x85fadb0 [1 2 3 4 5 6] [6 5 4 3 2 1]} {0x85fb120 [127 0 0 1] [128 0 1 2]}]}
    flowid_test.go:244: flow id address sorted(9): {0x85f3390 [1 16] [1 2 3 4 5 6 6 5 4 3 2 1 128 0 1 2 127 0 0 1] [{0x85fadb0 [1 2 3 4 5 6] [6 5 4 3 2 1]} {0x85fb120 [128 0 1 2] [127 0 0 1]}]}
    flowid_test.go:244: flow id address sorted(10): {0x85f3390 [1 16] [1 2 3 4 5 6 6 5 4 3 2 1 128 0 1 2 127 0 0 1] [{0x85fadb0 [6 5 4 3 2 1] [1 2 3 4 5 6]} {0x85fb120 [127 0 0 1] [128 0 1 2]}]}
    flowid_test.go:244: flow id address sorted(11): {0x85f3390 [1 16] [1 2 3 4 5 6 6 5 4 3 2 1 127 0 0 1 128 0 1 2] [{0x85fadb0 [6 5 4 3 2 1] [1 2 3 4 5 6]} {0x85fb120 [128 0 1 2] [127 0 0 1]}]}
    flowid_test.go:244: flow id address sorted(12): {0x85f3390 [1 4] [1 2 3 4 5 6 6 5 4 3 2 1 1 1] [{0x85fadb0 [1 2 3 4 5 6] [6 5 4 3 2 1]} {0x85f33f0 [1 1] []}]}
    flowid_test.go:244: flow id address sorted(13): {0x85f3390 [1 4 2] [1 2 3 4 5 6 6 5 4 3 2 1 1 1 1 2] [{0x85fadb0 [1 2 3 4 5 6] [6 5 4 3 2 1]} {0x85f3490 [1 1] []} {0x85f33f0 [1 2] []}]}
    flowid_test.go:244: flow id address sorted(14): {0x85f3390 [1 4 2] [1 2 3 4 5 6 6 5 4 3 2 1 1 3 1 2] [{0x85fadb0 [1 2 3 4 5 6] [6 5 4 3 2 1]} {0x85f3490 [1 2] []} {0x85f33f0 [1 3] []}]}
--- PASS: TestFlowIDAddressSorted (0.00s)
=== RUN   TestSimilarWithOffsets
--- PASS: TestSimilarWithOffsets (0.00s)
=== RUN   TestFlowsCounting
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":159},"message":"new flows worker. timeout=30s, period=10s, tick=10s, ticksTO=3, ticksP=1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/counters.go","file.line":151},"message":"register flow counter: uint1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/counters.go","file.line":151},"message":"register flow counter: uint2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/counters.go","file.line":151},"message":"register flow counter: int1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/counters.go","file.line":151},"message":"register flow counter: int2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/counters.go","file.line":151},"message":"register flow counter: float1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/counters.go","file.line":151},"message":"register flow counter: float2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":58},"message":"start flows worker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":157},"message":"flowid: add eth","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":163},"message":"flowid: add ipv4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":230},"message":"flowid: add tcp","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":157},"message":"flowid: add eth","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":163},"message":"flowid: add ipv4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":230},"message":"flowid: add tcp","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flows.go","file.line":88},"message":"lock flows","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flows.go","file.line":98},"message":"get flow","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flows.go","file.line":100},"message":"lookup flow: {1041 0 255 255 255 12 255 255 255 255 255 20 255 1 0 1} => [1 2 3 4 5 6 6 5 4 3 2 1 127 0 0 1 128 0 1 2 0 1 0 2]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/table.go","file.line":88},"message":"create new flow","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flows.go","file.line":98},"message":"get flow","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flows.go","file.line":100},"message":"lookup flow: {1041 0 255 255 255 12 255 255 255 255 255 20 255 1 0 1} => [1 2 3 4 5 6 6 5 4 3 2 1 127 0 0 1 128 0 1 2 0 1 0 2]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/flows.go","file.line":93},"message":"unlock flows","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.618-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":202},"message":"start flows worker loop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.629-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":206},"message":"worker tick, nTimeout=0, nPeriod=-2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.629-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":236},"message":"exec tick, timeout=true, report=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.630-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":258},"message":"handle flow: {1041 0 255 255 255 12 255 255 255 255 255 20 255 1 0 1}, [1 2 3 4 5 6 6 5 4 3 2 1 127 0 0 1 128 0 1 2 0 1 0 2]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.639-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":206},"message":"worker tick, nTimeout=0, nPeriod=-2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.639-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":236},"message":"exec tick, timeout=true, report=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.639-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":258},"message":"handle flow: {1041 0 255 255 255 12 255 255 255 255 255 20 255 1 0 1}, [1 2 3 4 5 6 6 5 4 3 2 1 127 0 0 1 128 0 1 2 0 1 0 2]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.639-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":264},"message":"kill flow","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.639-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":274},"message":"report flow","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.639-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":286},"message":"add event: {2023-11-03 09:41:18.639790665 -0400 EDT m=+0.025128201 {} {\"destination\":{\"float2\":1.4142,\"int2\":-1,\"ip\":\"128.0.1.2\",\"mac\":\"06-05-04-03-02-01\",\"port\":512,\"uint2\":5},\"event\":{\"action\":\"network_flow\",\"category\":[\"network\"],\"dataset\":\"flow\",\"duration\":86844,\"end\":\"2023-11-03T13:41:18.618Z\",\"kind\":\"event\",\"start\":\"2023-11-03T13:41:18.618Z\",\"type\":[\"connection\",\"end\"]},\"flow\":{\"final\":true,\"id\":\"EQQA////DP//////FP8BAAEBAgMEBQYGBQQDAgF/AAABgAABAgABAAI\"},\"network\":{\"bytes\":0,\"community_id\":\"1:lov+6OShb6bXMyK0gZjGX3RabtQ=\",\"packets\":0,\"transport\":\"tcp\",\"type\":\"ipv4\"},\"source\":{\"float1\":3.14,\"int1\":-1,\"ip\":\"127.0.0.1\",\"mac\":\"01-02-03-04-05-06\",\"port\":256,\"uint1\":1},\"type\":\"flow\"}  false}","ecs.version":"1.6.0"}
    flows_test.go:138: event: {"destination":{"float2":1.4142,"int2":-1,"ip":"128.0.1.2","mac":"06-05-04-03-02-01","port":512,"uint2":5},"event":{"action":"network_flow","category":["network"],"dataset":"flow","duration":86844,"end":"2023-11-03T13:41:18.618Z","kind":"event","start":"2023-11-03T13:41:18.618Z","type":["connection","end"]},"flow":{"final":true,"id":"EQQA////DP//////FP8BAAEBAgMEBQYGBQQDAgF/AAABgAABAgABAAI"},"network":{"bytes":0,"community_id":"1:lov+6OShb6bXMyK0gZjGX3RabtQ=","packets":0,"transport":"tcp","type":"ipv4"},"source":{"float1":3.14,"int1":-1,"ip":"127.0.0.1","mac":"01-02-03-04-05-06","port":256,"uint1":1},"type":"flow"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":77},"message":"stop flows worker","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":115},"message":"stop periodic loop","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":236},"message":"exec tick, timeout=false, report=true","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:41:18.640-0400","log.origin":{"file.name":"flows/worker.go","file.line":71},"message":"flows worker loop stopped","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/worker.go","file.line":80},"message":"stopped flows worker","ecs.version":"1.6.0"}
--- PASS: TestFlowsCounting (0.02s)
=== RUN   TestCreateEvent
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":157},"message":"flowid: add eth","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":181},"message":"flowid: add vlan","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":163},"message":"flowid: add ipv4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:18.640-0400","log.logger":"flows","log.origin":{"file.name":"flows/flowid.go","file.line":230},"message":"flowid: add tcp","ecs.version":"1.6.0"}
--- PASS: TestCreateEvent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/flows	0.044s
=== RUN   TestNpcap
=== RUN   TestNpcap/Install
=== RUN   TestNpcap/Uninstall
--- PASS: TestNpcap (2.69s)
    --- PASS: TestNpcap/Install (2.37s)
    --- PASS: TestNpcap/Uninstall (0.31s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/npcap	2.707s
=== RUN   TestMarshalMapStr
--- PASS: TestMarshalMapStr (0.00s)
=== RUN   TestComputeValues
--- PASS: TestComputeValues (0.00s)
=== RUN   TestIsEmptyValue
--- PASS: TestIsEmptyValue (0.00s)
=== RUN   TestSkipFields
--- PASS: TestSkipFields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/pb	0.123s
=== RUN   TestFindProcessTuple
{"log.level":"info","@timestamp":"2023-11-03T09:41:19.576-0400","log.origin":{"file.name":"procs/procs.go","file.line":112},"message":"Process watcher enabled","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/Unrelated_local_HTTP_client
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=0.0.0.0:80/tcp pid=105 process='NetCat'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=192.168.1.1:38842/tcp pid=9998 process='myexternal_service'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=0.0.0.0:65535/tcp pid=101 process='Curl'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=0.0.0.0:3201/tcp pid=102 process='webbrowser'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=:::3201/tcp pid=102 process='webbrowser'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=0.0.0.0:3202/tcp pid=102 process='webbrowser'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=0.0.0.0:3203/tcp pid=102 process='webbrowser'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=127.0.0.1:38842/tcp pid=9997 process='mylocal_service'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=:::38842/tcp pid=9999 process='ipv6_only_app'","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/Web_browser_(IPv6)
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.576-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'webbrowser' (pid=102) for 7777::33:3201/tcp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/Curl_request
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'Curl' (pid=101) for 192.168.1.1:65535/tcp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/Unrelated_UDP_using_same_port_as_TCP
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=:::53/udp pid=333 process='bind'","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/Local_web_browser_to_netcat_server
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'webbrowser' (pid=102) for 127.0.0.1:3202/tcp","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'NetCat' (pid=105) for 127.0.0.1:80/tcp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/External_to_netcat_server
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'NetCat' (pid=105) for 192.168.1.1:80/tcp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/New_client
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procsdetailed","log.origin":{"file.name":"procs/procs.go","file.line":277},"message":"updateMappingEntry(): local=:::55555/tcp pid=555 process='NMap'","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'NMap' (pid=0) for 7777::33:55555/tcp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/DNS_request_(UDP)
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'bind' (pid=333) for 7777::33:53/udp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/Local_bound_port
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'mylocal_service' (pid=9997) for 127.0.0.1:38842/tcp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/Network_bound_port
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'myexternal_service' (pid=9998) for 192.168.1.1:38842/tcp","ecs.version":"1.6.0"}
=== RUN   TestFindProcessTuple/IPv6_bound_port
{"log.level":"debug","@timestamp":"2023-11-03T09:41:19.577-0400","log.logger":"procs","log.origin":{"file.name":"procs/procs.go","file.line":170},"message":"Found process 'ipv6_only_app' (pid=9999) for 7777::33:38842/tcp","ecs.version":"1.6.0"}
--- PASS: TestFindProcessTuple (0.00s)
    --- PASS: TestFindProcessTuple/Unrelated_local_HTTP_client (0.00s)
    --- PASS: TestFindProcessTuple/Web_browser_(IPv6) (0.00s)
    --- PASS: TestFindProcessTuple/Curl_request (0.00s)
    --- PASS: TestFindProcessTuple/Unrelated_UDP_using_same_port_as_TCP (0.00s)
    --- PASS: TestFindProcessTuple/Local_web_browser_to_netcat_server (0.00s)
    --- PASS: TestFindProcessTuple/External_to_netcat_server (0.00s)
    --- PASS: TestFindProcessTuple/New_client (0.00s)
    --- PASS: TestFindProcessTuple/DNS_request_(UDP) (0.00s)
    --- PASS: TestFindProcessTuple/Local_bound_port (0.00s)
    --- PASS: TestFindProcessTuple/Network_bound_port (0.00s)
    --- PASS: TestFindProcessTuple/IPv6_bound_port (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/procs	0.055s
=== RUN   TestProtocolNames
--- PASS: TestProtocolNames (0.00s)
=== RUN   TestBpfFilterWithoutVlanOnlyIcmp
--- PASS: TestBpfFilterWithoutVlanOnlyIcmp (0.00s)
=== RUN   TestBpfFilterWithoutVlanWithoutIcmp
--- PASS: TestBpfFilterWithoutVlanWithoutIcmp (0.00s)
=== RUN   TestBpfFilterWithVlanWithoutIcmp
--- PASS: TestBpfFilterWithVlanWithoutIcmp (0.00s)
=== RUN   TestBpfFilterWithoutVlanWithIcmp
--- PASS: TestBpfFilterWithoutVlanWithIcmp (0.00s)
=== RUN   TestBpfFilterWithVlanWithIcmp
--- PASS: TestBpfFilterWithVlanWithIcmp (0.00s)
=== RUN   TestGetAllTCP
--- PASS: TestGetAllTCP (0.00s)
=== RUN   TestGetAllUDP
--- PASS: TestGetAllUDP (0.00s)
=== RUN   TestGetTCP
--- PASS: TestGetTCP (0.00s)
=== RUN   TestGetUDP
--- PASS: TestGetUDP (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos	0.022s
=== RUN   TestAmqp_UnknownMethod
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.479-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 110 and method 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.479-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":136},"message":"Received unknown or not supported method","ecs.version":"1.6.0"}
--- PASS: TestAmqp_UnknownMethod (0.00s)
=== RUN   TestAmqp_FrameSize
{"log.level":"warn","@timestamp":"2023-11-03T09:41:20.479-0400","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":95},"message":"Frame shorter than declared size, waiting for more data","ecs.version":"1.6.0"}
--- PASS: TestAmqp_FrameSize (0.00s)
=== RUN   TestAmqp_PartialFrameSize
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":39},"message":"Client header detected, version 6.6.6","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:20.480-0400","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":90},"message":"Partial frame header, waiting for more data","ecs.version":"1.6.0"}
--- PASS: TestAmqp_PartialFrameSize (0.00s)
=== RUN   TestAmqp_WrongShortStringSize
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 5 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:20.480-0400","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":209},"message":"Failed to get content type in header frame","ecs.version":"1.6.0"}
--- PASS: TestAmqp_WrongShortStringSize (0.00s)
=== RUN   TestAmqp_QueueDeclaration
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 50 and method 10","ecs.version":"1.6.0"}
--- PASS: TestAmqp_QueueDeclaration (0.00s)
=== RUN   TestAmqp_ExchangeDeclaration
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 10","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ExchangeDeclaration (0.00s)
=== RUN   TestAmqp_BasicConsume
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 20","ecs.version":"1.6.0"}
--- PASS: TestAmqp_BasicConsume (0.00s)
=== RUN   TestAmqp_ExchangeDeletion
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 20","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ExchangeDeletion (0.00s)
=== RUN   TestAmqp_ExchangeBind
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 30","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ExchangeBind (0.00s)
=== RUN   TestAmqp_ExchangeUnbindTransaction
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 51","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":336},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ExchangeUnbindTransaction (0.00s)
=== RUN   TestAmqp_PublishMessage
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.480-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 28 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 28 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":387},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_PublishMessage (0.00s)
=== RUN   TestAmqp_DeliverMessage
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 60","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.481-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.497-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 5 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.497-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.497-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 5 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.497-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.497-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":425},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_DeliverMessage (0.02s)
=== RUN   TestAmqp_MessagePropertiesFields
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.498-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.498-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 26 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.498-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 26 bytes long has been transmitted","ecs.version":"1.6.0"}
--- PASS: TestAmqp_MessagePropertiesFields (0.00s)
=== RUN   TestAmqp_ChannelError
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.498-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 20 and method 40","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ChannelError (0.00s)
=== RUN   TestAmqp_NoWaitQueueDeleteMethod
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.498-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.498-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 50 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":301},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_NoWaitQueueDeleteMethod (0.00s)
=== RUN   TestAmqp_RejectMessage
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 90","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":301},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_RejectMessage (0.00s)
=== RUN   TestAmqp_GetEmptyMethod
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 70","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 72","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":336},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_GetEmptyMethod (0.00s)
=== RUN   TestAmqp_GetMethod
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 70","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.499-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 71","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 18 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 18 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":425},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_GetMethod (0.00s)
=== RUN   TestAmqp_MaxBodyLength
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 22 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 22 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":387},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 58 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 58 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":387},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_MaxBodyLength (0.00s)
=== RUN   TestAmqp_HideArguments
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.500-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 50 and method 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.501-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.501-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":301},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.501-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.501-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.501-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 26 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.501-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 26 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.501-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":387},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_HideArguments (0.00s)
=== RUN   TestAmqp_RecoverMethod
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 110","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 111","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":336},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_RecoverMethod (0.00s)
=== RUN   TestAmqp_BasicNack
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 120","ecs.version":"1.6.0"}
--- PASS: TestAmqp_BasicNack (0.00s)
=== RUN   TestAmqp_GetTable
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.502-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 50 and method 10","ecs.version":"1.6.0"}
--- PASS: TestAmqp_GetTable (0.00s)
=== RUN   TestAmqp_TableInception
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 10","ecs.version":"1.6.0"}
--- PASS: TestAmqp_TableInception (0.00s)
=== RUN   TestAmqp_ArrayFields
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 10","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ArrayFields (0.00s)
=== RUN   TestAmqp_WrongTable
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 50 and method 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 50 and method 10","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:20.503-0400","log.origin":{"file.name":"amqp/amqp_fields.go","file.line":45},"message":"Error while parsing a field table","ecs.version":"1.6.0"}
--- PASS: TestAmqp_WrongTable (0.00s)
=== RUN   TestAmqp_isError
--- PASS: TestAmqp_isError (0.00s)
=== RUN   TestAmqp_ChannelCloseErrorMethod
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 20 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 40 and method 51","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":336},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ChannelCloseErrorMethod (0.00s)
=== RUN   TestAmqp_ConnectionCloseNoError
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.503-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 10 and method 50","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 10 and method 51","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":336},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_ConnectionCloseNoError (0.00s)
=== RUN   TestAmqp_MultipleBodyFrames
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":132},"message":"Received frame of class 60 and method 40","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":158},"message":"Received Header frame. A message of 42 bytes is expected","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 32 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqpdetailed","log.origin":{"file.name":"amqp/amqp.go","file.line":201},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":179},"message":"A body frame of 10 bytes long has been transmitted","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp_parser.go","file.line":334},"message":"A message is ready to be handled","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:20.504-0400","log.logger":"amqp","log.origin":{"file.name":"amqp/amqp.go","file.line":387},"message":"Amqp transaction completed","ecs.version":"1.6.0"}
--- PASS: TestAmqp_MultipleBodyFrames (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/amqp	0.065s
=== RUN   TestParseDHCPRequest
    dhcpv4_test.go:166: DHCP event: &{Timestamp:2023-11-03 09:41:21.351744263 -0400 EDT m=+0.002227189 Meta:null Fields:{"client":{"bytes":272,"ip":"0.0.0.0","port":68},"destination":{"ip":"255.255.255.255","port":67},"dhcpv4":{"client_mac":"00-0B-82-01-FC-42","flags":"unicast","hardware_type":"Ethernet","hops":0,"op_code":"bootrequest","option":{"message_type":"request","parameter_request_list":["Subnet Mask","Router","Domain Name Server","NTP Servers"],"requested_ip_address":"192.168.0.10","server_identifier":"192.168.0.1"},"seconds":0,"transaction_id":"0x00003d1e"},"event":{"category":["network"],"dataset":"dhcpv4","kind":"event","start":"2023-11-03T09:41:21.351744263-04:00","type":["connection","protocol"]},"network":{"bytes":272,"community_id":"1:t9O1j0qj71O4wJM7gnaHtgmfev8=","direction":"unknown","protocol":"dhcpv4","transport":"udp","type":"ipv4"},"related":{"ip":["0.0.0.0","255.255.255.255"]},"server":{"ip":"255.255.255.255","port":67},"source":{"bytes":272,"ip":"0.0.0.0","port":68},"status":"OK","type":"dhcpv4"} Private: TimeSeries:false}
--- PASS: TestParseDHCPRequest (0.00s)
=== RUN   TestParseDHCPACK
    dhcpv4_test.go:250: DHCP event: &{Timestamp:2023-11-03 09:41:21.352192908 -0400 EDT m=+0.002675893 Meta:null Fields:{"client":{"ip":"192.168.0.10","port":68},"destination":{"ip":"192.168.0.10","port":68},"dhcpv4":{"assigned_ip":"192.168.0.10","client_mac":"00-0B-82-01-FC-42","flags":"unicast","hardware_type":"Ethernet","hops":0,"op_code":"bootreply","option":{"ip_address_lease_time_sec":3600,"message_type":"ack","rebinding_time_sec":3150,"renewal_time_sec":1800,"server_identifier":"192.168.0.1","subnet_mask":"255.255.255.0"},"seconds":0,"transaction_id":"0x00003d1e"},"event":{"category":["network"],"dataset":"dhcpv4","kind":"event","start":"2023-11-03T09:41:21.352192908-04:00","type":["connection","protocol"]},"network":{"bytes":300,"community_id":"1:VbRSZnvQqvLiQRhYHLrdVI17sLQ=","direction":"unknown","protocol":"dhcpv4","transport":"udp","type":"ipv4"},"related":{"ip":["192.168.0.1","192.168.0.10"]},"server":{"bytes":300,"ip":"192.168.0.1","port":67},"source":{"bytes":300,"ip":"192.168.0.1","port":67},"status":"OK","type":"dhcpv4"} Private: TimeSeries:false}
--- PASS: TestParseDHCPACK (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/dhcpv4	0.024s
=== RUN   TestDecodeTcp_nonDnsMsgRequest
--- PASS: TestDecodeTcp_nonDnsMsgRequest (0.00s)
=== RUN   TestDecodeTcp_splitRequest
--- PASS: TestDecodeTcp_splitRequest (0.00s)
=== RUN   TestParseTcp_errorNonDnsMsgResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=4)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":118},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's data could not be decoded as DNS, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=4)","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_errorNonDnsMsgResponse (0.00s)
=== RUN   TestParseTcp_zeroLengthMsgRequest
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=4)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":118},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's length was set to zero, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=4)","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_zeroLengthMsgRequest (0.00s)
=== RUN   TestParseTcp_errorZeroLengthMsgResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=4)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":118},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's length was set to zero, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=4)","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_errorZeroLengthMsgResponse (0.00s)
=== RUN   TestParseTcp_emptyPacket
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=0)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":110},"message":"dns%!(EXTRA string=Waiting for more raw data)","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_emptyPacket (0.00s)
=== RUN   TestParseTcp_malformedPacket
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=14)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":118},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's data could not be decoded as DNS, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=14)","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_malformedPacket (0.00s)
=== RUN   TestParseTcp_requestPacket
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_requestPacket (0.00s)
=== RUN   TestParseTcp_errorResponseOnly
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=201)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":326},"message":"Response: received without an associated Query DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_errorResponseOnly (0.00s)
=== RUN   TestParseTcp_errorDuplicateRequests
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":303},"message":"Another query with the same DNS ID from this client was received so this query was closed without receiving a response DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_errorDuplicateRequests (0.00s)
=== RUN   TestParseTcp_errorDuplicateRequestsOneStream
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":303},"message":"Another query with the same DNS ID from this client was received so this query was closed without receiving a response DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.894-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_errorDuplicateRequestsOneStream (0.00s)
=== RUN   TestParseTcp_errorDuplicateRequestsOnePacket
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.894-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=34)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=26)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":303},"message":"Another query with the same DNS ID from this client was received so this query was closed without receiving a response DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.912-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_errorDuplicateRequestsOnePacket (0.02s)
=== RUN   TestParseTcp_splitResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=1)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":110},"message":"dns%!(EXTRA string=Waiting for more raw data)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=9)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":110},"message":"dns%!(EXTRA string=Waiting for more raw data)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=191)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.913-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_splitResponse (0.00s)
=== RUN   TestGap_requestDrop
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=10)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":110},"message":"dns%!(EXTRA string=Waiting for more raw data)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":219},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's data is incomplete, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=10)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":220},"message":"dns%!(EXTRA string=Dropping the stream %s, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0])","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":190},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's data is incomplete, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=10)","ecs.version":"1.6.0"}
--- PASS: TestGap_requestDrop (0.00s)
=== RUN   TestGap_errorResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=239)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[35009]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=10)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":110},"message":"dns%!(EXTRA string=Waiting for more raw data)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[35009]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":219},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's data is incomplete, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=10)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":220},"message":"dns%!(EXTRA string=Dropping the stream %s, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0])","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":190},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's data is incomplete, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=10)","ecs.version":"1.6.0"}
--- PASS: TestGap_errorResponse (0.00s)
=== RUN   TestGapFin_validMessage
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=239)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.917-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[35009]","ecs.version":"1.6.0"}
--- PASS: TestGapFin_validMessage (0.00s)
=== RUN   TestFin_errorResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=10)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":110},"message":"dns%!(EXTRA string=Waiting for more raw data)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":190},"message":"dns%!(EXTRA string=%v addresses %s, length %d, *dns.dnsError=Message's data is incomplete, *common.TCPTuple=TcpTuple src[192.168.0.1:34898] dst[192.168.0.2:53] stream_id[0], int=10)","ecs.version":"1.6.0"}
--- PASS: TestFin_errorResponse (0.00s)
=== RUN   TestParseTcp_requestResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=201)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_requestResponse (0.00s)
=== RUN   TestParseTcp_allTestMessages
    dns_tcp_test.go:614: Testing with query for elastic.co
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=201)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[11674]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[11674]","ecs.version":"1.6.0"}
    dns_tcp_test.go:614: Testing with query for etas.com
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=30)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=197)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.918-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[0]","ecs.version":"1.6.0"}
    dns_tcp_test.go:614: Testing with query for 131.252.30.192.in-addr.arpa
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=47)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[6766]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=157)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[6766]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[6766]","ecs.version":"1.6.0"}
    dns_tcp_test.go:614: Testing with query for 3.1o19ss00s2s17s4qp375sp49r830n2n4n923s8839052s7p7768s53365226pp3.659p1r741os37393648s2348o762q1066q53rq5p4614r1q4781qpr16n809qp4.879o3o734q9sns005o3pp76q83.2q65qns3spns1081s5rn5sr74opqrqnpq6rn3ro5.i.00.mac.sophosxl.net
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898], int=239)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[35009]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_tcp.go","file.line":59},"message":"dns%!(EXTRA string=Parsing packet addressed with %s of length %d., *common.IPPortTuple=IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53], int=239)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[tcp] id[35009]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[tcp] id[35009]","ecs.version":"1.6.0"}
--- PASS: TestParseTcp_allTestMessages (0.00s)
=== RUN   TestRRsToMapStrsWithOPTRecord
--- PASS: TestRRsToMapStrsWithOPTRecord (0.00s)
=== RUN   TestParseUdp_emptyPacket
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 0.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":35},"message":"Message's data could not be decoded as DNS","ecs.version":"1.6.0"}
--- PASS: TestParseUdp_emptyPacket (0.00s)
=== RUN   TestParseUdp_malformedPacket
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 14.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":35},"message":"Message's data could not be decoded as DNS","ecs.version":"1.6.0"}
--- PASS: TestParseUdp_malformedPacket (0.00s)
=== RUN   TestParseUdp_requestPacket
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 28.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
--- PASS: TestParseUdp_requestPacket (0.00s)
=== RUN   TestParseUdp_responseOnly
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 60.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":326},"message":"Response: received without an associated Query DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
--- PASS: TestParseUdp_responseOnly (0.00s)
=== RUN   TestParseUdp_duplicateRequests
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 28.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 28.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":303},"message":"Another query with the same DNS ID from this client was received so this query was closed without receiving a response DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
--- PASS: TestParseUdp_duplicateRequests (0.00s)
=== RUN   TestParseUdp_requestResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 28.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 60.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
--- PASS: TestParseUdp_requestResponse (0.00s)
=== RUN   TestParseUdp_allTestMessages
    dns_udp_test.go:375: Testing with query for elastic.co
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 28.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 60.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
    dns_udp_test.go:375: Testing with query for elastic.co
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 28.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 40.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[8529]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8529]","ecs.version":"1.6.0"}
    dns_udp_test.go:375: Testing with query for etas.com
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 87.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[16384]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 215.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[16384]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[16384]","ecs.version":"1.6.0"}
    dns_udp_test.go:375: Testing with query for 131.252.30.192.in-addr.arpa
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 45.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[344]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 280.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[344]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[344]","ecs.version":"1.6.0"}
    dns_udp_test.go:375: Testing with query for 3.1o19ss00s2s17s4qp375sp49r830n2n4n923s8839052s7p7768s53365226pp3.659p1r741os37393648s2348o762q1066q53rq5p4614r1q4781qpr16n809qp4.879o3o734q9sns005o3pp76q83.2q65qns3spns1081s5rn5sr74opqrqnpq6rn3ro5.i.00.mac.sophosxl.net
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 237.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8238]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 237.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[8238]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[8238]","ecs.version":"1.6.0"}
    dns_udp_test.go:375: Testing with query for www.ietf.org
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 41.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 353.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
--- PASS: TestParseUdp_allTestMessages (0.00s)
=== RUN   TestExpireTransaction
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":440},"message":"No response to this query was received DnsTuple src[:0] dst[:0] transport[tcp] id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[:0] dst[:0] transport[tcp] id[0]","ecs.version":"1.6.0"}
--- PASS: TestExpireTransaction (0.00s)
=== RUN   TestPublishTransaction_emptyDnsRequest
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[:0] dst[:0] transport[tcp] id[0]","ecs.version":"1.6.0"}
--- PASS: TestPublishTransaction_emptyDnsRequest (0.00s)
=== RUN   TestPublishTransaction_emptyDnsResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[:0] dst[:0] transport[tcp] id[0]","ecs.version":"1.6.0"}
--- PASS: TestPublishTransaction_emptyDnsResponse (0.00s)
=== RUN   TestPublishTransaction_edns
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 41.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 353.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
--- PASS: TestPublishTransaction_edns (0.00s)
=== RUN   TestPublishTransaction_respEdnsNoSupport
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 41.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 342.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":346},"message":"Responder does not support EDNS DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
--- PASS: TestPublishTransaction_respEdnsNoSupport (0.00s)
=== RUN   TestPublishTransaction_respEdnsUnexpected
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[192.168.0.1:53] dst[10.0.0.1:34898] of length 30.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":296},"message":"Processing query. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 353.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":349},"message":"Unexpected EDNS answer DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[20498]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[20498]","ecs.version":"1.6.0"}
--- PASS: TestPublishTransaction_respEdnsUnexpected (0.00s)
=== RUN   TestEDNS0
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns_udp.go","file.line":28},"message":"Parsing packet addressed with IpPortTuple src[10.0.0.1:34898] dst[192.168.0.1:53] of length 3398.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":320},"message":"Processing response. DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[54037]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":326},"message":"Response: received without an associated Query DnsTuple src[10.0.0.1:34898] dst[192.168.0.1:53] transport[udp] id[54037]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"dns","log.origin":{"file.name":"dns/dns.go","file.line":363},"message":"Publishing transaction. DnsTuple src[192.168.0.1:53] dst[10.0.0.1:34898] transport[udp] id[54037]","ecs.version":"1.6.0"}
--- PASS: TestEDNS0 (0.00s)
=== RUN   TestAllRR
--- PASS: TestAllRR (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/dns	0.072s
=== RUN   TestProtocolFieldsIsInSyncWithECS
--- PASS: TestProtocolFieldsIsInSyncWithECS (0.00s)
=== RUN   TestHttpParser_simpleResponse
--- PASS: TestHttpParser_simpleResponse (0.00s)
=== RUN   TestHttpParser_simpleResponseCaseInsensitive
--- PASS: TestHttpParser_simpleResponseCaseInsensitive (0.00s)
=== RUN   TestHttpParser_simpleRequest
--- PASS: TestHttpParser_simpleRequest (0.00s)
=== RUN   TestHttpParser_Request_ContentLength_0
--- PASS: TestHttpParser_Request_ContentLength_0 (0.00s)
=== RUN   TestHttpParser_eatBody
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: user-agent: curl/7.35.0\r\nhost: localhost:9000\r\naccept: */*\r\nauthorization: Company 1\r\ncontent-length: 20\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: user-agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'user-agent' Value: 'curl/7.35.0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: host: localhost:9000\r\naccept: */*\r\nauthorization: Company 1\r\ncontent-length: 20\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'host' Value: 'localhost:9000'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: accept: */*\r\nauthorization: Company 1\r\ncontent-length: 20\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: authorization: Company 1\r\ncontent-length: 20\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'authorization' Value: 'Company 1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: content-length: 20\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: content-length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'content-length' Value: '20'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: connection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'connection' Value: 'close'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.890-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":487},"message":"bodyReceived: 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":497},"message":"eatBody body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":519},"message":"bodyReceived: 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":497},"message":"eatBody body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_eatBody (0.00s)
=== RUN   TestHttpParser_eatBody_connclose
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 ok","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=ok","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: user-agent: curl/7.35.0\r\nhost: localhost:9000\r\naccept: */*\r\nauthorization: Company 1\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: user-agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'user-agent' Value: 'curl/7.35.0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: host: localhost:9000\r\naccept: */*\r\nauthorization: Company 1\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'host' Value: 'localhost:9000'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: accept: */*\r\nauthorization: Company 1\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: authorization: Company 1\r\nconnection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'authorization' Value: 'Company 1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: connection: close\r\n\r\n0123456789","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'connection' Value: 'close'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":463},"message":"http conn close, received 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":497},"message":"eatBody body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":504},"message":"http conn close, received 5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":497},"message":"eatBody body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":504},"message":"http conn close, received 5","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_eatBody_connclose (0.00s)
=== RUN   TestHttpParser_splitResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 ok","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=ok","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_splitResponse (0.00s)
=== RUN   TestHttpParser_splitResponse_midHeaderName
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-En","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.891-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-En","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-En","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-En","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_splitResponse_midHeaderName (0.00s)
=== RUN   TestHttpParser_splitResponse_midHeaderValue
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: g","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: g","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: g","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: g","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: g","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.892-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.893-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_splitResponse_midHeaderValue (0.00s)
=== RUN   TestHttpParser_splitResponse_midNewLine
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.894-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_splitResponse_midNewLine (0.00s)
=== RUN   TestHttpParser_ResponseWithBody
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.895-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '30'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgarbage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_ResponseWithBody (0.01s)
=== RUN   TestHttpParser_Response_HTTP_10_without_content_length
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n\r\ntest","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n\r\ntest","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n\r\ntest","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\n\r\ntest","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":463},"message":"http conn close, received 4","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_Response_HTTP_10_without_content_length (0.00s)
=== RUN   TestHttpParser_Response_without_phrase
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.907-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 301","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=301, status_phrase=","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_Response_without_phrase (0.00s)
=== RUN   TestHttpParser_splitResponse_midBody
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 30\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '30'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":487},"message":"bodyReceived: 10","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_splitResponse_midBody (0.00s)
=== RUN   TestHttpParser_RequestResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: www.google.ro\r\nConnection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'www.google.ro'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Connection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Connection' Value: 'keep-alive'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: User-Agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'User-Agent' Value: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.908-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Chrome-Variations","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Chrome-Variations' Value: 'CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE='\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Referer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Referer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Referer' Value: 'http://www.google.ro/'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Encoding' Value: 'gzip,deflate,sdch'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Language: en-US,en;q=0.8\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Language","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Language' Value: 'en-US,en;q=0.8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Charset","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Charset' Value: 'ISO-8859-1,utf-8;q=0.7,*;q=0.3'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cookie","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cookie' Value: 'PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_RequestResponse (0.00s)
=== RUN   TestHttpParser_RequestResponseBody
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: www.google.ro\r\nConnection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'www.google.ro'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Connection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Connection' Value: 'keep-alive'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: User-Agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'User-Agent' Value: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Chrome-Variations","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Chrome-Variations' Value: 'CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE='\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.909-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Referer: http://www.google.ro/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Referer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Referer' Value: 'http://www.google.ro/'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Encoding' Value: 'gzip,deflate,sdch'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Language: en-US,en;q=0.8\r\nContent-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Language","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Language' Value: 'en-US,en;q=0.8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 2\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '2'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Charset","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Charset' Value: 'ISO-8859-1,utf-8;q=0.7,*;q=0.3'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nxxHTTP/1.1 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cookie","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cookie' Value: 'PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.910-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.919-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_RequestResponseBody (0.01s)
=== RUN   TestHttpParser_301_response
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 301 Moved Permanently","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=301, status_phrase=Moved Permanently","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Sun, 29 Sep 2013 16:53:59 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'Apache'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Location' Value: 'http://www.hotnews.ro/'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Vary' Value: 'Accept-Encoding'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '290'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Connection' Value: 'close'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=iso-8859-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=iso-8859-1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_301_response (0.00s)
=== RUN   TestHttpParser_PhraseContainsSpaces
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 404 Not Found","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=404, status_phrase=Not Found","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'Apache-Coyote/1.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html;charset=utf-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '18'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Mon, 31 Jul 2017 11:31:53 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html;charset=utf-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 500 Internal Server Error","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=500, status_phrase=Internal Server Error","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'Apache-Coyote/1.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html;charset=utf-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '2'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Mon, 30 Jul 2017 00:00:00 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html;charset=utf-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.920-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 500 ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=500, status_phrase=","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'Apache-Coyote/1.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html;charset=utf-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '2'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Mon, 30 Jul 2017 00:00:00 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html;charset=utf-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_PhraseContainsSpaces (0.00s)
=== RUN   TestEatBodyChunked
--- PASS: TestEatBodyChunked (0.00s)
=== RUN   TestEatBodyChunkedWaitCRLF
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_test.go","file.line":733},"message":"parseOffset: 0","ecs.version":"1.6.0"}
--- PASS: TestEatBodyChunkedWaitCRLF (0.00s)
=== RUN   TestHttpParser_requestURIWithSpace
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: www.google.com\r\nConnection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'www.google.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Connection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Connection' Value: 'keep-alive'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: User-Agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'User-Agent' Value: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Chrome-Variations","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Chrome-Variations' Value: 'CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE='\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Referer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Referer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Referer' Value: 'http://www.google.com/'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Encoding' Value: 'gzip,deflate,sdch'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.921-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Language","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Language' Value: 'en-US,en;q=0.8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'application/x-www-form-urlencoded'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '23'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Charset","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Charset' Value: 'ISO-8859-1,utf-8;q=0.7,*;q=0.3'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=twosecret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cookie","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cookie' Value: 'PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type application/x-www-form-urlencoded","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: pass=xxxxx&password=xxxxx&username=ME","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_requestURIWithSpace (0.00s)
=== RUN   TestHttpParser_censorPasswordURL
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: www.google.com\r\nConnection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'www.google.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Connection: keep-alive\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Connection' Value: 'keep-alive'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1\r\nAccept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: User-Agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'User-Agent' Value: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.75 Safari/537.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept: */*\r\nX-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Chrome-Variations: CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE=\r\nReferer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Chrome-Variations","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Chrome-Variations' Value: 'CLa1yQEIj7bJAQiftskBCKS2yQEIp7bJAQiptskBCLSDygE='\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Referer: http://www.google.com/\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Referer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Referer' Value: 'http://www.google.com/'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Encoding' Value: 'gzip,deflate,sdch'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Language: en-US,en;q=0.8\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Language","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Language' Value: 'en-US,en;q=0.8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: application/x-www-form-urlencoded\r\nContent-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.922-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'application/x-www-form-urlencoded'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 23\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '23'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3\r\nCookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Charset","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Charset' Value: 'ISO-8859-1,utf-8;q=0.7,*;q=0.3'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cookie: PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ\r\n\r\nusername=ME&pass=secret","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cookie","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cookie' Value: 'PREF=ID=6b67d166417efec4:U=69097d4080ae0e15:FF=0:TM=1340891937:LM=1340891938:S=8t97UBiUwKbESvVX; NID=61=sf10OV-t02wu5PXrc09AhGagFrhSAB2C_98ZaI53-uH4jGiVG_yz9WmE3vjEBcmJyWUogB1ZF5puyDIIiB-UIdLd4OEgPR3x1LHNyuGmEDaNbQ_XaxWQqqQ59mX1qgLQ'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type application/x-www-form-urlencoded","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: pass=xxxxx&password=xxxxx&username=ME","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_censorPasswordURL (0.00s)
=== RUN   TestHttpParser_censorPasswordPOST
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: HOST: www.example.com\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 28\r\n\r\nusername=ME&password=secret\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: HOST","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'HOST' Value: 'www.example.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: application/x-www-form-urlencoded\r\nContent-Length: 28\r\n\r\nusername=ME&password=secret\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'application/x-www-form-urlencoded'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 28\r\n\r\nusername=ME&password=secret\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '28'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type application/x-www-form-urlencoded","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: password=xxxxx&username=ME","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_censorPasswordPOST (0.00s)
=== RUN   TestHttpParser_censorPasswordGET
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: HOST: www.example.com\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 53\r\n\r\npassword=my_secret_pass&Password=my_secret_password_2\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: HOST","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'HOST' Value: 'www.example.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: application/x-www-form-urlencoded\r\nContent-Length: 53\r\n\r\npassword=my_secret_pass&Password=my_secret_password_2\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'application/x-www-form-urlencoded'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 53\r\n\r\npassword=my_secret_pass&Password=my_secret_password_2\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '53'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type application/x-www-form-urlencoded","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: Password=xxxxx&password=xxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.923-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_test.go","file.line":876},"message":"parameters Password=xxxxx&password=xxxxx","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_censorPasswordGET (0.00s)
=== RUN   TestHttpParser_RedactAuthorization
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5472)\r\nContent-Type: text/xml; charset=utf-8\r\nSOAPAction: \"\"\r\nAuthorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: User-Agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'User-Agent' Value: 'Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5472)'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/xml; charset=utf-8\r\nSOAPAction: \"\"\r\nAuthorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/xml; charset=utf-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: SOAPAction: \"\"\r\nAuthorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: SOAPAction","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'SOAPAction' Value: '\"\"'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Authorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Authorization' Value: 'Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Proxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Proxy-Authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Proxy-Authorization' Value: 'Basic cHJveHk6MWM3MGRjM2JhZDIwCg=='\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'production.example.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expect' Value: '100-continue'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Forwarded-For","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Forwarded-For' Value: '10.216.89.132'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/xml; charset=utf-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 50 to 435","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":797},"message":"Redact authorization from 202 to 248","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 250 to 435","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":797},"message":"Redact authorization from 257 to 305","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 307 to 435","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_RedactAuthorization (0.00s)
=== RUN   TestExtractBasicAuthUser
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.924-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5472)\r\nContent-Type: text/xml; charset=utf-8\r\nSOAPAction: \"\"\r\nAuthorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: User-Agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'User-Agent' Value: 'Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5472)'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/xml; charset=utf-8\r\nSOAPAction: \"\"\r\nAuthorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/xml; charset=utf-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: SOAPAction: \"\"\r\nAuthorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: SOAPAction","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'SOAPAction' Value: '\"\"'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Authorization: Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg\r\nProxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Authorization' Value: 'Basic ZHVtbXk6NmQlc1AwOC1XemZ3Cg'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Proxy-Authorization: Basic cHJveHk6MWM3MGRjM2JhZDIwCg==\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Proxy-Authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Proxy-Authorization' Value: 'Basic cHJveHk6MWM3MGRjM2JhZDIwCg=='\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'production.example.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expect' Value: '100-continue'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Forwarded-For","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Forwarded-For' Value: '10.216.89.132'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/xml; charset=utf-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestExtractBasicAuthUser (0.00s)
=== RUN   TestHttpParser_RedactAuthorization_raw
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: user-agent: curl/7.35.0\r\nhost: localhost:9000\r\naccept: */*\r\nauthorization: Company 1\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: user-agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'user-agent' Value: 'curl/7.35.0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: host: localhost:9000\r\naccept: */*\r\nauthorization: Company 1\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'host' Value: 'localhost:9000'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: accept: */*\r\nauthorization: Company 1\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: authorization: Company 1\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'authorization' Value: 'Company 1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: content-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: content-length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'content-length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: connection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'connection' Value: 'close'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 17 to 143","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":797},"message":"Redact authorization from 78 to 101","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 103 to 143","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_RedactAuthorization_raw (0.00s)
=== RUN   TestHttpParser_RedactAuthorization_Proxy_raw
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.925-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: user-agent: curl/7.35.0\r\nhost: localhost:9000\r\naccept: */*\r\nproxy-authorization: cHJveHk6MWM3MGRjM2JhZDIwCg==\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: user-agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'user-agent' Value: 'curl/7.35.0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: host: localhost:9000\r\naccept: */*\r\nproxy-authorization: cHJveHk6MWM3MGRjM2JhZDIwCg==\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'host' Value: 'localhost:9000'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: accept: */*\r\nproxy-authorization: cHJveHk6MWM3MGRjM2JhZDIwCg==\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: accept","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'accept' Value: '*/*'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: proxy-authorization: cHJveHk6MWM3MGRjM2JhZDIwCg==\r\ncontent-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: proxy-authorization","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'proxy-authorization' Value: 'cHJveHk6MWM3MGRjM2JhZDIwCg=='\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: content-length: 0\r\nconnection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: content-length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'content-length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: connection: close\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: connection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'connection' Value: 'close'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 17 to 168","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":797},"message":"Redact authorization from 84 to 126","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 128 to 168","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_RedactAuthorization_Proxy_raw (0.00s)
=== RUN   TestHttpParser_RedactHeaders
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5472)\r\nContent-Type: text/xml; charset=utf-8\r\nSOAPAction: \"\"\r\nHeader-To-Redact: sensitive-value\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: User-Agent","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'User-Agent' Value: 'Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5472)'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/xml; charset=utf-8\r\nSOAPAction: \"\"\r\nHeader-To-Redact: sensitive-value\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/xml; charset=utf-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: SOAPAction: \"\"\r\nHeader-To-Redact: sensitive-value\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: SOAPAction","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'SOAPAction' Value: '\"\"'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Header-To-Redact: sensitive-value\r\nHost: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Header-To-Redact","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Header-To-Redact' Value: 'sensitive-value'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: production.example.com\r\nContent-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'production.example.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nExpect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expect: 100-continue\r\nAccept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expect' Value: '100-continue'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Accept-Encoding: gzip\r\nX-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Accept-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Accept-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Forwarded-For: 10.216.89.132\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Forwarded-For","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Forwarded-For' Value: '10.216.89.132'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/xml; charset=utf-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.926-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":780},"message":"looking for authorization from 50 to 364","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_RedactHeaders (0.00s)
=== RUN   Test_splitCookiesHeader
--- PASS: Test_splitCookiesHeader (0.00s)
=== RUN   Test_gap_in_headers
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.929-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
--- PASS: Test_gap_in_headers (0.00s)
=== RUN   Test_gap_in_body
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 40\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 40\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 40\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nContent-Length: 40\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nContent-Length: 40\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nContent-Length: 40\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 40\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '40'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":487},"message":"bodyReceived: 20","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":203},"message":"gap in body: 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.930-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":203},"message":"gap in body: 10","ecs.version":"1.6.0"}
--- PASS: Test_gap_in_body (0.00s)
=== RUN   Test_gap_in_body_http1dot0
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":463},"message":"http conn close, received 20","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.931-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":203},"message":"gap in body: 10","ecs.version":"1.6.0"}
--- PASS: Test_gap_in_body_http1dot0 (0.00s)
=== RUN   TestHttpParser_composedHeaders
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 0\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nSet-Cookie: aCookie=yummy\r\nSet-Cookie: anotherCookie=why%20not\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nSet-Cookie: aCookie=yummy\r\nSet-Cookie: anotherCookie=why%20not\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Set-Cookie: aCookie=yummy\r\nSet-Cookie: anotherCookie=why%20not\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Set-Cookie","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Set-Cookie' Value: 'aCookie=yummy'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Set-Cookie: anotherCookie=why%20not\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Set-Cookie","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.932-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Set-Cookie' Value: 'anotherCookie=why%20not'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_composedHeaders (0.01s)
=== RUN   TestHttpParser_includeBodyFor
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 4\r\nContent-Type: application/x-foo\r\n\r\nbody]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 4\r\nContent-Type: application/x-foo\r\n\r\nbody","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 4\r\nContent-Type: application/x-foo\r\n\r\nbody","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '4'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: application/x-foo\r\n\r\nbody","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'application/x-foo'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type application/x-foo include_body application/x-foo","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.943-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: text/plain\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: text/plain\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/plain\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/plain'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type text/plain include_body text/plain","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_includeBodyFor (0.00s)
=== RUN   TestHttpParser_sendRequestResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [POST / HTTP/1.1\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 404 Not Found\r\nContent-Length: 10\r\n\r\nnot found]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 404 Not Found","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=404, status_phrase=Not Found","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 10\r\n\r\nnot found","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '10'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":487},"message":"bodyReceived: 9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_sendRequestResponse (0.00s)
=== RUN   Test_gap_in_body_http1dot0_fin
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.0\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.0 200 OK\r\nDate: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Date: Tue, 14 Aug 2012 22:31:45 GMT\r\nExpires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Date","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Date' Value: 'Tue, 14 Aug 2012 22:31:45 GMT'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Expires: -1\r\nCache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Expires","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Expires' Value: '-1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Cache-Control: private, max-age=0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Cache-Control","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Cache-Control' Value: 'private, max-age=0'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: text/html; charset=UTF-8\r\nContent-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.944-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'text/html; charset=UTF-8'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nServer: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Server: gws\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Server","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Server' Value: 'gws'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-XSS-Protection","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-XSS-Protection' Value: '1; mode=block'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: X-Frame-Options: SAMEORIGIN\r\n\r\nxxxxxxxxxxxxxxxxxxxx","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: X-Frame-Options","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'X-Frame-Options' Value: 'SAMEORIGIN'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type text/html; charset=UTF-8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":463},"message":"http conn close, received 20","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_test.go","file.line":1377},"message":"Now sending gap..","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":203},"message":"gap in body: 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":415},"message":"messageGap returned ok=true complete=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
--- PASS: Test_gap_in_body_http1dot0_fin (0.00s)
=== RUN   TestHttp_configsSettingAll
--- PASS: TestHttp_configsSettingAll (0.00s)
=== RUN   TestHttp_configsSettingHeaders
--- PASS: TestHttp_configsSettingHeaders (0.00s)
=== RUN   TestHttp_includeBodies
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'none'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type none","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: none\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: none\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: none\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'none'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type none","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.945-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: both\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: both\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: both\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: both\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'both'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type both include_body both","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: other\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: other\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: other\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'other'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type other","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: other\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: other\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: other\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: other\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'other'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type other","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: both\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: both\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: both\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'both'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type both include_body both","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: both\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: both\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: both\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: both\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'both'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type both include_body both","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: both\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.946-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: both\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: both\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'both'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type both include_body both","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: req1\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: req1\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: req1\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: req1\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'req1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type req1 include_body req1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: none\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: none\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: none\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'none'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type none","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'none'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type none","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: req1\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: req1\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.947-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: req1\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'req1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type req1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: req2\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: req2\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: req2\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: req2\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'req2'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type req2 include_body req2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: resp1\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: resp1\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: resp1\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'resp1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type resp1 include_body resp1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: none\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'none'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type none","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: resp2\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: resp2\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: resp2\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'resp2'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type resp2 include_body resp2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [PUT /node HTTP/1.1\r\nHost: server\r\nContent-Length: 12\r\nContent-Type: resp3\r\n\r\nrequest_body]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\nContent-Length: 12\r\nContent-Type: resp3\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 12\r\nContent-Type: resp3\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '12'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: resp3\r\n\r\nrequest_body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.948-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'resp3'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type resp3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Length: 5\r\nContent-Type: req2\r\n\r\ndone.]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 5\r\nContent-Type: req2\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '5'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Type: req2\r\n\r\ndone.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Type","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Type' Value: 'req2'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type req2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
--- PASS: TestHttp_includeBodies (0.00s)
=== RUN   TestHTTP_Encodings
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nTransfer-Encoding: chunked\r\n\r\n4\r\nABCD\r\n0\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: chunked\r\n\r\n4\r\nABCD\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'chunked'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.949-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":311},"message":"Read chunked body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nTransfer-Encoding: gzip\r\nContent-Length: 25\r\n\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.955-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: gzip\r\nContent-Length: 25\r\n\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 25\r\n\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '25'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Encoding: gzip\r\nContent-Length: 25\r\n\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.956-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nContent-Length: 25\r\n\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 25\r\n\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '25'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.957-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.974-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Encoding: gzip\r\nTransfer-Encoding: chunked\r\n\r\n19\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000\r\n0\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: gzip\r\nTransfer-Encoding: chunked\r\n\r\n19\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: chunked\r\n\r\n19\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.975-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'chunked'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":311},"message":"Read chunked body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nTransfer-Encoding: gzip, chunked\r\n\r\n19\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000\r\n0\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: gzip, chunked\r\n\r\n19\r\n\u001f\ufffd\u0008\u0000h\ufffdj[\u0000\u0003\ufffd\ufffd\ufffdI\ufffd\u0002\u0000x\ufffd\ufffd\ufffd\u0005\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'gzip, chunked'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":311},"message":"Read chunked body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.976-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nTransfer-Encoding: deflate\r\nContent-Length: 7\r\n\r\n\ufffd\ufffd\ufffdI\ufffd\u0002\u0000]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: deflate\r\nContent-Length: 7\r\n\r\n\ufffd\ufffd\ufffdI\ufffd\u0002\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'deflate'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 7\r\n\r\n\ufffd\ufffd\ufffdI\ufffd\u0002\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '7'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[deflate]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.977-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nTransfer-Encoding: x-gzip\r\nContent-Encoding: deflate\r\nContent-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: x-gzip\r\nContent-Encoding: deflate\r\nContent-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'x-gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: deflate\r\nContent-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'deflate'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '27'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[deflate x-gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nTransfer-Encoding: x-deflate, gzip\r\nContent-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.978-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: x-deflate, gzip\r\nContent-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'x-deflate, gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '27'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[x-deflate gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Encoding: deflate, gzip\r\nContent-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: deflate, gzip\r\nContent-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.979-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'deflate, gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 27\r\n\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '27'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[deflate gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Encoding: x-deflate, x-gzip\r\nTransfer-Encoding: chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: x-deflate, x-gzip\r\nTransfer-Encoding: chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.980-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'x-deflate, x-gzip'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'chunked'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":311},"message":"Read chunked body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[x-deflate x-gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Encoding: deflate, identity\r\nTransfer-Encoding: gzip, chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.981-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: deflate, identity\r\nTransfer-Encoding: gzip, chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'deflate, identity'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: gzip, chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'gzip, chunked'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":311},"message":"Read chunked body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[deflate identity gzip]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nContent-Encoding: sdch\r\nTransfer-Encoding: chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Encoding: sdch\r\nTransfer-Encoding: chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Encoding' Value: 'sdch'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: chunked\r\n\r\n1b\r\n\u001f\ufffd\u0008\u0000e\ufffdj[\u0000\u0003;}\ufffd\ufffd\ufffd\u0013&\u0006\u0000\ufffd\ufffdI\ufffd\u0007\u0000\u0000\u0000\r\n0\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'chunked'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.982-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":311},"message":"Read chunked body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":700},"message":"decoding body with encodings=[sdch]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
--- PASS: TestHTTP_Encodings (0.03s)
=== RUN   TestHTTP_Decoding_disabled
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [GET / HTTP/1.1\r\nHost: server\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.983-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: server\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'server'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HTTP/1.1 200 OK\r\nTransfer-Encoding: deflate\r\nContent-Length: 7\r\n\r\n\ufffd\ufffd\ufffdI\ufffd\u0002\u0000]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":252},"message":"parseResponseStatus: 200 OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":200},"message":"HTTP status_code=200, status_phrase=OK","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Transfer-Encoding: deflate\r\nContent-Length: 7\r\n\r\n\ufffd\ufffd\ufffdI\ufffd\u0002\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Transfer-Encoding","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.984-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Transfer-Encoding' Value: 'deflate'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Content-Length: 7\r\n\r\n\ufffd\ufffd\ufffdI\ufffd\u0002\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Content-Length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Content-Length' Value: '7'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":609},"message":"Should Include Body = true Content-Type  include_body ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":326},"message":"Read body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":455},"message":"Received response with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":502},"message":"HTTP transaction completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":374},"message":"Received FIN","ecs.version":"1.6.0"}
--- PASS: TestHTTP_Decoding_disabled (0.00s)
=== RUN   TestHttpParser_hostHeader
=== RUN   TestHttpParser_hostHeader/domain_alone
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: elasticsearch\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: elasticsearch\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'elasticsearch'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/domain_with_port
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: elasticsearch:9200\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.985-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: elasticsearch:9200\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'elasticsearch:9200'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/ipv4
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: 127.0.0.1\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: 127.0.0.1\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: '127.0.0.1'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.986-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/ipv4_with_port
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: 127.0.0.1:9200\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: 127.0.0.1:9200\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: '127.0.0.1:9200'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/ipv6_unboxed
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: fd00::42\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: fd00::42\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'fd00::42'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.987-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/ipv6_boxed
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: [fd00::42]\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: [fd00::42]\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: '[fd00::42]'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/ipv6_boxed_with_port
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: [::1]:9200\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: [::1]:9200\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: '[::1]:9200'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:9200] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/non_boxed_ipv6
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.988-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: fd00::1234\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: fd00::1234\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'fd00::1234'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_hostHeader/non-matching_port
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /_cat/shards HTTP/1.1\r\nHost: myhost:9200\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: myhost:9200\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'myhost:9200'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.989-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_hostHeader (0.00s)
    --- PASS: TestHttpParser_hostHeader/domain_alone (0.00s)
    --- PASS: TestHttpParser_hostHeader/domain_with_port (0.00s)
    --- PASS: TestHttpParser_hostHeader/ipv4 (0.00s)
    --- PASS: TestHttpParser_hostHeader/ipv4_with_port (0.00s)
    --- PASS: TestHttpParser_hostHeader/ipv6_unboxed (0.00s)
    --- PASS: TestHttpParser_hostHeader/ipv6_boxed (0.00s)
    --- PASS: TestHttpParser_hostHeader/ipv6_boxed_with_port (0.00s)
    --- PASS: TestHttpParser_hostHeader/non_boxed_ipv6 (0.00s)
    --- PASS: TestHttpParser_hostHeader/non-matching_port (0.00s)
=== RUN   TestHttpParser_Extension
=== RUN   TestHttpParser_Extension/Zip_Extension
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /files.zip HTTP/1.1\r\nHost: abc.com\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: abc.com\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'abc.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
=== RUN   TestHttpParser_Extension/No_Extension
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":306},"message":"Payload received: [HEAD /files HTTP/1.1\r\nHost: abc.com\r\n\r\n]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":239},"message":"HTTP version 1.1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":356},"message":"Data: Host: abc.com\r\n\r\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http_parser.go","file.line":357},"message":"Header: Host","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":375},"message":"Header: 'Host' Value: 'abc.com'\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":616},"message":"Should Include Body = false Content-Type ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http_parser.go","file.line":319},"message":"Empty content length, ignore body","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":450},"message":"Received request with tuple: TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":879},"message":"expired connection TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.990-0400","log.logger":"http","log.origin":{"file.name":"http/http.go","file.line":482},"message":"Request from unknown transaction TcpTuple src[192.168.0.1:6512] dst[192.168.0.2:80] stream_id[0]. Reporting error.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:21.991-0400","log.logger":"httpdetailed","log.origin":{"file.name":"http/http.go","file.line":859},"message":"Form parameters: ","ecs.version":"1.6.0"}
--- PASS: TestHttpParser_Extension (0.00s)
    --- PASS: TestHttpParser_Extension/Zip_Extension (0.00s)
    --- PASS: TestHttpParser_Extension/No_Extension (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/http	0.139s
=== RUN   TestIcmpIsLocalIp
--- PASS: TestIcmpIsLocalIp (0.00s)
=== RUN   TestIcmpDirection
--- PASS: TestIcmpDirection (0.00s)
=== RUN   TestIcmpMessageIsRequestICMPv4
--- PASS: TestIcmpMessageIsRequestICMPv4 (0.00s)
=== RUN   TestIcmpMessageIsRequestICMPv6
--- PASS: TestIcmpMessageIsRequestICMPv6 (0.00s)
=== RUN   TestIcmpMessageIsErrorICMPv4
--- PASS: TestIcmpMessageIsErrorICMPv4 (0.00s)
=== RUN   TestIcmpMessageIsErrorICMPv6
--- PASS: TestIcmpMessageIsErrorICMPv6 (0.00s)
=== RUN   TestIcmpMessageRequiresCounterpartICMPv4
--- PASS: TestIcmpMessageRequiresCounterpartICMPv4 (0.00s)
=== RUN   TestIcmpMessageRequiresCounterpartICMPv6
--- PASS: TestIcmpMessageRequiresCounterpartICMPv6 (0.00s)
=== RUN   TestIcmpMessageExtractTrackingDataICMPv4
--- PASS: TestIcmpMessageExtractTrackingDataICMPv4 (0.00s)
=== RUN   TestIcmpMessageExtractTrackingDataICMPv6
--- PASS: TestIcmpMessageExtractTrackingDataICMPv6 (0.00s)
=== RUN   TestIcmpMessageHumanReadableICMPv4
--- PASS: TestIcmpMessageHumanReadableICMPv4 (0.00s)
=== RUN   TestIcmpMessageHumanReadableICMPv6
--- PASS: TestIcmpMessageHumanReadableICMPv6 (0.00s)
=== RUN   TestIcmpTransactionHasErrorICMPv4
--- PASS: TestIcmpTransactionHasErrorICMPv4 (0.00s)
=== RUN   TestIcmpTransactionHasErrorICMPv6
--- PASS: TestIcmpTransactionHasErrorICMPv6 (0.00s)
=== RUN   TestIcmpTupleReverse
--- PASS: TestIcmpTupleReverse (0.00s)
=== RUN   TestIcmpTupleHashable
--- PASS: TestIcmpTupleHashable (0.00s)
=== RUN   TestIcmpTupleToString
--- PASS: TestIcmpTupleToString (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/icmp	0.029s
=== RUN   Test_BinParseQuitCommand
--- PASS: Test_BinParseQuitCommand (0.00s)
=== RUN   Test_BinParseUnknownCommand
--- PASS: Test_BinParseUnknownCommand (0.00s)
=== RUN   Test_BinSimpleGetCommand
--- PASS: Test_BinSimpleGetCommand (0.00s)
=== RUN   Test_BinParseSet
--- PASS: Test_BinParseSet (0.00s)
=== RUN   Test_BinParsetSetCont
--- PASS: Test_BinParsetSetCont (0.00s)
=== RUN   Test_BinParseCounterMessages
--- PASS: Test_BinParseCounterMessages (0.00s)
=== RUN   Test_BinParseVersionResponse
--- PASS: Test_BinParseVersionResponse (0.00s)
=== RUN   Test_BinParseStatResponse
--- PASS: Test_BinParseStatResponse (0.00s)
=== RUN   Test_BinParseStatInvalidResponse
--- PASS: Test_BinParseStatInvalidResponse (0.00s)
=== RUN   Test_TryMergeUnmergeableResponses
--- PASS: Test_TryMergeUnmergeableResponses (0.00s)
=== RUN   Test_TryMergeUnmergeableResponseWithValue
--- PASS: Test_TryMergeUnmergeableResponseWithValue (0.00s)
=== RUN   Test_TryMergeUnmergeableResponseWithStat
--- PASS: Test_TryMergeUnmergeableResponseWithStat (0.00s)
=== RUN   Test_MergeTextValueResponses
--- PASS: Test_MergeTextValueResponses (0.00s)
=== RUN   Test_MergeTextStatsValueResponses
--- PASS: Test_MergeTextStatsValueResponses (0.00s)
=== RUN   Test_MergeBinaryStatsValueResponses
--- PASS: Test_MergeBinaryStatsValueResponses (0.00s)
=== RUN   Test_MergeTextValueResponsesNoLimits
--- PASS: Test_MergeTextValueResponsesNoLimits (0.00s)
=== RUN   Test_MergeTextValueResponsesWithLimits
--- PASS: Test_MergeTextValueResponsesWithLimits (0.00s)
=== RUN   Test_TransactionComplete
--- PASS: Test_TransactionComplete (0.00s)
=== RUN   Test_TransactionRequestNoReply
--- PASS: Test_TransactionRequestNoReply (0.00s)
=== RUN   Test_TransactionLostResponse
--- PASS: Test_TransactionLostResponse (0.00s)
=== RUN   Test_TransactionLostRequest
--- PASS: Test_TransactionLostRequest (0.00s)
=== RUN   Test_UdpDatagramAddOnCompleteMessage
--- PASS: Test_UdpDatagramAddOnCompleteMessage (0.00s)
=== RUN   Test_UdpDatagramAddSingleDatagram
--- PASS: Test_UdpDatagramAddSingleDatagram (0.00s)
=== RUN   Test_UdpDatagramMultiple
--- PASS: Test_UdpDatagramMultiple (0.00s)
=== RUN   Test_UdpDatagramMultipleDups
--- PASS: Test_UdpDatagramMultipleDups (0.00s)
=== RUN   Test_TextParseQuitCommand
--- PASS: Test_TextParseQuitCommand (0.00s)
=== RUN   Test_TextParseUnknownCommand
--- PASS: Test_TextParseUnknownCommand (0.00s)
=== RUN   Test_TextSimpleGetCommand
--- PASS: Test_TextSimpleGetCommand (0.00s)
=== RUN   Test_TextParseMultiGetCommand
--- PASS: Test_TextParseMultiGetCommand (0.00s)
=== RUN   Test_TextParseFailingGet
--- PASS: Test_TextParseFailingGet (0.00s)
=== RUN   Test_TextParseSet
--- PASS: Test_TextParseSet (0.00s)
=== RUN   Test_TextParseSetCont
--- PASS: Test_TextParseSetCont (0.00s)
=== RUN   Test_TextParseCasCommand
--- PASS: Test_TextParseCasCommand (0.00s)
=== RUN   Test_TextParseSlabsCommands
--- PASS: Test_TextParseSlabsCommands (0.00s)
=== RUN   Test_TextParseSlabsUnknown
--- PASS: Test_TextParseSlabsUnknown (0.00s)
=== RUN   Test_TextSlabsAutomove
--- PASS: Test_TextSlabsAutomove (0.00s)
=== RUN   Test_TextParseCounterResponse
--- PASS: Test_TextParseCounterResponse (0.00s)
=== RUN   Test_TextStatusRequest
--- PASS: Test_TextStatusRequest (0.00s)
=== RUN   Test_TextParseStatusResponse
--- PASS: Test_TextParseStatusResponse (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/memcache	0.028s
=== RUN   TestMongodbParser_messageNotEvenStarted
--- PASS: TestMongodbParser_messageNotEvenStarted (0.00s)
=== RUN   TestMongodbParser_messageNotFinished
--- PASS: TestMongodbParser_messageNotFinished (0.00s)
=== RUN   TestMongodbParser_simpleRequest
--- PASS: TestMongodbParser_simpleRequest (0.00s)
=== RUN   TestMongodbParser_unknownOpCode
--- PASS: TestMongodbParser_unknownOpCode (0.00s)
=== RUN   Test_extract_documents
--- PASS: Test_extract_documents (0.00s)
=== RUN   Test_isDatabaseCommand
--- PASS: Test_isDatabaseCommand (0.00s)
=== RUN   TestSimpleFindLimit1
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":87},"message":"Init a MongoDB protocol parser","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":127},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":165},"message":"new stream: 0x31e64840 (dir=0, len=50)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":77},"message":"opCode = 2004 (OP_QUERY)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":526},"message":"Parse 5 bytes document from remaining 5 bytes","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":197},"message":"MongoDB message complete","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":228},"message":"MongoDB request message","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":127},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":165},"message":"new stream: 0x31e64888 (dir=1, len=514)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":77},"message":"opCode = 1 (OP_REPLY)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":141},"message":"Prepare to read 1 document from reply","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":526},"message":"Parse 478 bytes document from remaining 478 bytes","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":197},"message":"MongoDB message complete","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":225},"message":"MongoDB response message","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":275},"message":"Mongodb transaction completed: {}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_test.go","file.line":145},"message":"Trans: {\"_packetbeat\":{\"Source\":{\"Address\":\"\",\"IP\":\"192.168.0.2\",\"Port\":27017,\"MAC\":\"\",\"Domain\":\"\",\"RegisteredDomain\":\"\",\"TopLevelDomain\":\"\",\"Subdomain\":\"\",\"Bytes\":50,\"Packets\":0,\"NatIP\":\"\",\"NatPort\":0},\"Destination\":{\"Address\":\"\",\"IP\":\"192.168.0.1\",\"Port\":6512,\"MAC\":\"\",\"Domain\":\"\",\"RegisteredDomain\":\"\",\"TopLevelDomain\":\"\",\"Subdomain\":\"\",\"Bytes\":514,\"Packets\":0,\"NatIP\":\"\",\"NatPort\":0},\"Client\":null,\"Server\":null,\"Related\":{\"IP\":[\"192.168.0.2\",\"192.168.0.1\"],\"User\":null,\"Hash\":null,\"Hosts\":null},\"Network\":{\"Name\":\"\",\"Type\":\"\",\"IANANumber\":\"\",\"Transport\":\"tcp\",\"Application\":\"\",\"Protocol\":\"mongodb\",\"Direction\":\"\",\"ForwardedIP\":\"\",\"CommunityID\":\"\",\"Bytes\":0,\"Packets\":0,\"Inner\":null},\"Event\":{\"ID\":\"\",\"Code\":\"\",\"Kind\":\"event\",\"Category\":[\"network\"],\"Action\":\"\",\"Outcome\":\"\",\"Type\":[\"connection\",\"protocol\"],\"Module\":\"\",\"Dataset\":\"mongodb\",\"Provider\":\"\",\"Severity\":0,\"Original\":\"\",\"Hash\":\"\",\"Duration\":-1,\"Sequence\":0,\"Timezone\":\"\",\"Created\":\"0001-01-01T00:00:00Z\",\"Start\":\"0001-01-01T00:00:00Z\",\"End\":\"0001-01-01T00:00:00Z\",\"RiskScore\":0,\"RiskScoreNorm\":0,\"Ingested\":\"0001-01-01T00:00:00Z\",\"Reference\":\"\",\"Url\":\"\",\"Reason\":\"\",\"AgentIDStatus\":\"\"},\"SourceProcess\":null,\"DestinationProcess\":null,\"Process\":null,\"Error\":{\"Message\":null},\"ICMPType\":0,\"ICMPCode\":0},\"method\":\"find\",\"mongodb\":{\"cursorId\":0,\"fullCollectionName\":\"test.rfstaurants\",\"numberReturned\":1,\"numberToReturn\":1,\"numberToSkip\":0,\"startingFrom\":0},\"query\":\"test.rfstaurants.find().limit(1)\",\"resource\":\"test.rfstaurants\",\"status\":\"OK\",\"type\":\"mongodb\"}","ecs.version":"1.6.0"}
--- PASS: TestSimpleFindLimit1 (0.00s)
=== RUN   TestSimpleFindLimit1_split
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":87},"message":"Init a MongoDB protocol parser","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":127},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":165},"message":"new stream: 0x31e64b70 (dir=0, len=50)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":77},"message":"opCode = 2004 (OP_QUERY)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":526},"message":"Parse 5 bytes document from remaining 5 bytes","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":197},"message":"MongoDB message complete","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":228},"message":"MongoDB request message","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":127},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":165},"message":"new stream: 0x31e64ba0 (dir=1, len=144)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":192},"message":"MongoDB wait for more data before parsing message","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":127},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":192},"message":"MongoDB wait for more data before parsing message","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":127},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":77},"message":"opCode = 1 (OP_REPLY)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":141},"message":"Prepare to read 1 document from reply","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":526},"message":"Parse 478 bytes document from remaining 478 bytes","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":197},"message":"MongoDB message complete","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":225},"message":"MongoDB response message","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":275},"message":"Mongodb transaction completed: {}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_test.go","file.line":228},"message":"Trans: {\"_packetbeat\":{\"Source\":{\"Address\":\"\",\"IP\":\"192.168.0.2\",\"Port\":27017,\"MAC\":\"\",\"Domain\":\"\",\"RegisteredDomain\":\"\",\"TopLevelDomain\":\"\",\"Subdomain\":\"\",\"Bytes\":50,\"Packets\":0,\"NatIP\":\"\",\"NatPort\":0},\"Destination\":{\"Address\":\"\",\"IP\":\"192.168.0.1\",\"Port\":6512,\"MAC\":\"\",\"Domain\":\"\",\"RegisteredDomain\":\"\",\"TopLevelDomain\":\"\",\"Subdomain\":\"\",\"Bytes\":514,\"Packets\":0,\"NatIP\":\"\",\"NatPort\":0},\"Client\":null,\"Server\":null,\"Related\":{\"IP\":[\"192.168.0.2\",\"192.168.0.1\"],\"User\":null,\"Hash\":null,\"Hosts\":null},\"Network\":{\"Name\":\"\",\"Type\":\"\",\"IANANumber\":\"\",\"Transport\":\"tcp\",\"Application\":\"\",\"Protocol\":\"mongodb\",\"Direction\":\"\",\"ForwardedIP\":\"\",\"CommunityID\":\"\",\"Bytes\":0,\"Packets\":0,\"Inner\":null},\"Event\":{\"ID\":\"\",\"Code\":\"\",\"Kind\":\"event\",\"Category\":[\"network\"],\"Action\":\"\",\"Outcome\":\"\",\"Type\":[\"connection\",\"protocol\"],\"Module\":\"\",\"Dataset\":\"mongodb\",\"Provider\":\"\",\"Severity\":0,\"Original\":\"\",\"Hash\":\"\",\"Duration\":-1,\"Sequence\":0,\"Timezone\":\"\",\"Created\":\"0001-01-01T00:00:00Z\",\"Start\":\"0001-01-01T00:00:00Z\",\"End\":\"0001-01-01T00:00:00Z\",\"RiskScore\":0,\"RiskScoreNorm\":0,\"Ingested\":\"0001-01-01T00:00:00Z\",\"Reference\":\"\",\"Url\":\"\",\"Reason\":\"\",\"AgentIDStatus\":\"\"},\"SourceProcess\":null,\"DestinationProcess\":null,\"Process\":null,\"Error\":{\"Message\":null},\"ICMPType\":0,\"ICMPCode\":0},\"method\":\"find\",\"mongodb\":{\"cursorId\":0,\"fullCollectionName\":\"test.rfstaurants\",\"numberReturned\":1,\"numberToReturn\":1,\"numberToSkip\":0,\"startingFrom\":0},\"query\":\"test.rfstaurants.find().limit(1)\",\"request\":\"test.rfstaurants.find().limit(1)\",\"resource\":\"test.rfstaurants\",\"response\":\"{\\\"_id\\\":\\\"558bebb45f075665d2ae8627\\\",\\\"address\\\":{\\\"building\\\":\\\"1007\\\",\\\"coord\\\":[-73.856077,40.848447],\\\"street\\\":\\\"Morris Park Ave\\\",\\\"zipcode\\\":\\\"10462\\\"},\\\"borough\\\":\\\"Bronx\\\",\\\"cuisine\\\":\\\"Bakery\\\",\\\"grades\\\":[{\\\"date\\\":\\\"2014-03-02T19:00:00-05:00\\\",\\\"grade\\\":\\\"A\\\",\\\"score\\\":2},{\\\"date\\\":\\\"2013-09-10T20:00:00-04:00\\\",\\\"grade\\\":\\\"A\\\",\\\"score\\\":6},{\\\"date\\\":\\\"2013-01-23T19:00:00-05:00\\\",\\\"grade\\\":\\\"A\\\",\\\"score\\\":10},{\\\"date\\\":\\\"2011-11-22T19:00:00-05:00\\\",\\\"grade\\\":\\\"A\\\",\\\"score\\\":9},{\\\"date\\\":\\\"2011-03-09T19:00:00-05:00\\\",\\\"grade\\\":\\\"B\\\",\\\"score\\\":14}],\\\"name\\\":\\\"Morris Park Bake Shop\\\",\\\"restaurant_id\\\":\\\"30075445\\\"}\",\"status\":\"OK\",\"type\":\"mongodb\"}","ecs.version":"1.6.0"}
--- PASS: TestSimpleFindLimit1_split (0.00s)
=== RUN   TestReconstructQuery
--- PASS: TestReconstructQuery (0.00s)
=== RUN   TestMaxDocs
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":87},"message":"Init a MongoDB protocol parser","ecs.version":"1.6.0"}
--- PASS: TestMaxDocs (0.00s)
=== RUN   TestMaxDocSize
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":87},"message":"Init a MongoDB protocol parser","ecs.version":"1.6.0"}
--- PASS: TestMaxDocSize (0.00s)
=== RUN   TestOpCodeNames
--- PASS: TestOpCodeNames (0.00s)
=== RUN   TestDocumentLengthBoundsChecked
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":87},"message":"Init a MongoDB protocol parser","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":127},"message":"Parse method triggered","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":165},"message":"new stream: 0x31e64f90 (dir=0, len=50)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":77},"message":"opCode = 2004 (OP_QUERY)","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:41:23.012-0400","log.origin":{"file.name":"mongodb/mongodb_parser.go","file.line":327},"message":"An error occurred while parsing OP_QUERY message: document out of bounds","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mongodb","log.origin":{"file.name":"mongodb/mongodb.go","file.line":186},"message":"Ignore Mongodb message. Drop tcp stream. Try parsing with the next segment","ecs.version":"1.6.0"}
--- PASS: TestDocumentLengthBoundsChecked (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/mongodb	0.037s
=== RUN   Test_parseStateNames
--- PASS: Test_parseStateNames (0.00s)
=== RUN   TestMySQLParser_simpleRequest
--- PASS: TestMySQLParser_simpleRequest (0.00s)
=== RUN   TestMySQLParser_OKResponse
--- PASS: TestMySQLParser_OKResponse (0.00s)
=== RUN   TestMySQLParser_errorResponse
--- PASS: TestMySQLParser_errorResponse (0.00s)
=== RUN   TestMySQLParser_dataResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 1, Seq 1, Type=5 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":321},"message":"Query response. Number of fields 5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":413},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 46, packet number 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 70, packet number 9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 42, packet number 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 42, packet number 11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 5, packet number 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":479},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":1137},"message":"Append row: [1 Anonymous test dasdas\r\n 2013-07-22 17:34:02]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":1137},"message":"Append row: [2 Anonymous Posteaza TODO list pentru cumparaturi 2013-07-22 18:29:30]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":1137},"message":"Append row: [3 Anonymous Test test 2013-07-22 18:32:10]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":1137},"message":"Append row: [4 Anonymous test test 2013-07-22 18:44:17]","ecs.version":"1.6.0"}
--- PASS: TestMySQLParser_dataResponse (0.00s)
=== RUN   TestMySQLParser_simpleUpdateResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.011-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 48, Seq 1, Type=0 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":311},"message":"Received OK response","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=0","ecs.version":"1.6.0"}
--- PASS: TestMySQLParser_simpleUpdateResponse (0.00s)
=== RUN   TestMySQLParser_simpleUpdateResponseSplit
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 48, Seq 1, Type=0 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":311},"message":"Received OK response","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = EatMessage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = EatMessage","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=0","ecs.version":"1.6.0"}
--- PASS: TestMySQLParser_simpleUpdateResponseSplit (0.00s)
=== RUN   TestParseMySQL_simpleUpdateResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 48, Seq 1, Type=0 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":311},"message":"Received OK response","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
--- PASS: TestParseMySQL_simpleUpdateResponse (0.00s)
=== RUN   TestParseMySQL_threeResponses
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 7, Seq 1, Type=0 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":311},"message":"Received OK response","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=22","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 7, Seq 1, Type=0 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":311},"message":"Received OK response","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 7, Seq 1, Type=0 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":311},"message":"Received OK response","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
--- PASS: TestParseMySQL_threeResponses (0.00s)
=== RUN   TestParseMySQL_splitResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 1, Seq 1, Type=5 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":321},"message":"Query response. Number of fields 5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = EatFields","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=minitwit, table=post","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":413},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 46, packet number 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 70, packet number 9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 42, packet number 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 42, packet number 11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 5, packet number 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":479},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
--- PASS: TestParseMySQL_splitResponse (0.00s)
=== RUN   Test_gap_in_response
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 19, Seq 0, Type=3 isClient=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.012-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.013-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 1, Seq 1, Type=3 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.013-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":321},"message":"Query response. Number of fields 3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.013-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=test, table=test","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.013-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=test, table=test","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.013-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=test, table=test","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.013-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":413},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 10, packet number 6","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 10, packet number 7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 262, packet number 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql_test.go","file.line":550},"message":"Now sending gap..","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 162","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":1137},"message":"Append row: [1 1 Hello]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":1137},"message":"Append row: [2 2 Hello]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1155},"message":"mysql.results exists","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":802},"message":"Mysql transaction completed: select * from test [] {\"affected_rows\":0,\"insert_id\":0,\"num_fields\":3,\"num_rows\":2}","ecs.version":"1.6.0"}
--- PASS: Test_gap_in_response (0.00s)
=== RUN   Test_gap_in_eat_message
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.014-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 19, Seq 0, Type=3 isClient=true","ecs.version":"1.6.0"}
--- PASS: Test_gap_in_eat_message (0.00s)
=== RUN   Test_read_length
--- PASS: Test_read_length (0.00s)
=== RUN   Test_parseMysqlResponse_invalid
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.014-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1004},"message":"Invalid response: data too small to contain a valid length","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1004},"message":"Invalid response: data too small to contain a valid length","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1008},"message":"Warning: Skipping empty Response","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1013},"message":"Invalid response: data less than 5 bytes","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1013},"message":"Invalid response: data less than 5 bytes","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 5","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1033},"message":"Invalid response: data too small to contain a valid length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 6","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1033},"message":"Invalid response: data too small to contain a valid length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 7","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1033},"message":"Invalid response: data too small to contain a valid length","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 8","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1038},"message":"Invalid response.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1050},"message":"Reading field:  false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1055},"message":"Reading field:  false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 13","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1060},"message":"Reading field:  false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1065},"message":"Reading field:  false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1070},"message":"Reading field:  false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 19","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1075},"message":"Reading field:  false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 20","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1075},"message":"Reading field:  false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 21","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1083},"message":"Invalid response.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 25","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.015-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 27","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:23.015-0400","log.origin":{"file.name":"mysql/mysql.go","file.line":1094},"message":"Invalid response.","ecs.version":"1.6.0"}
--- PASS: Test_parseMysqlResponse_invalid (0.00s)
=== RUN   Test_PreparedStatement
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 192, Seq 0, Type=22 isClient=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 12, Seq 1, Type=0 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":311},"message":"Received OK response","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=133","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=, table=","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=, table=","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=, table=","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":413},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 30, packet number 6","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 5, packet number 7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":479},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1155},"message":"mysql.results exists","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":802},"message":"Mysql transaction completed: Request Prepare Statement [] {\"affected_rows\":11,\"insert_id\":0,\"num_fields\":1,\"num_rows\":1}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 51, Seq 0, Type=23 isClient=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":382},"message":"Message complete. remaining=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":851},"message":"type = 253","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":851},"message":"type = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.016-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":851},"message":"type = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":275},"message":"MySQL parser called. parseState = Start","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":291},"message":"MySQL Header: Packet length 1, Seq 1, Type=1 isClient=false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":321},"message":"Query response. Number of fields 1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":451},"message":"db=, table=","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":413},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 10, packet number 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":469},"message":"Rows: packet length 5, packet number 5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":479},"message":"Received EOF packet","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":592},"message":"mysqlMessageParser returned ok=true complete=true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1027},"message":"Data len: 71","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysqldetailed","log.origin":{"file.name":"mysql/mysql.go","file.line":1137},"message":"Append row: [  \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0005]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":1155},"message":"mysql.results exists","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.017-0400","log.logger":"mysql","log.origin":{"file.name":"mysql/mysql.go","file.line":802},"message":"Mysql transaction completed: select distinct count(distinct purchasede0_.id) as col_0_0_ from purchase_demand purchasede0_ where purchasede0_.chain_master=? and purchasede0_.create_time>=? and purchasede0_.create_time<=? [A1224638 2017/7/28 0:0:0 2017/10/28 23:59:59] {\"affected_rows\":0,\"insert_id\":0,\"num_fields\":1,\"num_rows\":1}","ecs.version":"1.6.0"}
--- PASS: Test_PreparedStatement (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/mysql	0.042s
=== RUN   TestXdrDecoding
--- PASS: TestXdrDecoding (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/nfs	0.048s
=== RUN   TestPgsqlParser_simpleRequest
--- PASS: TestPgsqlParser_simpleRequest (0.00s)
=== RUN   TestPgsqlParser_dataResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type T, length=51","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":191},"message":"Fields: [id value]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":447},"message":"parseMessageData","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value 1, length=1, off=7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value toto, length=4, off=15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value 3, length=1, off=7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value martin, length=6, off=17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value 4, length=1, off=7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value jean, length=4, off=15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":494},"message":"CommandComplete length=11, tag=SELECT","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":500},"message":"Rows: [[1 toto] [3 martin] [4 jean]]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=126","ecs.version":"1.6.0"}
--- PASS: TestPgsqlParser_dataResponse (0.00s)
=== RUN   TestPgsqlParser_response
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type T, length=66","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":191},"message":"Fields: [a b c]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":447},"message":"parseMessageData","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea, length=3, off=9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb, length=3, off=16","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec, length=3, off=23","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea1, length=4, off=10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb1, length=4, off=18","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec1, length=4, off=26","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea2, length=4, off=10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb2, length=4, off=18","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec2, length=4, off=26","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea3, length=4, off=10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb3, length=4, off=18","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec3, length=4, off=26","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":494},"message":"CommandComplete length=13, tag=SELECT 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":500},"message":"Rows: [[mea meb mec] [mea1 meb1 mec1] [mea2 meb2 mec2] [mea3 meb3 mec3]]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=202","ecs.version":"1.6.0"}
--- PASS: TestPgsqlParser_response (0.00s)
=== RUN   TestPgsqlParser_incomplete_response
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type T, length=66","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":191},"message":"Fields: [a b c]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":447},"message":"parseMessageData","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea, length=3, off=9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb, length=3, off=16","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec, length=3, off=23","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea1, length=4, off=10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb1, length=4, off=18","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec1, length=4, off=26","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":470},"message":"Wait for more data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.927-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=false, off=126","ecs.version":"1.6.0"}
--- PASS: TestPgsqlParser_incomplete_response (0.00s)
=== RUN   TestPgsqlParser_threeResponses
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/pgsql.go","file.line":257},"message":"New stream created","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type S, length=23","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=24","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type C, length=8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":247},"message":"CommandComplete length=8, tag=SET","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type C, length=8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":247},"message":"CommandComplete length=8, tag=SET","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type T, length=87","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":191},"message":"Fields: [oid encoding datlastsysoid]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":447},"message":"parseMessageData","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value 11865, length=5, off=11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value UTF8, length=4, off=19","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value 11857, length=5, off=28","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":494},"message":"CommandComplete length=13, tag=SELECT 1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":500},"message":"Rows: [[11865 UTF8 11857]]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=135","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type Z, length=5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=6","ecs.version":"1.6.0"}
--- PASS: TestPgsqlParser_threeResponses (0.00s)
=== RUN   TestPgsqlParser_errorResponse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type E, length=136","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":271},"message":"ErrorResponse","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":443},"message":"ERROR 25P02 current transaction is aborted, commands ignored until end of transaction block","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=137","ecs.version":"1.6.0"}
--- PASS: TestPgsqlParser_errorResponse (0.00s)
=== RUN   TestPgsqlParser_invalidMessage
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":120},"message":"Invalid pgsql command length.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=false, complete=false, off=0","ecs.version":"1.6.0"}
--- PASS: TestPgsqlParser_invalidMessage (0.00s)
=== RUN   Test_gap_in_response
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/pgsql.go","file.line":257},"message":"New stream created","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type Q, length=24","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":174},"message":"Simple Query: select * from test;","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=true, off=25","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/pgsql.go","file.line":395},"message":"Queries (1) :[select * from test]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/pgsql.go","file.line":257},"message":"New stream created","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/parse.go","file.line":36},"message":"pgsqlMessageParser, off=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":58},"message":"parseMessageStart","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.928-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":128},"message":"Pgsql type T, length=66","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":191},"message":"Fields: [a b c]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":447},"message":"parseMessageData","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea, length=3, off=9","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb, length=3, off=16","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec, length=3, off=23","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":529},"message":"DataRow field count=3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mea1, length=4, off=10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value meb1, length=4, off=18","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":567},"message":"Value mec1, length=4, off=26","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":470},"message":"Wait for more data","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsqldetailed","log.origin":{"file.name":"pgsql/parse.go","file.line":51},"message":"pgsqlMessageParser return: ok=true, complete=false, off=126","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/pgsql_test.go","file.line":378},"message":"Now sending gap..","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/pgsql.go","file.line":350},"message":"Message not complete, but sending to the next layer","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:23.929-0400","log.logger":"pgsql","log.origin":{"file.name":"pgsql/pgsql.go","file.line":466},"message":"Postgres transaction completed: {\"num_fields\":3,\"num_rows\":2}\na,b,c\nmea,meb,mec\nmea1,meb1,mec1\n","ecs.version":"1.6.0"}
--- PASS: Test_gap_in_response (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/pgsql	0.072s
=== RUN   TestMessageList_Append
=== RUN   TestMessageList_Append/unbounded_queue
=== RUN   TestMessageList_Append/count_limited
=== RUN   TestMessageList_Append/count_limit_boundary
=== RUN   TestMessageList_Append/size_limited
=== RUN   TestMessageList_Append/size_limited_boundary
=== RUN   TestMessageList_Append/excess_size
=== RUN   TestMessageList_Append/excess_size_2
=== RUN   TestMessageList_Append/excess_size_3
=== RUN   TestMessageList_Append/both
--- PASS: TestMessageList_Append (0.00s)
    --- PASS: TestMessageList_Append/unbounded_queue (0.00s)
    --- PASS: TestMessageList_Append/count_limited (0.00s)
    --- PASS: TestMessageList_Append/count_limit_boundary (0.00s)
    --- PASS: TestMessageList_Append/size_limited (0.00s)
    --- PASS: TestMessageList_Append/size_limited_boundary (0.00s)
    --- PASS: TestMessageList_Append/excess_size (0.00s)
    --- PASS: TestMessageList_Append/excess_size_2 (0.00s)
    --- PASS: TestMessageList_Append/excess_size_3 (0.00s)
    --- PASS: TestMessageList_Append/both (0.00s)
=== RUN   TestRedisParser_NoArgsRequest
--- PASS: TestRedisParser_NoArgsRequest (0.00s)
=== RUN   TestRedisParser_ArrayRequest
--- PASS: TestRedisParser_ArrayRequest (0.00s)
=== RUN   TestRedisParser_ArrayRequest2
--- PASS: TestRedisParser_ArrayRequest2 (0.00s)
=== RUN   TestRedisParser_ArrayResponse
--- PASS: TestRedisParser_ArrayResponse (0.00s)
=== RUN   TestRedisParser_ArrayNested
--- PASS: TestRedisParser_ArrayNested (0.00s)
=== RUN   TestRedisParser_SimpleString
--- PASS: TestRedisParser_SimpleString (0.00s)
=== RUN   TestRedisParser_NilString
--- PASS: TestRedisParser_NilString (0.00s)
=== RUN   TestRedisParser_EmptyString
--- PASS: TestRedisParser_EmptyString (0.00s)
=== RUN   TestRedisParser_LenString
--- PASS: TestRedisParser_LenString (0.00s)
=== RUN   TestRedisParser_LenStringWithCRLF
--- PASS: TestRedisParser_LenStringWithCRLF (0.00s)
=== RUN   TestRedisParser_EmptyArray
--- PASS: TestRedisParser_EmptyArray (0.00s)
=== RUN   TestRedisParser_Array2Passes
--- PASS: TestRedisParser_Array2Passes (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/redis	0.054s
=== RUN   TestParseURI
--- PASS: TestParseURI (0.00s)
=== RUN   TestParseFromTo
--- PASS: TestParseFromTo (0.00s)
=== RUN   TestParseUDP
--- PASS: TestParseUDP (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/sip	0.050s
=== RUN   Test_configToPortsMap
--- PASS: Test_configToPortsMap (0.00s)
=== RUN   Test_configToPortsMap_negative
--- PASS: Test_configToPortsMap_negative (0.00s)
=== RUN   TestTCSeqPayload
=== RUN   TestTCSeqPayload/No_overlap
=== RUN   TestTCSeqPayload/Gap_drop_state
=== RUN   TestTCSeqPayload/ACK_same_sequence_number
=== RUN   TestTCSeqPayload/ACK_same_sequence_number_2
=== RUN   TestTCSeqPayload/Overlap,_first_segment_bigger
=== RUN   TestTCSeqPayload/Overlap,_second_segment_bigger
=== RUN   TestTCSeqPayload/Overlap,_covered
--- PASS: TestTCSeqPayload (0.00s)
    --- PASS: TestTCSeqPayload/No_overlap (0.00s)
    --- PASS: TestTCSeqPayload/Gap_drop_state (0.00s)
    --- PASS: TestTCSeqPayload/ACK_same_sequence_number (0.00s)
    --- PASS: TestTCSeqPayload/ACK_same_sequence_number_2 (0.00s)
    --- PASS: TestTCSeqPayload/Overlap,_first_segment_bigger (0.00s)
    --- PASS: TestTCSeqPayload/Overlap,_second_segment_bigger (0.00s)
    --- PASS: TestTCSeqPayload/Overlap,_covered (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/tcp	0.141s
=== RUN   TestThriftIdl_thriftReadFiles
--- PASS: TestThriftIdl_thriftReadFiles (0.00s)
=== RUN   TestThrift_thriftReadString
--- PASS: TestThrift_thriftReadString (0.00s)
=== RUN   TestThrift_readMessageBegin
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 13","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":342},"message":"Less then 4 bytes remaining","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping\u0000","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 13","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":342},"message":"Less then 4 bytes remaining","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":361},"message":"method = ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":362},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":361},"message":"method = ping\u0001","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":362},"message":"offset = 9","ecs.version":"1.6.0"}
--- PASS: TestThrift_readMessageBegin (0.00s)
=== RUN   TestThrift_thriftReadField
--- PASS: TestThrift_thriftReadField (0.00s)
=== RUN   TestThrift_thriftMessageParser
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.122-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add16","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 13","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add16","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 13","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = echo_string","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 19","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = echo_list","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = echo_map","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 16","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = echo_binary","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 19","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.123-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
--- PASS: TestThrift_thriftMessageParser (0.00s)
=== RUN   TestThrift_ParseSimpleTBinary
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 12","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: ping","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ParseSimpleTBinary (0.00s)
=== RUN   TestThrift_ParseSimpleTFramed
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.124-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ParseSimpleTFramed (0.00s)
=== RUN   TestThrift_ParseSimpleTFramedSplit
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ParseSimpleTFramedSplit (0.00s)
=== RUN   TestThrift_ParseSimpleTFramedSplitInterleaved
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.125-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ParseSimpleTFramedSplitInterleaved (0.00s)
=== RUN   TestThrift_Parse_OneWayCallWithFin
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = zip","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: zip","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1048},"message":"FIN and had only one transaction. Assuming one way","ecs.version":"1.6.0"}
--- PASS: TestThrift_Parse_OneWayCallWithFin (0.00s)
=== RUN   TestThrift_Parse_OneWayCall2Requests
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = zip","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: zip","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":995},"message":"Two requests without reply, assuming the old one is oneway","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.126-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_Parse_OneWayCall2Requests (0.00s)
=== RUN   TestThrift_Parse_RequestReplyMismatch
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = zip","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: zip","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1027},"message":"Response from another request received 'zip' 'add'. Ignoring.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_Parse_RequestReplyMismatch (0.00s)
=== RUN   TestThrift_ParseSimpleTFramed_NoReply
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.127-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":781},"message":"Don't capture reply","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":781},"message":"Don't capture reply","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.128-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ParseSimpleTFramed_NoReply (0.00s)
=== RUN   TestThrift_ParseObfuscateStrings
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = echo_string","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 23","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: echo_string","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = echo_string","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 23","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: echo_string","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ParseObfuscateStrings (0.00s)
=== RUN   TestThrift_Parse_Exception
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.129-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_Parse_Exception (0.00s)
=== RUN   TestThrift_ParametersNames
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.130-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 15","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: add","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.131-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ParametersNames (0.00s)
=== RUN   TestThrift_ExceptionName
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.133-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_ExceptionName (0.00s)
=== RUN   TestThrift_GapInStream_response
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":882},"message":"Thrift request message: calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.134-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":1060},"message":"GapInStream called","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1039},"message":"Transaction queued","ecs.version":"1.6.0"}
--- PASS: TestThrift_GapInStream_response (0.00s)
=== RUN   TestThrift_GapInStream_request
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":333},"message":"Method name not complete","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":1060},"message":"GapInStream called","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":754},"message":"messageParser called parseState=0 offset=0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":321},"message":"version = 2147549184","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":325},"message":"offset = 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":338},"message":"method = calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":339},"message":"offset = 17","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":771},"message":"readMessageBegin returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true false","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":789},"message":"readField returned: true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":959},"message":"messageParser returned true true","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":891},"message":"Thrift response message: calculate","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thrift","log.origin":{"file.name":"thrift/thrift.go","file.line":1021},"message":"Response from unknown transaction. Ignoring: TcpTuple src[192.168.0.1:9200] dst[192.168.0.2:9201] stream_id[0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.135-0400","log.logger":"thriftdetailed","log.origin":{"file.name":"thrift/thrift.go","file.line":977},"message":"Out","ecs.version":"1.6.0"}
--- PASS: TestThrift_GapInStream_request (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/thrift	0.043s
=== RUN   TestParse
--- PASS: TestParse (0.00s)
=== RUN   TestShortBuffer
--- PASS: TestShortBuffer (0.00s)
=== RUN   TestEncrypted
--- PASS: TestEncrypted (0.00s)
=== RUN   TestBufferView
--- PASS: TestBufferView (0.00s)
=== RUN   TestLimit
--- PASS: TestLimit (0.00s)
=== RUN   TestError
--- PASS: TestError (0.00s)
=== RUN   TestString
--- PASS: TestString (0.00s)
=== RUN   TestSni
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.311-0400","log.origin":{"file.name":"tls/extensions.go","file.line":142},"message":"SNI hostname list truncated","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.312-0400","log.origin":{"file.name":"tls/extensions.go","file.line":142},"message":"SNI hostname list truncated","ecs.version":"1.6.0"}
--- PASS: TestSni (0.00s)
=== RUN   TestParseMaxFragmentLength
--- PASS: TestParseMaxFragmentLength (0.00s)
=== RUN   TestParseCertType
--- PASS: TestParseCertType (0.00s)
=== RUN   TestParseSrp
--- PASS: TestParseSrp (0.00s)
=== RUN   TestParseSupportedVersions
=== RUN   TestParseSupportedVersions/negotiation
=== RUN   TestParseSupportedVersions/negotiation_with_GREASE
=== RUN   TestParseSupportedVersions/selected_TLS_1.3
=== RUN   TestParseSupportedVersions/selected_future_version
=== RUN   TestParseSupportedVersions/empty_error
=== RUN   TestParseSupportedVersions/odd_length_error
=== RUN   TestParseSupportedVersions/out_of_bounds
=== RUN   TestParseSupportedVersions/out_of_bounds_(2)
=== RUN   TestParseSupportedVersions/valid_excess_data
--- PASS: TestParseSupportedVersions (0.00s)
    --- PASS: TestParseSupportedVersions/negotiation (0.00s)
    --- PASS: TestParseSupportedVersions/negotiation_with_GREASE (0.00s)
    --- PASS: TestParseSupportedVersions/selected_TLS_1.3 (0.00s)
    --- PASS: TestParseSupportedVersions/selected_future_version (0.00s)
    --- PASS: TestParseSupportedVersions/empty_error (0.00s)
    --- PASS: TestParseSupportedVersions/odd_length_error (0.00s)
    --- PASS: TestParseSupportedVersions/out_of_bounds (0.00s)
    --- PASS: TestParseSupportedVersions/out_of_bounds_(2) (0.00s)
    --- PASS: TestParseSupportedVersions/valid_excess_data (0.00s)
=== RUN   TestGetFingerprintAlgorithm
--- PASS: TestGetFingerprintAlgorithm (0.00s)
=== RUN   TestJa3
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.313-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 194","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.313-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [190]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.313-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 219","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.313-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [215]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.313-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 61","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.313-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [57]","ecs.version":"1.6.0"}
--- PASS: TestJa3 (0.00s)
=== RUN   TestParseRecordHeader
--- PASS: TestParseRecordHeader (0.00s)
=== RUN   TestParseHandshakeHeader
--- PASS: TestParseHandshakeHeader (0.00s)
=== RUN   TestParserParse
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":270},"message":"handshake completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":299},"message":"ignoring record type 255 length 1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 0 [0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 13 [0]","ecs.version":"1.6.0"}
--- PASS: TestParserParse (0.00s)
=== RUN   TestParserHello
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [2]","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.314-0400","log.origin":{"file.name":"tls/parse.go","file.line":431},"message":"failed reading hello message","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.314-0400","log.origin":{"file.name":"tls/parse.go","file.line":281},"message":"Error parsing handshake message: bad handshake &{handshakeType:2 length:2}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 5","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.314-0400","log.origin":{"file.name":"tls/parse.go","file.line":281},"message":"Error parsing handshake message: message too large (262144 bytes)","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 45","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [41]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 47","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [43]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 47","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [43]","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.314-0400","log.origin":{"file.name":"tls/parse.go","file.line":436},"message":"Not a TLS hello (reported version 243.3)","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.314-0400","log.origin":{"file.name":"tls/parse.go","file.line":281},"message":"Error parsing handshake message: bad handshake &{handshakeType:2 length:43}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 77","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [73]","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.314-0400","log.origin":{"file.name":"tls/parse.go","file.line":441},"message":"Not a TLS hello (session id length 33 out of bounds)","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.314-0400","log.origin":{"file.name":"tls/parse.go","file.line":281},"message":"Error parsing handshake message: bad handshake &{handshakeType:2 length:73}","ecs.version":"1.6.0"}
--- PASS: TestParserHello (0.00s)
=== RUN   TestCertificates
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 2744","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.314-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [2740]","ecs.version":"1.6.0"}
--- PASS: TestCertificates (0.00s)
=== RUN   TestRandom
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.316-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 186","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.316-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [182]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.317-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 91","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.317-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [87]","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.317-0400","log.origin":{"file.name":"tls/parse.go","file.line":366},"message":"client/server identification mismatch","ecs.version":"1.6.0"}
--- PASS: TestRandom (0.00s)
=== RUN   TestBadCertMessage
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [0]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [3]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [3]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 10","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [6]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [7]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [7]","ecs.version":"1.6.0"}
--- PASS: TestBadCertMessage (0.00s)
=== RUN   TestPlugin
--- PASS: TestPlugin (0.00s)
=== RUN   TestNotTLS
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/tls.go","file.line":207},"message":"non-TLS message: TCP stream dropped. Try parsing with the next segment","ecs.version":"1.6.0"}
--- PASS: TestNotTLS (0.00s)
=== RUN   TestAlert
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/alerts.go","file.line":117},"message":"Got alert {2 45}","ecs.version":"1.6.0"}
--- PASS: TestAlert (0.00s)
=== RUN   TestInvalidAlert
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.318-0400","log.logger":"tls","log.origin":{"file.name":"tls/alerts.go","file.line":103},"message":"ignoring encrypted alert","ecs.version":"1.6.0"}
--- PASS: TestInvalidAlert (0.00s)
=== RUN   TestClientHello
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 194","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [190]","ecs.version":"1.6.0"}
--- PASS: TestClientHello (0.00s)
=== RUN   TestServerHello
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 74","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [70]","ecs.version":"1.6.0"}
--- PASS: TestServerHello (0.00s)
=== RUN   TestOCSPStatus
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 91","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [87]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 4416","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.319-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [4412]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.320-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 1786","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.320-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 22 [1782]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.320-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 147","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.320-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 12 [143]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.320-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.320-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 14 [0]","ecs.version":"1.6.0"}
--- PASS: TestOCSPStatus (0.01s)
=== RUN   TestFragmentedHandshake
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.332-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 63","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.332-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 131","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.332-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [190]","ecs.version":"1.6.0"}
--- PASS: TestFragmentedHandshake (0.00s)
=== RUN   TestInterleavedRecords
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 63","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:41:25.333-0400","log.origin":{"file.name":"tls/alerts.go","file.line":113},"message":"invalid severity in alert: 255","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/alerts.go","file.line":117},"message":"Got alert {255 255}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/alerts.go","file.line":117},"message":"Got alert {1 1}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":294},"message":"ignoring application data length 8","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 131","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [190]","ecs.version":"1.6.0"}
--- PASS: TestInterleavedRecords (0.00s)
=== RUN   TestCompletedHandshake
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 2744","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 11 [2740]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":270},"message":"handshake completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":270},"message":"handshake completed","ecs.version":"1.6.0"}
--- PASS: TestCompletedHandshake (0.00s)
=== RUN   TestTLS13VersionNegotiation
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 561","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [557]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 122","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [118]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":270},"message":"handshake completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":270},"message":"handshake completed","ecs.version":"1.6.0"}
--- PASS: TestTLS13VersionNegotiation (0.00s)
=== RUN   TestLegacyVersionNegotiation
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 194","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.333-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 1 [190]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.334-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":278},"message":"got handshake record of size 74","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.334-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":373},"message":"got handshake message 2 [70]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.334-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":270},"message":"handshake completed","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.334-0400","log.logger":"tls","log.origin":{"file.name":"tls/parse.go","file.line":270},"message":"handshake completed","ecs.version":"1.6.0"}
--- PASS: TestLegacyVersionNegotiation (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/tls	0.086s
=== RUN   Test_buildPortsMap
--- PASS: Test_buildPortsMap (0.00s)
=== RUN   Test_buildPortsMap_portOverlapError
--- PASS: Test_buildPortsMap_portOverlapError (0.00s)
=== RUN   Test_decideProtocol_bySrcPort
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"eeb458f9-0566-4e99-a19c-38a415320e83","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"udp","log.origin":{"file.name":"udp/udp.go","file.line":62},"message":"Port map: map[1234:http]","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"eeb458f9-0566-4e99-a19c-38a415320e83","ecs.version":"1.6.0"}
--- PASS: Test_decideProtocol_bySrcPort (0.00s)
=== RUN   Test_decideProtocol_byDstPort
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"9facfb05-8197-4034-b719-163e4b28019a","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"udp","log.origin":{"file.name":"udp/udp.go","file.line":62},"message":"Port map: map[1234:http]","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"9facfb05-8197-4034-b719-163e4b28019a","ecs.version":"1.6.0"}
--- PASS: Test_decideProtocol_byDstPort (0.00s)
=== RUN   TestProcess_unknownProtocol
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"6038d886-4d0a-4184-9697-954eaa471f37","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"udp","log.origin":{"file.name":"udp/udp.go","file.line":62},"message":"Port map: map[1234:http]","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"6038d886-4d0a-4184-9697-954eaa471f37","ecs.version":"1.6.0"}
--- PASS: TestProcess_unknownProtocol (0.00s)
=== RUN   TestProcess_emptyPayload
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"cc74fb13-210f-4eb1-abd9-3e9100b0a442","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"udp","log.origin":{"file.name":"udp/udp.go","file.line":62},"message":"Port map: map[1234:http]","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.304-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"cc74fb13-210f-4eb1-abd9-3e9100b0a442","ecs.version":"1.6.0"}
--- PASS: TestProcess_emptyPayload (0.00s)
=== RUN   TestProcess_nonEmptyPayload
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.305-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"53b62f5e-21df-482f-97e5-2a02443014c6","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.305-0400","log.logger":"udp","log.origin":{"file.name":"udp/udp.go","file.line":62},"message":"Port map: map[1234:http]","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:41:25.305-0400","log.logger":"udp","log.origin":{"file.name":"udp/udp.go","file.line":108},"message":"Parsing packet from IpPortTuple src[192.168.0.1:1234] dst[10.0.0.1:34898] of length 1.","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:41:25.305-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"udp","id":"test-udp-1234::test","key":"test-udp-1234::test","uuid":"53b62f5e-21df-482f-97e5-2a02443014c6","ecs.version":"1.6.0"}
--- PASS: TestProcess_nonEmptyPayload (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/protos/udp	0.035s
=== RUN   TestFilterEvent
--- PASS: TestFilterEvent (0.00s)
=== RUN   TestPublish
=== RUN   TestPublish/direction/inbound
=== RUN   TestPublish/direction/outbound
=== RUN   TestPublish/direction/internal
=== RUN   TestPublish/direction/none
=== RUN   TestPublish/ignore_outgoing
--- PASS: TestPublish (0.00s)
    --- PASS: TestPublish/direction/inbound (0.00s)
    --- PASS: TestPublish/direction/outbound (0.00s)
    --- PASS: TestPublish/direction/internal (0.00s)
    --- PASS: TestPublish/direction/none (0.00s)
    --- PASS: TestPublish/ignore_outgoing (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/publish	0.023s
=== RUN   TestDefault
    route_test.go:60: unexpected interface for family 2: got: want:vtnet0
    route_test.go:44: unexpected error from Default(28): got: want:route: not found
--- FAIL: TestDefault (0.06s)
FAIL
FAIL	github.com/elastic/beats/v7/packetbeat/route	0.093s
=== RUN   TestFormatDevices
--- PASS: TestFormatDevices (0.00s)
=== RUN   TestSniffer_afpacketComputeSize
--- PASS: TestSniffer_afpacketComputeSize (0.00s)
=== RUN   Test_deviceNameFromIndex
--- PASS: Test_deviceNameFromIndex (0.00s)
PASS
ok  	github.com/elastic/beats/v7/packetbeat/sniffer	0.030s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Winlogbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.10s)
    --- PASS: TestTemplate/default_field_length (0.10s)
PASS
ok  	github.com/elastic/beats/v7/winlogbeat	0.178s
=== RUN   TestProcessorsForConfig
--- PASS: TestProcessorsForConfig (0.00s)
PASS
ok  	github.com/elastic/beats/v7/winlogbeat/beater	0.060s
=== RUN   TestWriteTimedFlush
--- PASS: TestWriteTimedFlush (5.09s)
=== RUN   TestCreateDir
--- PASS: TestCreateDir (0.00s)
=== RUN   TestCreateDirAlreadyExists
--- PASS: TestCreateDirAlreadyExists (0.00s)
PASS
ok  	github.com/elastic/beats/v7/winlogbeat/checkpoint	5.148s
=== RUN   TestConfigValidate
--- PASS: TestConfigValidate (0.00s)
PASS
ok  	github.com/elastic/beats/v7/winlogbeat/config	0.025s
=== RUN   TestByteBuffer
--- PASS: TestByteBuffer (0.00s)
=== RUN   TestByteBufferGrow
--- PASS: TestByteBufferGrow (0.00s)
=== RUN   TestUTF16BytesToString
--- PASS: TestUTF16BytesToString (0.00s)
PASS
ok  	github.com/elastic/beats/v7/winlogbeat/sys	0.018s
=== RUN   TestXML
    event_test.go:385: {
          "Provider": {
            "Name": "Microsoft-Windows-WinRM",
            "GUID": "{a7975c8f-ac13-49f1-87da-5a984a4ab417}",
            "EventSourceName": "Service Control Manager"
          },
          "EventIdentifier": {
            "Qualifiers": 0,
            "ID": 91
          },
          "Version": 1,
          "LevelRaw": 4,
          "TaskRaw": 9,
          "OpcodeRaw": 0,
          "KeywordsRaw": 9232379236109516800,
          "TimeCreated": {
            "SystemTime": "2016-01-28T20:33:27.9907353Z"
          },
          "RecordID": 100,
          "Correlation": {
            "ActivityID": "{A066CCF1-8AB3-459B-B62F-F79F957A5036}",
            "RelatedActivityID": "{85FC0930-9C49-42DA-804B-A7368104BD1B}"
          },
          "Execution": {
            "ProcessID": 920,
            "ThreadID": 1152,
            "ProcessorID": 0,
            "SessionID": 0,
            "KernelTime": 0,
            "UserTime": 0,
            "ProcessorTime": 0
          },
          "Channel": "Microsoft-Windows-WinRM/Operational",
          "Computer": "vagrant-2012-r2",
          "User": {
            "Identifier": "S-1-5-21-3541430928-2051711210-1391384369-1001",
            "Name": "",
            "Domain": "",
            "Type": 0
          },
          "EventData": {
            "Pairs": [
              {
                "Key": "param1",
                "Value": "winlogbeat"
              },
              {
                "Key": "param2",
                "Value": "running"
              },
              {
                "Key": "Binary",
                "Value": "770069006E006C006F00670062006500610074002F0034000000"
              }
            ]
          },
          "UserData": {
            "Name": {
              "Space": "Event_NS",
              "Local": "EventXML"
            },
            "Pairs": [
              {
                "Key": "ServerName",
                "Value": "\\\\VAGRANT-2012-R2"
              },
              {
                "Key": "UserName",
                "Value": "vagrant"
              }
            ]
          },
          "Message": "Creating WSMan shell on server with ResourceUri: %1",
          "Level": "Information",
          "Task": "Request handling",
          "Opcode": "Info",
          "Keywords": [
            "Server"
          ],
          "RenderErrorCode": 15005,
          "RenderErrorDataItemName": "shellId",
          "RenderErr": null
        }
    event_test.go:385: {
          "Provider": {
            "Name": "Microsoft-Windows-PowerShell",
            "GUID": "{b51b54b5-04a1-4c65-8760-04f9e2335cd5}",
            "EventSourceName": "Service Control Manager"
          },
          "EventIdentifier": {
            "Qualifiers": 0,
            "ID": 4103
          },
          "Version": 1,
          "LevelRaw": 4,
          "TaskRaw": 9,
          "OpcodeRaw": 0,
          "KeywordsRaw": 9232379236109516800,
          "TimeCreated": {
            "SystemTime": "2016-01-28T20:33:27.9907353Z"
          },
          "RecordID": 100,
          "Correlation": {
            "ActivityID": "{BE97B1E6-710B-47D7-8941-50AB2A2C757F}",
            "RelatedActivityID": "{EDAD163F-52D0-4E89-BEF8-0500EC6F08AF}"
          },
          "Execution": {
            "ProcessID": 920,
            "ThreadID": 1152,
            "ProcessorID": 0,
            "SessionID": 0,
            "KernelTime": 0,
            "UserTime": 0,
            "ProcessorTime": 0
          },
          "Channel": "Microsoft-Windows-WinRM/Operational",
          "Computer": "vagrant-2012-r2",
          "User": {
            "Identifier": "S-1-5-21-4564564786-2382305473-342768465-7452",
            "Name": "",
            "Domain": "",
            "Type": 0
          },
          "EventData": {
            "Pairs": [
              {
                "Key": "Nombre de script",
                "Value": "C:\\WINDOWS\\Administrador\\service-1\\exec\\Invoke.ps1"
              },
              {
                "Key": "Id. de host",
                "Value": "1f3cf2e0-1ae4-4672-a138-e96befdf9586"
              },
              {
                "Key": "Id. de shell",
                "Value": "Microsoft.PowerShell"
              },
              {
                "Key": "Id. de espacio de ejecución",
                "Value": "91bb420c-d23e-4926-912b-6d11190df3fb"
              },
              {
                "Key": "Id. de canalización",
                "Value": ""
              },
              {
                "Key": "Usuario",
                "Value": "GENTE\\persona"
              },
              {
                "Key": "Payload",
                "Value": "CommandInvocation(Get-Date): \"Get-Date\""
              },
              {
                "Key": "Versión de host",
                "Value": "5.1.19041.1320"
              },
              {
                "Key": "Gravedad",
                "Value": "Informational"
              },
              {
                "Key": "Tipo de comando",
                "Value": "Cmdlet"
              },
              {
                "Key": "Nombre de host",
                "Value": "ConsoleHost"
              },
              {
                "Key": "Número de secuencia",
                "Value": "4174"
              },
              {
                "Key": "Versión del motor",
                "Value": "5.1.19041.1320"
              },
              {
                "Key": "Aplicación host",
                "Value": "C:\\WINDOWS\\System32\\WindowsPowerShell\\V1.0\\PowerShell.exe -NoLogo -NoProfile -ExecutionPolicy Bypass -Command  exit 1"
              },
              {
                "Key": "Nombre de comando",
                "Value": "Get-Dat"
              },
              {
                "Key": "Binary",
                "Value": "770069006E006C006F00670062006500610074002F0034000000"
              }
            ]
          },
          "UserData": {
            "Name": {
              "Space": "Event_NS",
              "Local": "EventXML"
            },
            "Pairs": [
              {
                "Key": "ServerName",
                "Value": "\\\\VAGRANT-2012-R2"
              },
              {
                "Key": "UserName",
                "Value": "vagrant"
              }
            ]
          },
          "Message": "CommandInvocation(Get-Date): \"Get-Date\"\n\n\nContexto:\n Gravedad = Informational\n Nombre de host = ConsoleHost\n Versión de host = 5.1.19041.1320\n Id. de host = 56995afd-2444-424e-871c-4c5513731a3b\n Aplicación host = C:\\WINDOWS\\System32\\WindowsPowerShell\\V1.0\\PowerShell.exe -NoLogo -NoProfile -ExecutionPolicy Bypass -Command  exit 1\n Versión del motor = 5.1.19041.1320\n Id. de espacio de ejecución = 91bb420c-d23e-4926-912b-6d11190df3fb\n Id. de canalización = 1\n Nombre de comando = Get-Date\n Tipo de comando = Cmdlet\n Nombre de script = C:\\WINDOWS\\Administrador\\service-1\\exec\\Invoke.ps1\n Ruta de acceso de comando =\n Número de secuencia = 4174\n Usuario = GENTE\\persona\n Usuario conectado =\n Id. de shell = Microsoft.PowerShell\n\n\nDatos de usuario:",
          "Level": "Information",
          "Task": "Request handling",
          "Opcode": "Para usar cuando la operación solo está ejecutando un método.",
          "Keywords": null,
          "RenderErrorCode": 15005,
          "RenderErrorDataItemName": "shellId",
          "RenderErr": null
        }
    event_test.go:385: {
          "Provider": {
            "Name": "",
            "GUID": "",
            "EventSourceName": ""
          },
          "EventIdentifier": {
            "Qualifiers": 0,
            "ID": 0
          },
          "Version": 0,
          "LevelRaw": 0,
          "TaskRaw": 0,
          "OpcodeRaw": null,
          "KeywordsRaw": 0,
          "TimeCreated": {
            "SystemTime": "0001-01-01T00:00:00Z"
          },
          "RecordID": 0,
          "Correlation": {
            "ActivityID": "",
            "RelatedActivityID": ""
          },
          "Execution": {
            "ProcessID": 0,
            "ThreadID": 0,
            "ProcessorID": 0,
            "SessionID": 0,
            "KernelTime": 0,
            "UserTime": 0,
            "ProcessorTime": 0
          },
          "Channel": "",
          "Computer": "",
          "User": {
            "Identifier": "",
            "Name": "",
            "Domain": "",
            "Type": 0
          },
          "EventData": {
            "Pairs": null
          },
          "UserData": {
            "Name": {
              "Space": "http://manifests.microsoft.com/win/2006/windows/WMI",
              "Local": "Operation_ClientFailure"
            },
            "Pairs": [
              {
                "Key": "Id",
                "Value": "{00000000-0000-0000-0000-000000000000}"
              }
            ]
          },
          "Message": "",
          "Level": "",
          "Task": "",
          "Opcode": "",
          "Keywords": null,
          "RenderErrorCode": 0,
          "RenderErrorDataItemName": "",
          "RenderErr": null
        }
--- PASS: TestXML (0.00s)
=== RUN   TestInvalidXML
--- PASS: TestInvalidXML (0.00s)
=== RUN   TestInvalidVersion
--- PASS: TestInvalidVersion (0.00s)
=== RUN   TestSidTypeValues
--- PASS: TestSidTypeValues (0.00s)
PASS
ok  	github.com/elastic/beats/v7/winlogbeat/sys/winevent	0.021s
=== RUN   TestIgnoreOlderQuery
    query_test.go:52: 
          
            
          
        
--- PASS: TestIgnoreOlderQuery (0.00s)
=== RUN   TestEventIDQuery
    query_test.go:67: 
          
            
            *[System[(EventID=75)]]
          
        
--- PASS: TestEventIDQuery (0.00s)
=== RUN   TestLevelQuery
    query_test.go:81: 
          
            
          
        
--- PASS: TestLevelQuery (0.00s)
=== RUN   TestProviderQuery
    query_test.go:95: 
          
            
          
        
--- PASS: TestProviderQuery (0.00s)
=== RUN   TestCombinedQuery
    query_test.go:115: 
          
            
            *[System[(EventID=75)]]
          
        
--- PASS: TestCombinedQuery (0.00s)
=== RUN   TestQueryNoParams
    query_test.go:129: 
          
            
          
        
--- PASS: TestQueryNoParams (0.00s)
=== RUN   TestEventTemplateUnmarshal
--- PASS: TestEventTemplateUnmarshal (0.00s)
=== RUN   ExampleQuery
--- PASS: ExampleQuery (0.00s)
PASS
ok  	github.com/elastic/beats/v7/winlogbeat/sys/wineventlog	0.037s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Auditbeat template has 328 fields in default_field.
--- PASS: TestTemplate (0.12s)
    --- PASS: TestTemplate/default_field_length (0.12s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/auditbeat	0.180s
=== RUN   TestCache
--- PASS: TestCache (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/auditbeat/cache	0.032s
=== RUN   TestData
    host_test.go:21: received error: failed to load host information: unimplemented
--- FAIL: TestData (0.02s)
FAIL
FAIL	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/host	0.050s
FAIL	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package [build failed]
=== RUN   TestData
    process_test.go:34: received error: failed to get processes: failed to fetch processes: unimplemented
--- FAIL: TestData (0.01s)
=== RUN   TestProcessEvent
--- PASS: TestProcessEvent (0.00s)
=== RUN   TestPutIfNotEmpty
--- PASS: TestPutIfNotEmpty (0.00s)
FAIL
FAIL	github.com/elastic/beats/v7/x-pack/auditbeat/module/system/process	0.042s
=== RUN   TestConfigHosts
--- PASS: TestConfigHosts (0.00s)
=== RUN   TestNewClient
--- PASS: TestNewClient (0.01s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/dockerlogbeat/pipelinemanager	0.084s
=== RUN   TestPipeReader
--- PASS: TestPipeReader (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/dockerlogbeat/pipereader	0.044s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Filebeat template has 336 fields in default_field.
--- PASS: TestTemplate (1.31s)
    --- PASS: TestTemplate/default_field_length (1.31s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat	1.424s
=== RUN   TestGetStartPosition
=== RUN   TestGetStartPosition/startPosition=beginning
=== RUN   TestGetStartPosition/startPosition=end
=== RUN   TestGetStartPosition/startPosition=typo
=== RUN   TestGetStartPosition/startPosition=beginning_with_prevEndTime
=== RUN   TestGetStartPosition/startPosition=end_with_prevEndTime
=== RUN   TestGetStartPosition/startPosition=beginning_with_latency
=== RUN   TestGetStartPosition/startPosition=beginning_with_prevEndTime_and_latency
=== RUN   TestGetStartPosition/startPosition=end_with_latency
=== RUN   TestGetStartPosition/startPosition=end_with_prevEndTime_and_latency
--- PASS: TestGetStartPosition (0.00s)
    --- PASS: TestGetStartPosition/startPosition=beginning (0.00s)
    --- PASS: TestGetStartPosition/startPosition=end (0.00s)
    --- PASS: TestGetStartPosition/startPosition=typo (0.00s)
    --- PASS: TestGetStartPosition/startPosition=beginning_with_prevEndTime (0.00s)
    --- PASS: TestGetStartPosition/startPosition=end_with_prevEndTime (0.00s)
    --- PASS: TestGetStartPosition/startPosition=beginning_with_latency (0.00s)
    --- PASS: TestGetStartPosition/startPosition=beginning_with_prevEndTime_and_latency (0.00s)
    --- PASS: TestGetStartPosition/startPosition=end_with_latency (0.00s)
    --- PASS: TestGetStartPosition/startPosition=end_with_prevEndTime_and_latency (0.00s)
=== RUN   TestCreateEvent
--- PASS: TestCreateEvent (0.00s)
=== RUN   TestParseARN
--- PASS: TestParseARN (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/awscloudwatch	0.022s
=== RUN   TestConfig
=== RUN   TestConfig/input_with_defaults_for_queueURL
=== RUN   TestConfig/input_with_defaults_for_s3Bucket
=== RUN   TestConfig/input_with_file_selectors
=== RUN   TestConfig/error_on_no_queueURL_and_s3Bucket_and_nonAWSS3Bucket
=== RUN   TestConfig/error_on_both_queueURL_and_s3Bucket
=== RUN   TestConfig/error_on_both_queueURL_and_NonAWSS3Bucket
=== RUN   TestConfig/error_on_both_s3Bucket_and_NonAWSS3Bucket
=== RUN   TestConfig/error_on_queueURL,_s3Bucket,_and_NonAWSS3Bucket
=== RUN   TestConfig/error_on_api_timeout_==_0
=== RUN   TestConfig/error_on_visibility_timeout_==_0
=== RUN   TestConfig/error_on_visibility_timeout_>_12h
=== RUN   TestConfig/error_on_bucket_list_interval_==_0
=== RUN   TestConfig/error_on_number_of_workers_==_0
=== RUN   TestConfig/error_on_max_number_of_messages_==_0
=== RUN   TestConfig/error_on_buffer_size_==_0_
=== RUN   TestConfig/error_on_max_bytes_==_0_
=== RUN   TestConfig/error_on_expand_event_list_from_field_and_content_type_!=_application/json_
=== RUN   TestConfig/error_on_expand_event_list_from_field_and_content_type_!=_application/json_#01
=== RUN   TestConfig/input_with_defaults_for_non-AWS_S3_Bucket
=== RUN   TestConfig/error_on_FIPS_with_non-AWS_S3_Bucket
=== RUN   TestConfig/error_on_path_style_with_AWS_native_S3_Bucket
=== RUN   TestConfig/error_on_path_style_with_AWS_SQS_Queue
=== RUN   TestConfig/error_on_provider_with_AWS_native_S3_Bucket
=== RUN   TestConfig/error_on_provider_with_AWS_SQS_Queue
=== RUN   TestConfig/backup_to_bucket_with_AWS
=== RUN   TestConfig/backup_to_bucket_with_non-AWS
=== RUN   TestConfig/error_with_non-AWS_backup_and_AWS_source
=== RUN   TestConfig/error_with_AWS_backup_and_non-AWS_source
=== RUN   TestConfig/error_with_same_bucket_backup_and_empty_backup_prefix
=== RUN   TestConfig/error_with_same_bucket_backup_(non-AWS)_and_empty_backup_prefix
=== RUN   TestConfig/error_with_same_bucket_backup_and_backup_prefix_equal_to_list_prefix
=== RUN   TestConfig/error_with_same_bucket_backup_(non-AWS)_and_backup_prefix_equal_to_list_prefix
--- PASS: TestConfig (0.00s)
    --- PASS: TestConfig/input_with_defaults_for_queueURL (0.00s)
    --- PASS: TestConfig/input_with_defaults_for_s3Bucket (0.00s)
    --- PASS: TestConfig/input_with_file_selectors (0.00s)
    --- PASS: TestConfig/error_on_no_queueURL_and_s3Bucket_and_nonAWSS3Bucket (0.00s)
    --- PASS: TestConfig/error_on_both_queueURL_and_s3Bucket (0.00s)
    --- PASS: TestConfig/error_on_both_queueURL_and_NonAWSS3Bucket (0.00s)
    --- PASS: TestConfig/error_on_both_s3Bucket_and_NonAWSS3Bucket (0.00s)
    --- PASS: TestConfig/error_on_queueURL,_s3Bucket,_and_NonAWSS3Bucket (0.00s)
    --- PASS: TestConfig/error_on_api_timeout_==_0 (0.00s)
    --- PASS: TestConfig/error_on_visibility_timeout_==_0 (0.00s)
    --- PASS: TestConfig/error_on_visibility_timeout_>_12h (0.00s)
    --- PASS: TestConfig/error_on_bucket_list_interval_==_0 (0.00s)
    --- PASS: TestConfig/error_on_number_of_workers_==_0 (0.00s)
    --- PASS: TestConfig/error_on_max_number_of_messages_==_0 (0.00s)
    --- PASS: TestConfig/error_on_buffer_size_==_0_ (0.00s)
    --- PASS: TestConfig/error_on_max_bytes_==_0_ (0.00s)
    --- PASS: TestConfig/error_on_expand_event_list_from_field_and_content_type_!=_application/json_ (0.00s)
    --- PASS: TestConfig/error_on_expand_event_list_from_field_and_content_type_!=_application/json_#01 (0.00s)
    --- PASS: TestConfig/input_with_defaults_for_non-AWS_S3_Bucket (0.00s)
    --- PASS: TestConfig/error_on_FIPS_with_non-AWS_S3_Bucket (0.00s)
    --- PASS: TestConfig/error_on_path_style_with_AWS_native_S3_Bucket (0.00s)
    --- PASS: TestConfig/error_on_path_style_with_AWS_SQS_Queue (0.00s)
    --- PASS: TestConfig/error_on_provider_with_AWS_native_S3_Bucket (0.00s)
    --- PASS: TestConfig/error_on_provider_with_AWS_SQS_Queue (0.00s)
    --- PASS: TestConfig/backup_to_bucket_with_AWS (0.00s)
    --- PASS: TestConfig/backup_to_bucket_with_non-AWS (0.00s)
    --- PASS: TestConfig/error_with_non-AWS_backup_and_AWS_source (0.00s)
    --- PASS: TestConfig/error_with_AWS_backup_and_non-AWS_source (0.00s)
    --- PASS: TestConfig/error_with_same_bucket_backup_and_empty_backup_prefix (0.00s)
    --- PASS: TestConfig/error_with_same_bucket_backup_(non-AWS)_and_empty_backup_prefix (0.00s)
    --- PASS: TestConfig/error_with_same_bucket_backup_and_backup_prefix_equal_to_list_prefix (0.00s)
    --- PASS: TestConfig/error_with_same_bucket_backup_(non-AWS)_and_backup_prefix_equal_to_list_prefix (0.00s)
=== RUN   TestBenchmarkInputSQS
{"log.level":"info","@timestamp":"2023-11-03T09:42:35.035-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"5157d590-3b97-4ebc-bcae-5b2ec8493bdb","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:35.039-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"38aad0cc-3842-4f00-a0dc-ecbf6e905ca3","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:35.349-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"fbf50dd6-d93d-4a35-86aa-7a066292ce54","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:36.191-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"7f050eac-06ac-4f62-9228-79edf0d106ed","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:37.286-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"0585955d-c788-41fd-8b3d-034fdfbcc0e7","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:37.288-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"af3c94da-f070-4549-9568-ade89afc4065","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:37.441-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"4d17d51c-afbc-4a7f-b4c6-2a606a570bfa","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:38.500-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"02399433-7f7d-4fe9-b96c-09f5a776c9c5","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:38.503-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"4094f657-bd34-4484-8d35-bab05c58be92","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:38.581-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"271d9bcc-324e-4378-a2ce-ac856d120602","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:39.902-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"9cbd219d-f550-4c09-bcbe-596005ec3445","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:39.904-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"3eff43e0-2ee5-4283-a872-9695322633d6","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:39.974-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"727d58ac-2dff-4fd1-bc79-b66ae1b84a43","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:41.425-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"2988efda-e34f-4bf1-81d7-4e9496ba3310","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:41.433-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"566253cd-c9eb-4c6c-a4fb-9180ea3e80e4","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:41.527-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"15125d70-23d7-4ac1-b4a6-513714db5608","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:42.701-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"06154870-e684-4318-b40c-8651c9a3d2af","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:42.704-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"949ac60a-bbcf-4357-bc64-f65d3e46bf13","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:42.760-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"00b44c24-51ff-48e1-8fa3-e2212e657c43","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:44.037-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"79d870d4-3566-4201-a032-3410200bcbb2","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:44.039-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"4779bd93-b40a-46bc-9e20-1a195707d308","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:44.088-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"0a76b165-e6dd-41ed-8e7e-6c3fb2dd29cb","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:45.381-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"abac7f97-23d5-404c-bcbf-37102ab92d09","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:45.383-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"7570ecb4-7bf7-4c3b-a489-e5cd3ae42b1b","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:45.409-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"05e892e8-92a0-4790-bb9d-636c64390ea9","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:47.939-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"4346bd80-ab16-4cdc-84c9-5a33cc7cafaa","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:47.944-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"2215176f-e7a8-4cbd-9352-83de2904ddad","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:47.965-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"2894939f-820c-4efc-843e-40bd28b6f42b","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:51.578-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"5fb694b8-7ba8-4c59-aa55-b972520cc7ba","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:51.581-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"ffeb5e1f-b5fd-4dd7-8411-291450529bd3","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:51.622-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"f514b1d7-93b8-4c86-9380-3b8ca2fc4f87","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:53.282-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"a332d3cd-a997-40a7-800e-9d5efec6b3c1","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:53.285-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"a104e4ed-a0ed-47b9-b64f-c0d2318bb288","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:53.319-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"5e1ba830-f3f8-45cf-89fd-95fafbc148fd","ecs.version":"1.6.0"}
+-------------------+--------------------+------------------+-------------+------+
| MAX MSGS INFLIGHT |   EVENTS PER SEC   | S3 BYTES PER SEC | TIME (SEC)  | CPUS |
+-------------------+--------------------+------------------+-------------+------+
|                 1 |  31933.34912214293 | 1.1 MB           | 1.092963969 |    6 |
|                 2 |  47361.74127107506 | 1.6 MB           | 1.057499126 |    6 |
|                 4 |  75270.03092302238 | 2.6 MB           | 1.318253743 |    6 |
|                 8 |  77388.15999936503 | 2.7 MB           | 1.443360328 |    6 |
|                16 |  72250.35176949749 | 2.5 MB           |  1.17192509 |    6 |
|                32 |  109582.7293857096 | 3.8 MB           | 1.273996375 |    6 |
|                64 |  125502.4539904957 | 4.3 MB           | 1.290596278 |    6 |
|               128 |  126622.8972612684 | 4.4 MB           | 2.524519711 |    6 |
|               256 | 108080.06238390662 | 3.8 MB           | 3.610490144 |    6 |
|               512 | 100485.63065887752 | 4.1 MB           | 1.657669847 |    6 |
|              1024 | 109410.07660447873 | 4.8 MB           | 1.711323178 |    6 |
+-------------------+--------------------+------------------+-------------+------+
--- PASS: TestBenchmarkInputSQS (20.00s)
=== RUN   TestBenchmarkInputS3
{"log.level":"info","@timestamp":"2023-11-03T09:42:55.034-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 1 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:55.034-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"bad294ed-5a82-4864-a12a-751433fda24e","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:01.071-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 2 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:01.071-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"a7f4dd9d-da59-4f0e-b69f-4e0bafb3a59c","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:09.243-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 4 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:09.243-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"60fc7e8e-71e7-45cc-88e7-44edef806711","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:21.397-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 8 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:21.405-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"b2e00577-4ee9-4afe-846d-b9e99901f794","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:31.602-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 16 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:31.602-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"2700a776-1bb9-4eee-8426-079ebfaa2fc6","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:37.759-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 32 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:37.761-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"a5a44581-112a-434e-b024-4139d87944d7","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:46.047-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 64 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:46.049-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"37464068-f573-4bd6-8632-8f673a494083","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:01.918-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 128 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:01.918-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"0207213f-3593-4982-ac09-687310eb45f4","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:13.459-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 256 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:13.459-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"ebed31c3-aaa3-4990-ab0c-9d40133ba9be","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:21.685-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 512 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:21.686-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"171c04bf-e668-4d4c-8a32-d3f6225cd385","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:27.934-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/input_benchmark_test.go","file.line":302},"message":"benchmark with 1024 number of workers","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:27.934-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test_id","key":"test_id","uuid":"90aa4f84-5b75-4390-822d-6725a6638a9d","ecs.version":"1.6.0"}
+-------------------+----------------------+------------------------+-------------------------+---------------------------+---------------------+-----------------------+--------------+--------------------+----------------+------------------+--------------+------+
| NUMBER OF WORKERS | OBJECTS LISTED TOTAL | OBJECTS LISTED PER SEC | OBJECTS PROCESSED TOTAL | OBJECTS PROCESSED PER SEC | OBJECTS ACKED TOTAL | OBJECTS ACKED PER SEC | EVENTS TOTAL |   EVENTS PER SEC   | S3 BYTES TOTAL | S3 BYTES PER SEC |  TIME (SEC)  | CPUS |
+-------------------+----------------------+------------------------+-------------------------+---------------------------+---------------------+-----------------------+--------------+--------------------+----------------+------------------+--------------+------+
|                 1 |                10000 |     1657.3248447072865 |                   10000 |        1657.3248447072865 |               10000 |    1657.3248447072865 |       630000 | 104411.46521655905 | 22 MB          | 3.6 MB           |  6.033820124 |    6 |
|                 2 |                10000 |      1231.312622289737 |                   10000 |         1231.312622289737 |               10000 |     1231.312622289737 |       630000 |  77572.69520425342 | 22 MB          | 2.7 MB           |   8.12141435 |    6 |
|                 4 |                10000 |      828.6038238014679 |                   10000 |         828.6038238014679 |               10000 |     828.6038238014679 |       630000 |  52202.04089949248 | 22 MB          | 1.8 MB           | 12.068493667 |    6 |
|                 8 |                10000 |       990.402873935847 |                   10000 |          990.402873935847 |               10000 |      990.402873935847 |       630000 |  62395.38105795836 | 22 MB          | 2.1 MB           | 10.096901234 |    6 |
|                16 |                10000 |     1632.6917748121682 |                   10000 |        1632.6917748121682 |               10000 |    1632.6917748121682 |       630000 |  102859.5818131666 | 22 MB          | 3.5 MB           |  6.124854767 |    6 |
|                32 |                10000 |     1229.9274599386104 |                   10000 |        1229.9274599386104 |               10000 |    1229.9274599386104 |       630000 |  77485.42997613245 | 22 MB          | 2.7 MB           |  8.130560806 |    6 |
|                64 |                10000 |      630.3278945120743 |                   10000 |         630.3278945120743 |               10000 |     630.3278945120743 |       630000 |  39710.65735426068 | 22 MB          | 1.4 MB           | 15.864758782 |    6 |
|               128 |                10000 |      871.3653988251173 |                   10000 |         871.3653988251173 |               10000 |     871.3653988251173 |       630000 |  54896.02012598239 | 22 MB          | 1.9 MB           | 11.476241785 |    6 |
|               256 |                10000 |     1226.4603794453099 |                   10000 |        1226.4603794453099 |               10000 |    1226.4603794453099 |       630000 |  77267.00390505452 | 22 MB          | 2.6 MB           |  8.153545086 |    6 |
|               512 |                10000 |     1606.2911590896435 |                   10000 |        1606.2911590896435 |               10000 |    1606.2911590896435 |       630000 | 101196.34302264753 | 22 MB          | 3.5 MB           |  6.225521409 |    6 |
|              1024 |                10000 |      2160.132029447053 |                   10000 |         2160.132029447053 |               10000 |     2160.132029447053 |       630000 | 136088.31785516435 | 22 MB          | 4.7 MB           |  4.629346662 |    6 |
+-------------------+----------------------+------------------------+-------------------------+---------------------------+---------------------+-----------------------+--------------+--------------------+----------------+------------------+--------------+------+
--- PASS: TestBenchmarkInputS3 (97.55s)
=== RUN   TestGetProviderFromDomain
--- PASS: TestGetProviderFromDomain (0.00s)
=== RUN   TestInputMetricsClose
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.596-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"aws-s3-aws.cloudfront_logs-8b312b5f-9f99-492c-b035-3dff354a1f01","key":"aws-s3-aws_cloudfront_logs-8b312b5f-9f99-492c-b035-3dff354a1f01","uuid":"68dd5d8c-d654-4971-9b10-dd801df06bc5","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.596-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"aws-s3","id":"aws-s3-aws.cloudfront_logs-8b312b5f-9f99-492c-b035-3dff354a1f01","key":"aws-s3-aws_cloudfront_logs-8b312b5f-9f99-492c-b035-3dff354a1f01","uuid":"68dd5d8c-d654-4971-9b10-dd801df06bc5","ecs.version":"1.6.0"}
--- PASS: TestInputMetricsClose (0.00s)
=== RUN   TestInputMetricsSQSWorkerUtilization
=== RUN   TestInputMetricsSQSWorkerUtilization/worker_ends_before_one_interval
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.596-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test","key":"test","uuid":"142b7d4c-9881-4bc6-b75f-ed70d9ad72a4","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.596-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"aws-s3","id":"test","key":"test","uuid":"142b7d4c-9881-4bc6-b75f-ed70d9ad72a4","ecs.version":"1.6.0"}
=== RUN   TestInputMetricsSQSWorkerUtilization/worker_ends_mid_interval
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.609-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test","key":"test","uuid":"f18390e2-90b1-4cbe-bf50-57a4a3467d3f","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.609-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"aws-s3","id":"test","key":"test","uuid":"f18390e2-90b1-4cbe-bf50-57a4a3467d3f","ecs.version":"1.6.0"}
=== RUN   TestInputMetricsSQSWorkerUtilization/running_worker_goes_longer_than_an_interval
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.609-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"test","key":"test","uuid":"464da5e4-82d7-4efe-ba7d-2267ef0bc0bb","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.609-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":60},"message":"unregistering","input_type":"aws-s3","id":"test","key":"test","uuid":"464da5e4-82d7-4efe-ba7d-2267ef0bc0bb","ecs.version":"1.6.0"}
--- PASS: TestInputMetricsSQSWorkerUtilization (0.01s)
    --- PASS: TestInputMetricsSQSWorkerUtilization/worker_ends_before_one_interval (0.01s)
    --- PASS: TestInputMetricsSQSWorkerUtilization/worker_ends_mid_interval (0.00s)
    --- PASS: TestInputMetricsSQSWorkerUtilization/running_worker_goes_longer_than_an_interval (0.00s)
=== RUN   TestS3ObjectProcessor
=== RUN   TestS3ObjectProcessor/download_text/plain_file
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.612-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"f7bac2c3-8764-474b-a9de-63c5b0e175c7","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.613-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.613-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.txt","elapsed_time_ns":68963,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/multiline_content
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.616-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"55e62878-87ee-4091-897e-7e6f141ffcac","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.616-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/multiline.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.617-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/multiline.txt","elapsed_time_ns":185907,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/application/json_content-type
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.622-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"7ec5f78d-5aeb-486a-9312-1844b7a4f915","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.622-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.622-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.json","elapsed_time_ns":233412,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/application/x-ndjson_content-type
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.628-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"d7275d21-58e7-413a-9f4d-536c10ab3095","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.628-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.ndjson","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.628-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.ndjson","elapsed_time_ns":219882,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/configured_content-type
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.634-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"f2dcc109-7fa7-4d80-bff1-40207e43d8d0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.637-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/multiline.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.637-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/multiline.json","elapsed_time_ns":200988,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/uncompress_application/zip_content
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.641-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"76c246f8-026d-494e-945c-aa000062d137","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.641-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/multiline.json.gz","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.642-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/multiline.json.gz","elapsed_time_ns":435174,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/unparsable_json
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.649-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"48366c6e-7850-40e3-b0fd-6bb5bb991dce","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.649-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/invalid.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.649-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/invalid.json","elapsed_time_ns":20325,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/split_array
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.652-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"c06c8b6d-c456-4653-86e6-b9378f4fb4cc","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.652-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/events-array.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.652-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/events-array.json","elapsed_time_ns":51737,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/split_array_error_missing_key
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.652-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"31331105-54db-4b87-84fc-6c8480c3f4bb","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.652-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/events-array.json","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.652-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/events-array.json","elapsed_time_ns":24319,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/events_have_a_unique_repeatable__id
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"d532b921-f69a-46fc-b869-39041c16adad","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.txt","elapsed_time_ns":52929,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/download_error
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"aa03b2b4-a8a8-4dd1-b83a-909251d69d93","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"log.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"log.txt","elapsed_time_ns":14782,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/no_error_empty_result_in_download
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"bed93e58-c3f6-4990-8964-063b4d46441f","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"log.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.653-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"log.txt","elapsed_time_ns":11980,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/no_content_type_in_GetObject_response
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.654-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"b4f0bf44-16f9-4533-bb11-9e9fdfd89f73","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.654-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.654-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/log.txt","elapsed_time_ns":51617,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/backups_objects_on_finalize_call
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.654-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"f7cda6f5-12ea-4b44-8442-0c43f1c23a79","ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/deletes_objects_after_backing_up
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.654-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"af49df75-5d12-4fdf-b1c4-76648d9e1c1f","ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/prefixes_objects_when_backing_up
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.654-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"de98f35d-2ac7-4720-89d5-a607d073d791","ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/text_file_without_end_of_line_marker
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.656-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"f52707c5-bb4b-41f8-b476-abb87473dd64","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.656-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/no-eol.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.668-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/no-eol.txt","elapsed_time_ns":12113161,"ecs.version":"1.6.0"}
=== RUN   TestS3ObjectProcessor/text_file_without_end_of_line_marker_but_with_newline
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.685-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"cfb16568-61bd-497c-bb86-afae5eb5d5bc","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.685-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"foo","object_key":"testdata/no-eol-twolines.txt","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.685-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"foo","object_key":"testdata/no-eol-twolines.txt","elapsed_time_ns":418783,"ecs.version":"1.6.0"}
--- PASS: TestS3ObjectProcessor (0.08s)
    --- PASS: TestS3ObjectProcessor/download_text/plain_file (0.00s)
    --- PASS: TestS3ObjectProcessor/multiline_content (0.01s)
    --- PASS: TestS3ObjectProcessor/application/json_content-type (0.00s)
    --- PASS: TestS3ObjectProcessor/application/x-ndjson_content-type (0.01s)
    --- PASS: TestS3ObjectProcessor/configured_content-type (0.01s)
    --- PASS: TestS3ObjectProcessor/uncompress_application/zip_content (0.00s)
    --- PASS: TestS3ObjectProcessor/unparsable_json (0.01s)
    --- PASS: TestS3ObjectProcessor/split_array (0.00s)
    --- PASS: TestS3ObjectProcessor/split_array_error_missing_key (0.00s)
    --- PASS: TestS3ObjectProcessor/events_have_a_unique_repeatable__id (0.00s)
    --- PASS: TestS3ObjectProcessor/download_error (0.00s)
    --- PASS: TestS3ObjectProcessor/no_error_empty_result_in_download (0.00s)
    --- PASS: TestS3ObjectProcessor/no_content_type_in_GetObject_response (0.00s)
    --- PASS: TestS3ObjectProcessor/backups_objects_on_finalize_call (0.00s)
    --- PASS: TestS3ObjectProcessor/deletes_objects_after_backing_up (0.00s)
    --- PASS: TestS3ObjectProcessor/prefixes_objects_when_backing_up (0.00s)
    --- PASS: TestS3ObjectProcessor/text_file_without_end_of_line_marker (0.01s)
    --- PASS: TestS3ObjectProcessor/text_file_without_end_of_line_marker_but_with_newline (0.01s)
=== RUN   TestNewMockS3Pager
--- PASS: TestNewMockS3Pager (0.00s)
=== RUN   TestS3Poller
=== RUN   TestS3Poller/Poll_success
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.686-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"3a37a781-a179-4d55-9cee-aa7ab60052b2","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:32.687-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"1140ca70-9d30-44ff-9b4c-c86295638617","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.700-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":274},"message":"purging listing.","listingIDs":["66ac6d4c-23a8-44f0-bdb1-946c3061a7be"],"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.700-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.700-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key5","elapsed_time_ns":358582,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:32.700-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key5\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=354708): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.700-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.700-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key1","elapsed_time_ns":9418,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:32.700-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key1\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=6318): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key2","elapsed_time_ns":8821,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key2\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=5901): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key3","elapsed_time_ns":8523,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key3\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=5424): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key4","elapsed_time_ns":8524,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key4\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=5484): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":313},"message":"last stored time is commitWriteState","commitWriteState":"0001-01-01 00:00:00 +0000 UTC","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":320},"message":"last stored time updated","state.LastModified":"2023-11-03T09:44:32.700-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:32.700-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:32.700-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:32.700-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:32.701-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:32.700-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
=== RUN   TestS3Poller/retry_after_Poll_error
{"log.level":"info","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"08544a3c-e389-46a5-90ce-4f2986577ac4","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"cbfb4f68-2e13-4069-bfd3-516f1f33dcfb","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":183},"message":"Error when paginating listing.","error":{"message":"fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":183},"message":"Error when paginating listing.","error":{"message":"fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":183},"message":"Error when paginating listing.","error":{"message":"fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":183},"message":"Error when paginating listing.","error":{"message":"fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":183},"message":"Error when paginating listing.","error":{"message":"fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:33.688-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":186},"message":"5 consecutive error when paginating listing, breaking the circuit.","error":{"message":"fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:33.689-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":274},"message":"purging listing.","listingIDs":[],"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":274},"message":"purging listing.","listingIDs":["9e15ee09-5ac2-463e-9872-49bef90a6736"],"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key1","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key3","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key2","elapsed_time_ns":30815,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key1","elapsed_time_ns":94652,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key1\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=90599): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key2\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=25630): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key5","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":125},"message":"Begin S3 object processing.","bucket_arn":"bucket","object_key":"key4","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key5","elapsed_time_ns":23187,"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key3","elapsed_time_ns":32127,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key5\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=18955): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.694-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3_objects.go","file.line":133},"message":"End S3 object processing.","bucket_arn":"bucket","object_key":"key4","elapsed_time_ns":15676,"ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key4\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=9536): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":313},"message":"last stored time is commitWriteState","commitWriteState":"0001-01-01 00:00:00 +0000 UTC","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":320},"message":"last stored time updated","state.LastModified":"2023-11-03T09:44:35.694-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:35.694-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":390},"message":"Failed processing S3 listing.","error":{"message":"failed processing S3 event for object key \"key3\" in bucket \"bucket\": failed to get s3 object (elapsed_time_ns=28551): fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:35.694-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":320},"message":"last stored time updated","state.LastModified":"2023-11-03T09:44:35.694-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:35.694-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:35.695-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/s3.go","file.line":316},"message":"last stored time from memory","latestStoredTime":"2023-11-03T09:44:35.694-0400","bucket":"bucket","listPrefix":"key","ecs.version":"1.6.0"}
--- PASS: TestS3Poller (4.00s)
    --- PASS: TestS3Poller/Poll_success (1.00s)
    --- PASS: TestS3Poller/retry_after_Poll_error (3.00s)
=== RUN   TestJSS3EventV2
--- PASS: TestJSS3EventV2 (0.00s)
=== RUN   TestSessionScriptParams
=== RUN   TestSessionScriptParams/register_method_is_optional
=== RUN   TestSessionScriptParams/register_required_for_params
=== RUN   TestSessionScriptParams/register_params
{"log.level":"debug","@timestamp":"2023-11-03T09:44:36.690-0400","log.logger":"awss3.script","log.origin":{"file.name":"awss3/script_session.go","file.line":117},"message":"Registered params with script","ecs.version":"1.6.0"}
--- PASS: TestSessionScriptParams (0.00s)
    --- PASS: TestSessionScriptParams/register_method_is_optional (0.00s)
    --- PASS: TestSessionScriptParams/register_required_for_params (0.00s)
    --- PASS: TestSessionScriptParams/register_params (0.00s)
=== RUN   TestSessionTestFunction
=== RUN   TestSessionTestFunction/test_method_is_optional
=== RUN   TestSessionTestFunction/test_success
{"log.level":"debug","@timestamp":"2023-11-03T09:44:36.690-0400","log.logger":"awss3.script","log.origin":{"file.name":"awss3/script_session.go","file.line":117},"message":"Registered params with script","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:36.690-0400","log.logger":"awss3.script","log.origin":{"file.name":"awss3/script_session.go","file.line":136},"message":"Successful test() execution for script.","ecs.version":"1.6.0"}
=== RUN   TestSessionTestFunction/test_failure
{"log.level":"debug","@timestamp":"2023-11-03T09:44:36.691-0400","log.logger":"awss3.script","log.origin":{"file.name":"awss3/script_session.go","file.line":117},"message":"Registered params with script","ecs.version":"1.6.0"}
--- PASS: TestSessionTestFunction (0.00s)
    --- PASS: TestSessionTestFunction/test_method_is_optional (0.00s)
    --- PASS: TestSessionTestFunction/test_success (0.00s)
    --- PASS: TestSessionTestFunction/test_failure (0.00s)
=== RUN   TestSessionTimeout
--- PASS: TestSessionTimeout (0.11s)
=== RUN   TestSessionParallel
--- PASS: TestSessionParallel (1.02s)
=== RUN   TestCreateS3EventsFromNotification
--- PASS: TestCreateS3EventsFromNotification (0.00s)
=== RUN   TestParseXML
--- PASS: TestParseXML (0.00s)
=== RUN   TestSQSS3EventProcessor
=== RUN   TestSQSS3EventProcessor/s3_events_are_processed_and_sqs_msg_is_deleted
{"log.level":"info","@timestamp":"2023-11-03T09:44:37.816-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"6ce353a4-16cb-44ff-b7b6-69387e0a5738","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:37.816-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.816Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:37.816-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":351},"message":"End processing SQS S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.816Z","ecs.version":"1.6.0"}
=== RUN   TestSQSS3EventProcessor/invalid_SQS_JSON_body_does_not_retry
{"log.level":"info","@timestamp":"2023-11-03T09:44:37.816-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"84edb46f-53f8-44ca-b25f-cfe8be915d13","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:37.816-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":243},"message":"Invalid SQS message body.","sqs_message_body":"\":\"\",\"Message\":\"\",\"Records\":[{\"awsRegion\":\"us-east-1\",\"provider\":\"aws\",\"eventName\":\"ObjectCreated:Put\",\"eventSource\":\"aws:s3\",\"s3\":{\"bucket\":{\"name\":\"foo\",\"arn\":\"arn:aws:s3:::foo\"},\"object\":{\"key\":\"log.json\"}}}]}","ecs.version":"1.6.0"}
    sqs_s3_event_test.go:79: failed processing SQS message (message was deleted): non-retryable error: failed to decode SQS message body as an S3 notification: json: cannot unmarshal string into Go value of type awss3.s3EventsV2
=== RUN   TestSQSS3EventProcessor/zero_S3_events_in_body
{"log.level":"info","@timestamp":"2023-11-03T09:44:37.816-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"ae248a7d-25af-42d9-8977-d47e1b2134ee","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:37.816-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 0 S3 event notifications.","message_id":"082e80b7-552f-a818-090a-c34242d89683","message_receipt_time":"2023-11-03T13:44:37.816Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:37.817-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":307},"message":"End processing SQS S3 event notifications.","message_id":"082e80b7-552f-a818-090a-c34242d89683","message_receipt_time":"2023-11-03T13:44:37.816Z","ecs.version":"1.6.0"}
=== RUN   TestSQSS3EventProcessor/visibility_is_extended_after_half_expires
{"log.level":"info","@timestamp":"2023-11-03T09:44:37.817-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"b76dcff1-71fe-4dc2-a305-7560b1c682ac","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:37.817-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:38.318-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:39.318Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:38.817-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:39.817Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:39.322-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:40.322Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:39.823-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:40.823Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.325-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:41.325Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.848-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:41.848Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:41.323-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:42.323Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:41.825-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:42.825Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.319-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:43.319Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.820-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:43.820Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.820-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":348},"message":"End processing SQS S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:37.817Z","ecs.version":"1.6.0"}
=== RUN   TestSQSS3EventProcessor/message_returns_to_queue_on_error
{"log.level":"info","@timestamp":"2023-11-03T09:44:42.821-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"0e86f296-d6d3-435d-bcb2-8ed4764ec24c","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.821-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:42.821Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.821-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":351},"message":"End processing SQS S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:42.821Z","ecs.version":"1.6.0"}
    sqs_s3_event_test.go:155: failed processing SQS message (it will return to queue after visibility timeout): failed processing S3 event for object key "log.json" in bucket "foo" (object record 1 of 1 in SQS notification): fake connectivity problem
=== RUN   TestSQSS3EventProcessor/message_is_deleted_after_multiple_receives
{"log.level":"info","@timestamp":"2023-11-03T09:44:42.821-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"482dbd05-8e7e-41b5-9157-c06c107d4cf6","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.821-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":303},"message":"SQS message contained 1 S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:42.821Z","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.821-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":351},"message":"End processing SQS S3 event notifications.","message_id":"9c68cbc8-f415-0dfc-c484-0203cd1a0c23","message_receipt_time":"2023-11-03T13:44:42.821Z","ecs.version":"1.6.0"}
    sqs_s3_event_test.go:186: failed processing SQS message (message was deleted): non-retryable error: sqs ApproximateReceiveCount <10> exceeds threshold 5: failed processing S3 event for object key "log.json" in bucket "foo" (object record 1 of 1 in SQS notification): fake connectivity problem
--- PASS: TestSQSS3EventProcessor (5.01s)
    --- PASS: TestSQSS3EventProcessor/s3_events_are_processed_and_sqs_msg_is_deleted (0.00s)
    --- PASS: TestSQSS3EventProcessor/invalid_SQS_JSON_body_does_not_retry (0.00s)
    --- PASS: TestSQSS3EventProcessor/zero_S3_events_in_body (0.00s)
    --- PASS: TestSQSS3EventProcessor/visibility_is_extended_after_half_expires (5.00s)
    --- PASS: TestSQSS3EventProcessor/message_returns_to_queue_on_error (0.00s)
    --- PASS: TestSQSS3EventProcessor/message_is_deleted_after_multiple_receives (0.00s)
=== RUN   TestSqsProcessor_keepalive
=== RUN   TestSqsProcessor_keepalive/keepalive_stop_after_ReceiptHandleIsInvalid
{"log.level":"info","@timestamp":"2023-11-03T09:44:42.822-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"21b7b8af-286e-44af-b7aa-88ad34e1eb11","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:43.322-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:44.322Z","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:43.322-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":221},"message":"Failed to extend message visibility timeout because SQS receipt handle is no longer valid. Stopping SQS message keepalive routine.","error":{"message":"ReceiptHandleIsInvalid: fake receipt handle is invalid."},"ecs.version":"1.6.0"}
=== RUN   TestSqsProcessor_keepalive/keepalive_stop_after_InvalidParameterValue
{"log.level":"info","@timestamp":"2023-11-03T09:44:43.322-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"fbce791d-39b0-44c8-bb0e-bfa4a5b92d7a","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:43.835-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":210},"message":"Extending SQS message visibility timeout.","visibility_timeout":1000000000,"expires_at":"2023-11-03T13:44:44.835Z","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:43.835-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":221},"message":"Failed to extend message visibility timeout because SQS receipt handle is no longer valid. Stopping SQS message keepalive routine.","error":{"message":"api error InvalidParameterValue: The receipt handle has expired."},"ecs.version":"1.6.0"}
--- PASS: TestSqsProcessor_keepalive (1.01s)
    --- PASS: TestSqsProcessor_keepalive/keepalive_stop_after_ReceiptHandleIsInvalid (0.50s)
    --- PASS: TestSqsProcessor_keepalive/keepalive_stop_after_InvalidParameterValue (0.51s)
=== RUN   TestSqsProcessor_getS3Notifications
{"log.level":"info","@timestamp":"2023-11-03T09:44:43.835-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"03c31823-9ced-483f-ba10-9bb88a2a914f","ecs.version":"1.6.0"}
=== RUN   TestSqsProcessor_getS3Notifications/s3_key_is_url_unescaped
=== RUN   TestSqsProcessor_getS3Notifications/non-ObjectCreated_event_types_are_ignored
{"log.level":"warn","@timestamp":"2023-11-03T09:44:43.836-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":269},"message":"Received S3 notification for \"ObjectRemoved:Delete\" event type, but only 'ObjectCreated:*' types are handled. It is recommended that you update the S3 Event Notification configuration to only include ObjectCreated event types to save resources.","ecs.version":"1.6.0"}
=== RUN   TestSqsProcessor_getS3Notifications/sns-sqs_notification
=== RUN   TestSqsProcessor_getS3Notifications/missing_Records_fail
{"log.level":"debug","@timestamp":"2023-11-03T09:44:43.836-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":257},"message":"Invalid SQS message body: missing Records field","sqs_message_body":"{\"message\":\"missing records\"}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:43.836-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs_s3_event.go","file.line":257},"message":"Invalid SQS message body: missing Records field","sqs_message_body":"{\"message\":\"null records\", \"Records\": null}","ecs.version":"1.6.0"}
=== RUN   TestSqsProcessor_getS3Notifications/empty_Records_does_not_fail
--- PASS: TestSqsProcessor_getS3Notifications (0.00s)
    --- PASS: TestSqsProcessor_getS3Notifications/s3_key_is_url_unescaped (0.00s)
    --- PASS: TestSqsProcessor_getS3Notifications/non-ObjectCreated_event_types_are_ignored (0.00s)
    --- PASS: TestSqsProcessor_getS3Notifications/sns-sqs_notification (0.00s)
    --- PASS: TestSqsProcessor_getS3Notifications/missing_Records_fail (0.00s)
    --- PASS: TestSqsProcessor_getS3Notifications/empty_Records_does_not_fail (0.00s)
=== RUN   TestNonRecoverableError
--- PASS: TestNonRecoverableError (0.00s)
=== RUN   TestSQSReceiver
=== RUN   TestSQSReceiver/ReceiveMessage_success
{"log.level":"info","@timestamp":"2023-11-03T09:44:43.836-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"acc010af-941b-4efe-8b03-4211395c85f2","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:43.836-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs.go","file.line":80},"message":"Received 1 SQS messages.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:43.836-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs.go","file.line":80},"message":"Received 0 SQS messages.","ecs.version":"1.6.0"}
=== RUN   TestSQSReceiver/retry_after_ReceiveMessage_error
{"log.level":"info","@timestamp":"2023-11-03T09:44:43.837-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"84a61bab-bd1a-46cc-9d7b-9b1edbb39ab5","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:44:43.837-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs.go","file.line":68},"message":"SQS ReceiveMessage returned an error. Will retry after a short delay.","error":{"message":"fake connectivity failure"},"ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:53.839-0400","log.logger":"aws-s3","log.origin":{"file.name":"awss3/sqs.go","file.line":80},"message":"Received 0 SQS messages.","ecs.version":"1.6.0"}
--- PASS: TestSQSReceiver (10.00s)
    --- PASS: TestSQSReceiver/ReceiveMessage_success (0.00s)
    --- PASS: TestSQSReceiver/retry_after_ReceiveMessage_error (10.00s)
=== RUN   TestGetApproximateMessageCount
=== RUN   TestGetApproximateMessageCount/GetApproximateMessageCount_success
{"log.level":"info","@timestamp":"2023-11-03T09:44:53.839-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"20dfd68c-04d3-467f-8eef-fcdb4a32172e","ecs.version":"1.6.0"}
=== RUN   TestGetApproximateMessageCount/GetApproximateMessageCount_error
{"log.level":"info","@timestamp":"2023-11-03T09:44:53.839-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"aws-s3","id":"","key":"","uuid":"f7c9e1a2-dbbc-4f8b-90d3-faba80d566e7","ecs.version":"1.6.0"}
--- PASS: TestGetApproximateMessageCount (0.00s)
    --- PASS: TestGetApproximateMessageCount/GetApproximateMessageCount_success (0.00s)
    --- PASS: TestGetApproximateMessageCount/GetApproximateMessageCount_error (0.00s)
=== RUN   TestStateIsEqual
=== RUN   TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_same_last_modified_not_stored
=== RUN   TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_same_last_modified_stored
=== RUN   TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_same_last_modified_error
=== RUN   TestStateIsEqual/two_states_pointing_to_the_same_key_with_different_etag_and_same_last_modified
=== RUN   TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_different_last_modified
=== RUN   TestStateIsEqual/two_states_pointing_to_different_key
=== RUN   TestStateIsEqual/two_states_pointing_to_different_bucket
--- PASS: TestStateIsEqual (0.00s)
    --- PASS: TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_same_last_modified_not_stored (0.00s)
    --- PASS: TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_same_last_modified_stored (0.00s)
    --- PASS: TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_same_last_modified_error (0.00s)
    --- PASS: TestStateIsEqual/two_states_pointing_to_the_same_key_with_different_etag_and_same_last_modified (0.00s)
    --- PASS: TestStateIsEqual/two_states_pointing_to_the_same_key_with_same_etag_and_different_last_modified (0.00s)
    --- PASS: TestStateIsEqual/two_states_pointing_to_different_key (0.00s)
    --- PASS: TestStateIsEqual/two_states_pointing_to_different_bucket (0.00s)
=== RUN   TestStatesIsNewAndMustSkip
=== RUN   TestStatesIsNewAndMustSkip/existing_state
=== RUN   TestStatesIsNewAndMustSkip/with_different_etag
=== RUN   TestStatesIsNewAndMustSkip/with_different_lastmodified
=== RUN   TestStatesIsNewAndMustSkip/after_commit_write
=== RUN   TestStatesIsNewAndMustSkip/with_empty_states
=== RUN   TestStatesIsNewAndMustSkip/not_existing_state
=== RUN   TestStatesIsNewAndMustSkip/with_stored_state
=== RUN   TestStatesIsNewAndMustSkip/with_error_state
=== RUN   TestStatesIsNewAndMustSkip/before_commit_write
=== RUN   TestStatesIsNewAndMustSkip/same_commit_write
--- PASS: TestStatesIsNewAndMustSkip (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/existing_state (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/with_different_etag (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/with_different_lastmodified (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/after_commit_write (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/with_empty_states (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/not_existing_state (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/with_stored_state (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/with_error_state (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/before_commit_write (0.00s)
    --- PASS: TestStatesIsNewAndMustSkip/same_commit_write (0.00s)
=== RUN   TestStatesDelete
=== RUN   TestStatesDelete/delete_not_existing_state
=== RUN   TestStatesDelete/delete_only_one_existing
=== RUN   TestStatesDelete/delete_first
=== RUN   TestStatesDelete/delete_last
=== RUN   TestStatesDelete/delete_any
=== RUN   TestStatesDelete/delete_empty_states
--- PASS: TestStatesDelete (0.00s)
    --- PASS: TestStatesDelete/delete_not_existing_state (0.00s)
    --- PASS: TestStatesDelete/delete_only_one_existing (0.00s)
    --- PASS: TestStatesDelete/delete_first (0.00s)
    --- PASS: TestStatesDelete/delete_last (0.00s)
    --- PASS: TestStatesDelete/delete_any (0.00s)
    --- PASS: TestStatesDelete/delete_empty_states (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/awss3	138.923s
=== RUN   Test_StorageClient
    input_test.go:36: Flaky test: issue -  https://github.com/elastic/beats/issues/34332
--- SKIP: Test_StorageClient (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/azureblobstorage	0.061s
=== RUN   TestStorageContainerValidate
--- PASS: TestStorageContainerValidate (0.00s)
=== RUN   TestValidate
=== RUN   TestValidate/Sanitize_storage_account_containers_with_underscores
--- PASS: TestValidate (0.00s)
    --- PASS: TestValidate/Sanitize_storage_account_containers_with_underscores (0.00s)
=== RUN   TestRunWithEPH
--- PASS: TestRunWithEPH (0.00s)
=== RUN   TestGetAzureEnvironment
--- PASS: TestGetAzureEnvironment (0.06s)
=== RUN   TestFilePersister_Read
--- PASS: TestFilePersister_Read (0.01s)
=== RUN   TestFilePersister_Write
--- PASS: TestFilePersister_Write (0.00s)
=== RUN   TestProcessEvents
--- PASS: TestProcessEvents (0.00s)
=== RUN   TestParseMultipleMessages
--- PASS: TestParseMultipleMessages (0.00s)
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.01s)
=== RUN   TestStripConnectionString
--- PASS: TestStripConnectionString (0.00s)
=== RUN   TestParseMultipleMessagesSanitization
--- PASS: TestParseMultipleMessagesSanitization (0.00s)
=== RUN   TestSanitize
=== RUN   TestSanitize/no_options
=== RUN   TestSanitize/NEW_LINES_option
=== RUN   TestSanitize/SINGLE_QUOTES_option
=== RUN   TestSanitize/both_options
--- PASS: TestSanitize (0.00s)
    --- PASS: TestSanitize/no_options (0.00s)
    --- PASS: TestSanitize/NEW_LINES_option (0.00s)
    --- PASS: TestSanitize/SINGLE_QUOTES_option (0.00s)
    --- PASS: TestSanitize/both_options (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/azureeventhub	0.119s
=== RUN   TestProviderCanonical
--- PASS: TestProviderCanonical (0.00s)
=== RUN   TestGetProviderIsCanonical
--- PASS: TestGetProviderIsCanonical (0.00s)
=== RUN   TestIsEnabled
--- PASS: TestIsEnabled (0.00s)
=== RUN   TestOAuth2GetTokenURL
--- PASS: TestOAuth2GetTokenURL (0.00s)
=== RUN   TestOAuth2GetEndpointParams
--- PASS: TestOAuth2GetEndpointParams (0.00s)
=== RUN   TestConfigMustFailWithInvalidResource
--- PASS: TestConfigMustFailWithInvalidResource (0.00s)
=== RUN   TestConfigOauth2Validation
=== RUN   TestConfigOauth2Validation/can't_set_oauth2_and_basic_auth_together
=== RUN   TestConfigOauth2Validation/can_set_oauth2_and_basic_auth_together_if_oauth2_is_disabled
=== RUN   TestConfigOauth2Validation/token_url_and_client_credentials_must_be_set
=== RUN   TestConfigOauth2Validation/client_credential_secret_may_be_empty
=== RUN   TestConfigOauth2Validation/client_credential_secret_may_not_be_missing
=== RUN   TestConfigOauth2Validation/if_user_and_password_is_set_oauth2_must_use_user-password_authentication
=== RUN   TestConfigOauth2Validation/if_user_is_set_password_credentials_must_be_set_for_user-password_authentication
=== RUN   TestConfigOauth2Validation/if_password_is_set_user_credentials_must_be_set_for_user-password_authentication
=== RUN   TestConfigOauth2Validation/must_fail_with_an_unknown_provider
=== RUN   TestConfigOauth2Validation/azure_must_have_either_tenant_id_or_token_url
=== RUN   TestConfigOauth2Validation/azure_must_have_only_one_of_token_url_and_tenant_id
=== RUN   TestConfigOauth2Validation/azure_must_have_client_credentials_set
=== RUN   TestConfigOauth2Validation/azure_config_is_valid
=== RUN   TestConfigOauth2Validation/google_can't_have_token_url_or_client_credentials_set
=== RUN   TestConfigOauth2Validation/google_must_fail_if_no_ADC_available
=== RUN   TestConfigOauth2Validation/google_must_fail_if_credentials_file_not_found
=== RUN   TestConfigOauth2Validation/google_must_fail_if_ADC_is_wrongly_set
=== RUN   TestConfigOauth2Validation/google_must_work_if_ADC_is_set_up
=== RUN   TestConfigOauth2Validation/google_must_work_if_credentials_file_is_correct
=== RUN   TestConfigOauth2Validation/google_must_work_if_jwt_file_is_correct
=== RUN   TestConfigOauth2Validation/google_must_work_if_jwt_json_is_correct
=== RUN   TestConfigOauth2Validation/google_must_work_if_credentials_json_is_correct
=== RUN   TestConfigOauth2Validation/google_must_fail_if_credentials_json_is_not_a_valid_JSON
=== RUN   TestConfigOauth2Validation/google_must_fail_if_jwt_json_is_not_a_valid_JSON
=== RUN   TestConfigOauth2Validation/google_must_fail_if_the_provided_credentials_file_is_not_a_valid_JSON
=== RUN   TestConfigOauth2Validation/google_must_fail_if_the_delegated_account_is_set_without_jwt_file
=== RUN   TestConfigOauth2Validation/google_must_work_with_delegated_account_and_a_valid_jwt_file
--- PASS: TestConfigOauth2Validation (0.02s)
    --- PASS: TestConfigOauth2Validation/can't_set_oauth2_and_basic_auth_together (0.00s)
    --- PASS: TestConfigOauth2Validation/can_set_oauth2_and_basic_auth_together_if_oauth2_is_disabled (0.00s)
    --- PASS: TestConfigOauth2Validation/token_url_and_client_credentials_must_be_set (0.00s)
    --- PASS: TestConfigOauth2Validation/client_credential_secret_may_be_empty (0.00s)
    --- PASS: TestConfigOauth2Validation/client_credential_secret_may_not_be_missing (0.00s)
    --- PASS: TestConfigOauth2Validation/if_user_and_password_is_set_oauth2_must_use_user-password_authentication (0.00s)
    --- PASS: TestConfigOauth2Validation/if_user_is_set_password_credentials_must_be_set_for_user-password_authentication (0.00s)
    --- PASS: TestConfigOauth2Validation/if_password_is_set_user_credentials_must_be_set_for_user-password_authentication (0.00s)
    --- PASS: TestConfigOauth2Validation/must_fail_with_an_unknown_provider (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_must_have_either_tenant_id_or_token_url (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_must_have_only_one_of_token_url_and_tenant_id (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_must_have_client_credentials_set (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_config_is_valid (0.00s)
    --- PASS: TestConfigOauth2Validation/google_can't_have_token_url_or_client_credentials_set (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_no_ADC_available (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_credentials_file_not_found (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_ADC_is_wrongly_set (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_ADC_is_set_up (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_credentials_file_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_jwt_file_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_jwt_json_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_credentials_json_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_credentials_json_is_not_a_valid_JSON (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_jwt_json_is_not_a_valid_JSON (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_the_provided_credentials_file_is_not_a_valid_JSON (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_the_delegated_account_is_set_without_jwt_file (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_with_delegated_account_and_a_valid_jwt_file (0.00s)
=== RUN   TestKeepAliveSetting
=== RUN   TestKeepAliveSetting/keep_alive_none
=== RUN   TestKeepAliveSetting/keep_alive_true
=== RUN   TestKeepAliveSetting/keep_alive_false
=== RUN   TestKeepAliveSetting/keep_alive_invalid_max
--- PASS: TestKeepAliveSetting (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_none (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_true (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_false (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_invalid_max (0.00s)
=== RUN   TestInput
=== RUN   TestInput/hello_world
=== RUN   TestInput/bad_events_type
=== RUN   TestInput/hello_world_non_nil_state
=== RUN   TestInput/what_is_next
=== RUN   TestInput/bad_cursor_type
=== RUN   TestInput/show_state
=== RUN   TestInput/show_provided_state
=== RUN   TestInput/iterative_state
=== RUN   TestInput/iterative_state_implicit_initial_cursor
=== RUN   TestInput/iterative_state_provided_stored_cursor
=== RUN   TestInput/iterative_state_implicit_initial_cursor_provided_stored_cursor
=== RUN   TestInput/strings_split
=== RUN   TestInput/ndjson_log_file_simple
=== RUN   TestInput/ndjson_log_file_simple_file_scheme
=== RUN   TestInput/ndjson_log_file_corrupted
=== RUN   TestInput/missing_file
=== RUN   TestInput/GET_request
=== RUN   TestInput/GET_request_TLS
2023/11/03 09:42:42 http: TLS handshake error from 127.0.0.1:47001: read tcp 127.0.0.1:47000->127.0.0.1:47001: use of closed network connection
=== RUN   TestInput/retry_after_request
=== RUN   TestInput/retry_after_request_time
=== RUN   TestInput/rate_limit_request_0
=== RUN   TestInput/rate_limit_request_10
=== RUN   TestInput/rate_limit_request_10_too_slow
=== RUN   TestInput/retry_failure
=== RUN   TestInput/POST_request
=== RUN   TestInput/repeated_POST_request
=== RUN   TestInput/split_events
=== RUN   TestInput/split_events_keep_parent
=== RUN   TestInput/nested_split_events
=== RUN   TestInput/absent_split
=== RUN   TestInput/date_cursor
=== RUN   TestInput/tracer_filename_sanitization
=== RUN   TestInput/pagination_cursor_object
=== RUN   TestInput/pagination_cursor_array
=== RUN   TestInput/first_event_cursor
=== RUN   TestInput/OAuth2
=== RUN   TestInput/simple_multistep_GET_request
=== RUN   TestInput/three_step_GET_request
=== RUN   TestInput/type_error_message
--- PASS: TestInput (29.50s)
    --- PASS: TestInput/hello_world (0.00s)
    --- PASS: TestInput/bad_events_type (0.00s)
    --- PASS: TestInput/hello_world_non_nil_state (0.01s)
    --- PASS: TestInput/what_is_next (0.00s)
    --- PASS: TestInput/bad_cursor_type (0.00s)
    --- PASS: TestInput/show_state (0.02s)
    --- PASS: TestInput/show_provided_state (0.00s)
    --- PASS: TestInput/iterative_state (2.01s)
    --- PASS: TestInput/iterative_state_implicit_initial_cursor (2.01s)
    --- PASS: TestInput/iterative_state_provided_stored_cursor (1.01s)
    --- PASS: TestInput/iterative_state_implicit_initial_cursor_provided_stored_cursor (1.01s)
    --- PASS: TestInput/strings_split (0.00s)
    --- PASS: TestInput/ndjson_log_file_simple (0.00s)
    --- PASS: TestInput/ndjson_log_file_simple_file_scheme (0.00s)
    --- PASS: TestInput/ndjson_log_file_corrupted (0.02s)
    --- PASS: TestInput/missing_file (0.00s)
    --- PASS: TestInput/GET_request (0.00s)
    --- PASS: TestInput/GET_request_TLS (0.13s)
    --- PASS: TestInput/retry_after_request (1.01s)
    --- PASS: TestInput/retry_after_request_time (0.00s)
    --- PASS: TestInput/rate_limit_request_0 (0.00s)
    --- PASS: TestInput/rate_limit_request_10 (0.00s)
    --- PASS: TestInput/rate_limit_request_10_too_slow (5.01s)
    --- PASS: TestInput/retry_failure (3.01s)
    --- PASS: TestInput/POST_request (0.00s)
    --- PASS: TestInput/repeated_POST_request (0.11s)
    --- PASS: TestInput/split_events (0.00s)
    --- PASS: TestInput/split_events_keep_parent (0.00s)
    --- PASS: TestInput/nested_split_events (0.00s)
    --- PASS: TestInput/absent_split (5.01s)
    --- PASS: TestInput/date_cursor (2.02s)
    --- PASS: TestInput/tracer_filename_sanitization (2.02s)
    --- PASS: TestInput/pagination_cursor_object (1.01s)
    --- PASS: TestInput/pagination_cursor_array (1.01s)
    --- PASS: TestInput/first_event_cursor (3.01s)
    --- PASS: TestInput/OAuth2 (0.00s)
    --- PASS: TestInput/simple_multistep_GET_request (0.00s)
    --- PASS: TestInput/three_step_GET_request (0.01s)
    --- PASS: TestInput/type_error_message (0.00s)
=== RUN   TestRedactor
=== RUN   TestRedactor/auth_no_delete
=== RUN   TestRedactor/auth_delete
=== RUN   TestRedactor/pass_no_delete
=== RUN   TestRedactor/pass_delete
=== RUN   TestRedactor/multi_cursor_no_delete
=== RUN   TestRedactor/multi_cursor_delete
--- PASS: TestRedactor (0.00s)
    --- PASS: TestRedactor/auth_no_delete (0.00s)
    --- PASS: TestRedactor/auth_delete (0.00s)
    --- PASS: TestRedactor/pass_no_delete (0.00s)
    --- PASS: TestRedactor/pass_delete (0.00s)
    --- PASS: TestRedactor/multi_cursor_no_delete (0.00s)
    --- PASS: TestRedactor/multi_cursor_delete (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/cel	29.556s
=== RUN   TestConfigValidate
--- PASS: TestConfigValidate (0.00s)
=== RUN   TestConfigValidateFailure
--- PASS: TestConfigValidateFailure (0.00s)
=== RUN   TestConfigAuthValidate
--- PASS: TestConfigAuthValidate (0.00s)
=== RUN   TestConfigAuthValidateFailure_MissingTokenURL
--- PASS: TestConfigAuthValidateFailure_MissingTokenURL (0.00s)
=== RUN   TestConfigAuthValidateFailure_MissingClientCredentials
--- PASS: TestConfigAuthValidateFailure_MissingClientCredentials (0.00s)
=== RUN   TestConfigAuthValidateFailure_MissingUsernamePassword
--- PASS: TestConfigAuthValidateFailure_MissingUsernamePassword (0.00s)
=== RUN   TestInputDone
--- PASS: TestInputDone (0.01s)
=== RUN   TestMakeEventFailure
--- PASS: TestMakeEventFailure (0.00s)
=== RUN   TestSingleInput
--- PASS: TestSingleInput (0.00s)
=== RUN   TestInputStop_Wait
--- PASS: TestInputStop_Wait (0.10s)
=== RUN   TestStop
--- PASS: TestStop (0.00s)
=== RUN   TestWait
--- PASS: TestWait (0.00s)
=== RUN   TestMultiInput
--- PASS: TestMultiInput (1.01s)
=== RUN   TestMultiEventForEOFRetryHandlerInput
    input_test.go:394: Flaky test: https://github.com/elastic/beats/issues/34956
--- SKIP: TestMultiEventForEOFRetryHandlerInput (0.00s)
=== RUN   TestNegativeCases
--- PASS: TestNegativeCases (0.10s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/cometd	1.266s
=== RUN   TestConf_Validate
=== RUN   TestConf_Validate/ok-provider-azure
=== PAUSE TestConf_Validate/ok-provider-azure
=== RUN   TestConf_Validate/err-provider-unknown
=== PAUSE TestConf_Validate/err-provider-unknown
=== CONT  TestConf_Validate/ok-provider-azure
=== CONT  TestConf_Validate/err-provider-unknown
--- PASS: TestConf_Validate (0.00s)
    --- PASS: TestConf_Validate/ok-provider-azure (0.00s)
    --- PASS: TestConf_Validate/err-provider-unknown (0.00s)
=== RUN   TestInputManager_Create
=== RUN   TestInputManager_Create/create-ok
=== PAUSE TestInputManager_Create/create-ok
=== RUN   TestInputManager_Create/create-err-config
=== PAUSE TestInputManager_Create/create-err-config
=== RUN   TestInputManager_Create/create-err-provider-unknown
=== PAUSE TestInputManager_Create/create-err-provider-unknown
=== RUN   TestInputManager_Create/create-err-provider-create
=== PAUSE TestInputManager_Create/create-err-provider-create
=== CONT  TestInputManager_Create/create-ok
=== CONT  TestInputManager_Create/create-err-provider-unknown
=== CONT  TestInputManager_Create/create-err-config
=== CONT  TestInputManager_Create/create-err-provider-create
--- PASS: TestInputManager_Create (0.00s)
    --- PASS: TestInputManager_Create/create-ok (0.00s)
    --- PASS: TestInputManager_Create/create-err-config (0.00s)
    --- PASS: TestInputManager_Create/create-err-provider-unknown (0.00s)
    --- PASS: TestInputManager_Create/create-err-provider-create (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics	0.019s
=== RUN   TestNewUUIDSet
=== RUN   TestNewUUIDSet/empty
=== PAUSE TestNewUUIDSet/empty
=== RUN   TestNewUUIDSet/testUUID1-elem
=== PAUSE TestNewUUIDSet/testUUID1-elem
=== RUN   TestNewUUIDSet/testUUID3-elem
=== PAUSE TestNewUUIDSet/testUUID3-elem
=== RUN   TestNewUUIDSet/dup-elem
=== PAUSE TestNewUUIDSet/dup-elem
=== RUN   TestNewUUIDSet/nil
=== PAUSE TestNewUUIDSet/nil
=== CONT  TestNewUUIDSet/empty
=== CONT  TestNewUUIDSet/testUUID3-elem
=== CONT  TestNewUUIDSet/testUUID1-elem
=== CONT  TestNewUUIDSet/nil
=== CONT  TestNewUUIDSet/dup-elem
--- PASS: TestNewUUIDSet (0.00s)
    --- PASS: TestNewUUIDSet/empty (0.00s)
    --- PASS: TestNewUUIDSet/testUUID3-elem (0.00s)
    --- PASS: TestNewUUIDSet/testUUID1-elem (0.00s)
    --- PASS: TestNewUUIDSet/nil (0.00s)
    --- PASS: TestNewUUIDSet/dup-elem (0.00s)
=== RUN   TestUUIDSet_UnmarshalJSON
=== RUN   TestUUIDSet_UnmarshalJSON/ok-testUUID3-elem
=== PAUSE TestUUIDSet_UnmarshalJSON/ok-testUUID3-elem
=== RUN   TestUUIDSet_UnmarshalJSON/ok-dup-elem
=== PAUSE TestUUIDSet_UnmarshalJSON/ok-dup-elem
=== RUN   TestUUIDSet_UnmarshalJSON/err-mixed-types
=== PAUSE TestUUIDSet_UnmarshalJSON/err-mixed-types
=== RUN   TestUUIDSet_UnmarshalJSON/err-not-list-str
=== PAUSE TestUUIDSet_UnmarshalJSON/err-not-list-str
=== RUN   TestUUIDSet_UnmarshalJSON/ok-nil
=== PAUSE TestUUIDSet_UnmarshalJSON/ok-nil
=== RUN   TestUUIDSet_UnmarshalJSON/ok-empty
=== PAUSE TestUUIDSet_UnmarshalJSON/ok-empty
=== RUN   TestUUIDSet_UnmarshalJSON/ok-testUUID1-elem
=== PAUSE TestUUIDSet_UnmarshalJSON/ok-testUUID1-elem
=== CONT  TestUUIDSet_UnmarshalJSON/ok-testUUID3-elem
=== CONT  TestUUIDSet_UnmarshalJSON/ok-nil
=== CONT  TestUUIDSet_UnmarshalJSON/ok-testUUID1-elem
=== CONT  TestUUIDSet_UnmarshalJSON/ok-dup-elem
=== CONT  TestUUIDSet_UnmarshalJSON/err-not-list-str
=== CONT  TestUUIDSet_UnmarshalJSON/err-mixed-types
=== CONT  TestUUIDSet_UnmarshalJSON/ok-empty
--- PASS: TestUUIDSet_UnmarshalJSON (0.00s)
    --- PASS: TestUUIDSet_UnmarshalJSON/ok-testUUID3-elem (0.00s)
    --- PASS: TestUUIDSet_UnmarshalJSON/ok-nil (0.00s)
    --- PASS: TestUUIDSet_UnmarshalJSON/ok-testUUID1-elem (0.00s)
    --- PASS: TestUUIDSet_UnmarshalJSON/ok-dup-elem (0.00s)
    --- PASS: TestUUIDSet_UnmarshalJSON/err-not-list-str (0.00s)
    --- PASS: TestUUIDSet_UnmarshalJSON/err-mixed-types (0.00s)
    --- PASS: TestUUIDSet_UnmarshalJSON/ok-empty (0.00s)
=== RUN   TestUUIDSet_MarshalJSON
=== RUN   TestUUIDSet_MarshalJSON/ok-empty
=== PAUSE TestUUIDSet_MarshalJSON/ok-empty
=== RUN   TestUUIDSet_MarshalJSON/ok-testUUID1-elem
=== PAUSE TestUUIDSet_MarshalJSON/ok-testUUID1-elem
=== RUN   TestUUIDSet_MarshalJSON/ok-testUUID3-elem
=== PAUSE TestUUIDSet_MarshalJSON/ok-testUUID3-elem
=== CONT  TestUUIDSet_MarshalJSON/ok-empty
=== CONT  TestUUIDSet_MarshalJSON/ok-testUUID3-elem
=== CONT  TestUUIDSet_MarshalJSON/ok-testUUID1-elem
--- PASS: TestUUIDSet_MarshalJSON (0.00s)
    --- PASS: TestUUIDSet_MarshalJSON/ok-empty (0.00s)
    --- PASS: TestUUIDSet_MarshalJSON/ok-testUUID3-elem (0.00s)
    --- PASS: TestUUIDSet_MarshalJSON/ok-testUUID1-elem (0.00s)
=== RUN   TestUUIDSet_Len
=== RUN   TestUUIDSet_Len/empty
=== PAUSE TestUUIDSet_Len/empty
=== RUN   TestUUIDSet_Len/elements
=== PAUSE TestUUIDSet_Len/elements
=== CONT  TestUUIDSet_Len/empty
=== CONT  TestUUIDSet_Len/elements
--- PASS: TestUUIDSet_Len (0.00s)
    --- PASS: TestUUIDSet_Len/empty (0.00s)
    --- PASS: TestUUIDSet_Len/elements (0.00s)
=== RUN   TestUUIDSet_Values
=== RUN   TestUUIDSet_Values/empty
=== PAUSE TestUUIDSet_Values/empty
=== RUN   TestUUIDSet_Values/elements
=== PAUSE TestUUIDSet_Values/elements
=== CONT  TestUUIDSet_Values/empty
=== CONT  TestUUIDSet_Values/elements
--- PASS: TestUUIDSet_Values (0.00s)
    --- PASS: TestUUIDSet_Values/empty (0.00s)
    --- PASS: TestUUIDSet_Values/elements (0.00s)
=== RUN   TestUUIDSet_Add
=== RUN   TestUUIDSet_Add/empty
=== PAUSE TestUUIDSet_Add/empty
=== RUN   TestUUIDSet_Add/elements
=== PAUSE TestUUIDSet_Add/elements
=== RUN   TestUUIDSet_Add/dup-elements
=== PAUSE TestUUIDSet_Add/dup-elements
=== RUN   TestUUIDSet_Add/existing-elements
=== PAUSE TestUUIDSet_Add/existing-elements
=== CONT  TestUUIDSet_Add/empty
=== CONT  TestUUIDSet_Add/dup-elements
=== CONT  TestUUIDSet_Add/existing-elements
=== CONT  TestUUIDSet_Add/elements
--- PASS: TestUUIDSet_Add (0.00s)
    --- PASS: TestUUIDSet_Add/empty (0.00s)
    --- PASS: TestUUIDSet_Add/existing-elements (0.00s)
    --- PASS: TestUUIDSet_Add/dup-elements (0.00s)
    --- PASS: TestUUIDSet_Add/elements (0.00s)
=== RUN   TestUUIDSet_Remove
=== RUN   TestUUIDSet_Remove/empty
=== PAUSE TestUUIDSet_Remove/empty
=== RUN   TestUUIDSet_Remove/elements
=== PAUSE TestUUIDSet_Remove/elements
=== RUN   TestUUIDSet_Remove/elements-mix
=== PAUSE TestUUIDSet_Remove/elements-mix
=== RUN   TestUUIDSet_Remove/elements-incomplete
=== PAUSE TestUUIDSet_Remove/elements-incomplete
=== CONT  TestUUIDSet_Remove/empty
=== CONT  TestUUIDSet_Remove/elements-incomplete
=== CONT  TestUUIDSet_Remove/elements-mix
=== CONT  TestUUIDSet_Remove/elements
--- PASS: TestUUIDSet_Remove (0.00s)
    --- PASS: TestUUIDSet_Remove/empty (0.00s)
    --- PASS: TestUUIDSet_Remove/elements-incomplete (0.00s)
    --- PASS: TestUUIDSet_Remove/elements-mix (0.00s)
    --- PASS: TestUUIDSet_Remove/elements (0.00s)
=== RUN   TestUUIDSet_Contains
=== RUN   TestUUIDSet_Contains/false-no-match
=== PAUSE TestUUIDSet_Contains/false-no-match
=== RUN   TestUUIDSet_Contains/false-empty
=== PAUSE TestUUIDSet_Contains/false-empty
=== RUN   TestUUIDSet_Contains/true
=== PAUSE TestUUIDSet_Contains/true
=== CONT  TestUUIDSet_Contains/false-no-match
=== CONT  TestUUIDSet_Contains/true
=== CONT  TestUUIDSet_Contains/false-empty
--- PASS: TestUUIDSet_Contains (0.00s)
    --- PASS: TestUUIDSet_Contains/false-no-match (0.00s)
    --- PASS: TestUUIDSet_Contains/true (0.00s)
    --- PASS: TestUUIDSet_Contains/false-empty (0.00s)
=== RUN   TestUUIDSet_ForEach
=== RUN   TestUUIDSet_ForEach/elements
=== PAUSE TestUUIDSet_ForEach/elements
=== RUN   TestUUIDSet_ForEach/empty
=== PAUSE TestUUIDSet_ForEach/empty
=== CONT  TestUUIDSet_ForEach/elements
=== CONT  TestUUIDSet_ForEach/empty
--- PASS: TestUUIDSet_ForEach (0.00s)
    --- PASS: TestUUIDSet_ForEach/elements (0.00s)
    --- PASS: TestUUIDSet_ForEach/empty (0.00s)
=== RUN   TestUUIDTree_UnmarshalJSON
=== RUN   TestUUIDTree_UnmarshalJSON/ok
=== PAUSE TestUUIDTree_UnmarshalJSON/ok
=== RUN   TestUUIDTree_UnmarshalJSON/nil
=== PAUSE TestUUIDTree_UnmarshalJSON/nil
=== RUN   TestUUIDTree_UnmarshalJSON/empty
=== PAUSE TestUUIDTree_UnmarshalJSON/empty
=== RUN   TestUUIDTree_UnmarshalJSON/err-bad-uuid-key
=== PAUSE TestUUIDTree_UnmarshalJSON/err-bad-uuid-key
=== RUN   TestUUIDTree_UnmarshalJSON/err-bad-uuid-set
=== PAUSE TestUUIDTree_UnmarshalJSON/err-bad-uuid-set
=== CONT  TestUUIDTree_UnmarshalJSON/ok
=== CONT  TestUUIDTree_UnmarshalJSON/empty
=== CONT  TestUUIDTree_UnmarshalJSON/err-bad-uuid-set
=== CONT  TestUUIDTree_UnmarshalJSON/nil
=== CONT  TestUUIDTree_UnmarshalJSON/err-bad-uuid-key
--- PASS: TestUUIDTree_UnmarshalJSON (0.00s)
    --- PASS: TestUUIDTree_UnmarshalJSON/ok (0.00s)
    --- PASS: TestUUIDTree_UnmarshalJSON/empty (0.00s)
    --- PASS: TestUUIDTree_UnmarshalJSON/nil (0.00s)
    --- PASS: TestUUIDTree_UnmarshalJSON/err-bad-uuid-set (0.00s)
    --- PASS: TestUUIDTree_UnmarshalJSON/err-bad-uuid-key (0.00s)
=== RUN   TestUUIDTree_MarshalJSON
=== RUN   TestUUIDTree_MarshalJSON/ok-empty
=== PAUSE TestUUIDTree_MarshalJSON/ok-empty
=== RUN   TestUUIDTree_MarshalJSON/ok-elements
=== PAUSE TestUUIDTree_MarshalJSON/ok-elements
=== CONT  TestUUIDTree_MarshalJSON/ok-empty
=== CONT  TestUUIDTree_MarshalJSON/ok-elements
--- PASS: TestUUIDTree_MarshalJSON (0.00s)
    --- PASS: TestUUIDTree_MarshalJSON/ok-empty (0.00s)
    --- PASS: TestUUIDTree_MarshalJSON/ok-elements (0.00s)
=== RUN   TestUUIDTree_RemoveVertex
=== RUN   TestUUIDTree_RemoveVertex/empty
=== PAUSE TestUUIDTree_RemoveVertex/empty
=== RUN   TestUUIDTree_RemoveVertex/ok-elements
=== PAUSE TestUUIDTree_RemoveVertex/ok-elements
=== CONT  TestUUIDTree_RemoveVertex/empty
=== CONT  TestUUIDTree_RemoveVertex/ok-elements
--- PASS: TestUUIDTree_RemoveVertex (0.00s)
    --- PASS: TestUUIDTree_RemoveVertex/empty (0.00s)
    --- PASS: TestUUIDTree_RemoveVertex/ok-elements (0.00s)
=== RUN   TestUUIDTree_ContainsVertex
=== RUN   TestUUIDTree_ContainsVertex/empty
=== PAUSE TestUUIDTree_ContainsVertex/empty
=== RUN   TestUUIDTree_ContainsVertex/match
=== PAUSE TestUUIDTree_ContainsVertex/match
=== RUN   TestUUIDTree_ContainsVertex/no-match
=== PAUSE TestUUIDTree_ContainsVertex/no-match
=== CONT  TestUUIDTree_ContainsVertex/empty
=== CONT  TestUUIDTree_ContainsVertex/no-match
=== CONT  TestUUIDTree_ContainsVertex/match
--- PASS: TestUUIDTree_ContainsVertex (0.00s)
    --- PASS: TestUUIDTree_ContainsVertex/empty (0.00s)
    --- PASS: TestUUIDTree_ContainsVertex/no-match (0.00s)
    --- PASS: TestUUIDTree_ContainsVertex/match (0.00s)
=== RUN   TestUUIDTree_AddEdge
=== RUN   TestUUIDTree_AddEdge/empty
=== PAUSE TestUUIDTree_AddEdge/empty
=== RUN   TestUUIDTree_AddEdge/exists
=== PAUSE TestUUIDTree_AddEdge/exists
=== RUN   TestUUIDTree_AddEdge/add-to-existing
=== PAUSE TestUUIDTree_AddEdge/add-to-existing
=== CONT  TestUUIDTree_AddEdge/empty
=== CONT  TestUUIDTree_AddEdge/add-to-existing
=== CONT  TestUUIDTree_AddEdge/exists
--- PASS: TestUUIDTree_AddEdge (0.00s)
    --- PASS: TestUUIDTree_AddEdge/empty (0.00s)
    --- PASS: TestUUIDTree_AddEdge/add-to-existing (0.00s)
    --- PASS: TestUUIDTree_AddEdge/exists (0.00s)
=== RUN   TestUUIDTree_RemoveEdge
=== RUN   TestUUIDTree_RemoveEdge/empty
=== PAUSE TestUUIDTree_RemoveEdge/empty
=== RUN   TestUUIDTree_RemoveEdge/exists
=== PAUSE TestUUIDTree_RemoveEdge/exists
=== RUN   TestUUIDTree_RemoveEdge/not-exists
=== PAUSE TestUUIDTree_RemoveEdge/not-exists
=== CONT  TestUUIDTree_RemoveEdge/empty
=== CONT  TestUUIDTree_RemoveEdge/not-exists
=== CONT  TestUUIDTree_RemoveEdge/exists
--- PASS: TestUUIDTree_RemoveEdge (0.00s)
    --- PASS: TestUUIDTree_RemoveEdge/empty (0.00s)
    --- PASS: TestUUIDTree_RemoveEdge/not-exists (0.00s)
    --- PASS: TestUUIDTree_RemoveEdge/exists (0.00s)
=== RUN   TestUUIDTree_ContainsEdge
=== RUN   TestUUIDTree_ContainsEdge/empty
=== PAUSE TestUUIDTree_ContainsEdge/empty
=== RUN   TestUUIDTree_ContainsEdge/match
=== PAUSE TestUUIDTree_ContainsEdge/match
=== CONT  TestUUIDTree_ContainsEdge/empty
=== CONT  TestUUIDTree_ContainsEdge/match
--- PASS: TestUUIDTree_ContainsEdge (0.00s)
    --- PASS: TestUUIDTree_ContainsEdge/empty (0.00s)
    --- PASS: TestUUIDTree_ContainsEdge/match (0.00s)
=== RUN   TestUUIDTree_Expand
=== RUN   TestUUIDTree_Expand/empty
=== PAUSE TestUUIDTree_Expand/empty
=== RUN   TestUUIDTree_Expand/elements
=== PAUSE TestUUIDTree_Expand/elements
=== CONT  TestUUIDTree_Expand/empty
=== CONT  TestUUIDTree_Expand/elements
--- PASS: TestUUIDTree_Expand (0.00s)
    --- PASS: TestUUIDTree_Expand/empty (0.00s)
    --- PASS: TestUUIDTree_Expand/elements (0.00s)
=== RUN   TestUUIDTree_ExpandFromSet
=== RUN   TestUUIDTree_ExpandFromSet/empty
=== PAUSE TestUUIDTree_ExpandFromSet/empty
=== RUN   TestUUIDTree_ExpandFromSet/elements
=== PAUSE TestUUIDTree_ExpandFromSet/elements
=== CONT  TestUUIDTree_ExpandFromSet/empty
=== CONT  TestUUIDTree_ExpandFromSet/elements
--- PASS: TestUUIDTree_ExpandFromSet (0.00s)
    --- PASS: TestUUIDTree_ExpandFromSet/empty (0.00s)
    --- PASS: TestUUIDTree_ExpandFromSet/elements (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/internal/collections	0.023s
=== RUN   TestInput_Name
--- PASS: TestInput_Name (0.00s)
=== RUN   TestInput_Test
=== RUN   TestInput_Test/test-ok
=== PAUSE TestInput_Test/test-ok
=== RUN   TestInput_Test/test-err
=== PAUSE TestInput_Test/test-err
=== RUN   TestInput_Test/test-panic
=== PAUSE TestInput_Test/test-panic
=== CONT  TestInput_Test/test-ok
=== CONT  TestInput_Test/test-panic
=== CONT  TestInput_Test/test-err
--- PASS: TestInput_Test (0.00s)
    --- PASS: TestInput_Test/test-ok (0.00s)
    --- PASS: TestInput_Test/test-panic (0.00s)
    --- PASS: TestInput_Test/test-err (0.00s)
=== RUN   TestInput_Run
=== RUN   TestInput_Run/run-ok
=== RUN   TestInput_Run/run-err
=== RUN   TestInput_Run/run-panic
--- PASS: TestInput_Run (0.01s)
    --- PASS: TestInput_Run/run-ok (0.01s)
    --- PASS: TestInput_Run/run-err (0.00s)
    --- PASS: TestInput_Run/run-panic (0.00s)
=== RUN   TestManager_Create
=== RUN   TestManager_Create/create-ok
=== RUN   TestManager_Create/err-configure
=== RUN   TestManager_Create/err-config-unpack
--- PASS: TestManager_Create (0.00s)
    --- PASS: TestManager_Create/create-ok (0.00s)
    --- PASS: TestManager_Create/err-configure (0.00s)
    --- PASS: TestManager_Create/err-config-unpack (0.00s)
=== RUN   TestManager_Init
--- PASS: TestManager_Init (0.00s)
=== RUN   TestStore_RunTransaction
=== RUN   TestStore_RunTransaction/run-ok
=== PAUSE TestStore_RunTransaction/run-ok
=== RUN   TestStore_RunTransaction/run-err
=== PAUSE TestStore_RunTransaction/run-err
=== RUN   TestStore_RunTransaction/run-panic
=== PAUSE TestStore_RunTransaction/run-panic
=== RUN   TestStore_RunTransaction/run-panic-err
=== PAUSE TestStore_RunTransaction/run-panic-err
=== CONT  TestStore_RunTransaction/run-ok
=== CONT  TestStore_RunTransaction/run-panic-err
=== CONT  TestStore_RunTransaction/run-err
=== CONT  TestStore_RunTransaction/run-panic
--- PASS: TestStore_RunTransaction (0.00s)
    --- PASS: TestStore_RunTransaction/run-err (0.01s)
    --- PASS: TestStore_RunTransaction/run-ok (0.02s)
    --- PASS: TestStore_RunTransaction/run-panic (0.02s)
    --- PASS: TestStore_RunTransaction/run-panic-err (0.02s)
=== RUN   TestStore_BeginTx
=== RUN   TestStore_BeginTx/begin-writable
=== PAUSE TestStore_BeginTx/begin-writable
=== RUN   TestStore_BeginTx/begin-readonly
=== PAUSE TestStore_BeginTx/begin-readonly
=== CONT  TestStore_BeginTx/begin-writable
=== CONT  TestStore_BeginTx/begin-readonly
--- PASS: TestStore_BeginTx (0.00s)
    --- PASS: TestStore_BeginTx/begin-readonly (0.00s)
    --- PASS: TestStore_BeginTx/begin-writable (0.00s)
=== RUN   TestTxTracker_Ack
--- PASS: TestTxTracker_Ack (0.00s)
=== RUN   TestTxTracker_Add
--- PASS: TestTxTracker_Add (0.00s)
=== RUN   TestTxTracker_Wait
--- PASS: TestTxTracker_Wait (0.00s)
=== RUN   TestTxACKHandler
=== RUN   TestTxACKHandler/all-ack
=== RUN   TestTxACKHandler/wait-ack
--- PASS: TestTxACKHandler (0.00s)
    --- PASS: TestTxACKHandler/all-ack (0.00s)
    --- PASS: TestTxACKHandler/wait-ack (0.00s)
=== RUN   TestTransaction_GetBytes
=== RUN   TestTransaction_GetBytes/get-ok
=== PAUSE TestTransaction_GetBytes/get-ok
=== RUN   TestTransaction_GetBytes/get-err-bucket
=== PAUSE TestTransaction_GetBytes/get-err-bucket
=== RUN   TestTransaction_GetBytes/get-err-key
=== PAUSE TestTransaction_GetBytes/get-err-key
=== CONT  TestTransaction_GetBytes/get-ok
=== CONT  TestTransaction_GetBytes/get-err-key
=== CONT  TestTransaction_GetBytes/get-err-bucket
--- PASS: TestTransaction_GetBytes (0.00s)
    --- PASS: TestTransaction_GetBytes/get-err-bucket (0.00s)
    --- PASS: TestTransaction_GetBytes/get-err-key (0.00s)
    --- PASS: TestTransaction_GetBytes/get-ok (0.00s)
=== RUN   TestTransaction_Get
=== RUN   TestTransaction_Get/get-ok
=== PAUSE TestTransaction_Get/get-ok
=== RUN   TestTransaction_Get/get-err-key
=== PAUSE TestTransaction_Get/get-err-key
=== RUN   TestTransaction_Get/get-err-json
=== PAUSE TestTransaction_Get/get-err-json
=== CONT  TestTransaction_Get/get-ok
=== CONT  TestTransaction_Get/get-err-json
=== CONT  TestTransaction_Get/get-err-key
--- PASS: TestTransaction_Get (0.00s)
    --- PASS: TestTransaction_Get/get-err-json (0.00s)
    --- PASS: TestTransaction_Get/get-err-key (0.00s)
    --- PASS: TestTransaction_Get/get-ok (0.00s)
=== RUN   TestTransaction_ForEach
=== RUN   TestTransaction_ForEach/foreach-ok
=== PAUSE TestTransaction_ForEach/foreach-ok
=== RUN   TestTransaction_ForEach/foreach-err-bucket
=== PAUSE TestTransaction_ForEach/foreach-err-bucket
=== CONT  TestTransaction_ForEach/foreach-ok
=== CONT  TestTransaction_ForEach/foreach-err-bucket
--- PASS: TestTransaction_ForEach (0.00s)
    --- PASS: TestTransaction_ForEach/foreach-err-bucket (0.00s)
    --- PASS: TestTransaction_ForEach/foreach-ok (0.00s)
=== RUN   TestTransaction_SetBytes
=== RUN   TestTransaction_SetBytes/set-ok
=== PAUSE TestTransaction_SetBytes/set-ok
=== RUN   TestTransaction_SetBytes/set-err-empty-bucket
=== PAUSE TestTransaction_SetBytes/set-err-empty-bucket
=== RUN   TestTransaction_SetBytes/set-err-empty-key
=== PAUSE TestTransaction_SetBytes/set-err-empty-key
=== CONT  TestTransaction_SetBytes/set-ok
=== CONT  TestTransaction_SetBytes/set-err-empty-key
=== CONT  TestTransaction_SetBytes/set-err-empty-bucket
--- PASS: TestTransaction_SetBytes (0.00s)
    --- PASS: TestTransaction_SetBytes/set-err-empty-key (0.00s)
    --- PASS: TestTransaction_SetBytes/set-err-empty-bucket (0.00s)
    --- PASS: TestTransaction_SetBytes/set-ok (0.00s)
=== RUN   TestTransaction_Set
=== RUN   TestTransaction_Set/set-ok
=== PAUSE TestTransaction_Set/set-ok
=== CONT  TestTransaction_Set/set-ok
--- PASS: TestTransaction_Set (0.00s)
    --- PASS: TestTransaction_Set/set-ok (0.00s)
=== RUN   TestTransaction_Delete
=== RUN   TestTransaction_Delete/delete-ok
=== PAUSE TestTransaction_Delete/delete-ok
=== RUN   TestTransaction_Delete/delete-no-bucket
=== PAUSE TestTransaction_Delete/delete-no-bucket
=== RUN   TestTransaction_Delete/delete-err
=== PAUSE TestTransaction_Delete/delete-err
=== CONT  TestTransaction_Delete/delete-ok
=== CONT  TestTransaction_Delete/delete-no-bucket
=== CONT  TestTransaction_Delete/delete-err
--- PASS: TestTransaction_Delete (0.00s)
    --- PASS: TestTransaction_Delete/delete-ok (0.00s)
    --- PASS: TestTransaction_Delete/delete-err (0.00s)
    --- PASS: TestTransaction_Delete/delete-no-bucket (0.00s)
=== RUN   TestTransaction_Commit
=== RUN   TestTransaction_Commit/commit-writable
=== PAUSE TestTransaction_Commit/commit-writable
=== RUN   TestTransaction_Commit/commit-readonly
=== PAUSE TestTransaction_Commit/commit-readonly
=== CONT  TestTransaction_Commit/commit-writable
=== CONT  TestTransaction_Commit/commit-readonly
--- PASS: TestTransaction_Commit (0.00s)
    --- PASS: TestTransaction_Commit/commit-readonly (0.00s)
    --- PASS: TestTransaction_Commit/commit-writable (0.00s)
=== RUN   TestTransaction_Rollback
--- PASS: TestTransaction_Rollback (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/internal/kvstore	0.065s
=== RUN   TestRegistry
--- PASS: TestRegistry (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider	0.035s
=== RUN   TestAzure_DoFetch
--- PASS: TestAzure_DoFetch (0.00s)
=== RUN   TestConf_Validate
=== RUN   TestConf_Validate/err-invalid-intervals
=== PAUSE TestConf_Validate/err-invalid-intervals
=== RUN   TestConf_Validate/default
=== PAUSE TestConf_Validate/default
=== CONT  TestConf_Validate/err-invalid-intervals
=== CONT  TestConf_Validate/default
--- PASS: TestConf_Validate (0.00s)
    --- PASS: TestConf_Validate/err-invalid-intervals (0.00s)
    --- PASS: TestConf_Validate/default (0.00s)
=== RUN   TestStateStore_New
--- PASS: TestStateStore_New (0.01s)
=== RUN   TestStateStore_Close
--- PASS: TestStateStore_Close (0.00s)
=== RUN   TestGetLastSync
--- PASS: TestGetLastSync (0.00s)
=== RUN   TestGetLastUpdate
--- PASS: TestGetLastUpdate (0.00s)
=== RUN   TestErrIsItemFound
=== RUN   TestErrIsItemFound/bucket-not-found
=== PAUSE TestErrIsItemFound/bucket-not-found
=== RUN   TestErrIsItemFound/key-not-found
=== PAUSE TestErrIsItemFound/key-not-found
=== RUN   TestErrIsItemFound/invalid_error
=== PAUSE TestErrIsItemFound/invalid_error
=== CONT  TestErrIsItemFound/bucket-not-found
=== CONT  TestErrIsItemFound/invalid_error
=== CONT  TestErrIsItemFound/key-not-found
--- PASS: TestErrIsItemFound (0.00s)
    --- PASS: TestErrIsItemFound/bucket-not-found (0.00s)
    --- PASS: TestErrIsItemFound/invalid_error (0.00s)
    --- PASS: TestErrIsItemFound/key-not-found (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider/azuread	0.055s
=== RUN   TestRenew
=== RUN   TestRenew/new-token
=== RUN   TestRenew/cached-token
=== RUN   TestRenew/invalid-token
--- PASS: TestRenew (0.01s)
    --- PASS: TestRenew/new-token (0.00s)
    --- PASS: TestRenew/cached-token (0.01s)
    --- PASS: TestRenew/invalid-token (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider/azuread/authenticator/oauth2	0.086s
=== RUN   TestGroup_ToECS
--- PASS: TestGroup_ToECS (0.00s)
=== RUN   TestUser_Merge
=== RUN   TestUser_Merge/id-mismatch
=== PAUSE TestUser_Merge/id-mismatch
=== RUN   TestUser_Merge/ok
=== PAUSE TestUser_Merge/ok
=== CONT  TestUser_Merge/id-mismatch
=== CONT  TestUser_Merge/ok
--- PASS: TestUser_Merge (0.00s)
    --- PASS: TestUser_Merge/id-mismatch (0.00s)
    --- PASS: TestUser_Merge/ok (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider/azuread/fetcher	0.069s
=== RUN   TestGraph_Groups
--- PASS: TestGraph_Groups (0.00s)
=== RUN   TestGraph_Users
--- PASS: TestGraph_Users (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/entityanalytics/provider/azuread/fetcher/graph	0.038s
=== RUN   TestConfigValidateGoogleAppDefaultCreds
--- PASS: TestConfigValidateGoogleAppDefaultCreds (0.01s)
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.01s)
=== RUN   TestTopicDoesNotExist
    pubsub_test.go:229: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
--- SKIP: TestTopicDoesNotExist (0.00s)
=== RUN   TestSubscriptionDoesNotExistError
    pubsub_test.go:229: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
--- SKIP: TestSubscriptionDoesNotExistError (0.00s)
=== RUN   TestSubscriptionExists
    pubsub_test.go:229: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
--- SKIP: TestSubscriptionExists (0.00s)
=== RUN   TestSubscriptionCreate
    pubsub_test.go:229: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
--- SKIP: TestSubscriptionCreate (0.00s)
=== RUN   TestRunStop
    pubsub_test.go:229: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
--- SKIP: TestRunStop (0.00s)
=== RUN   TestEndToEndACK
    pubsub_test.go:229: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
--- SKIP: TestEndToEndACK (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/gcppubsub	0.055s
=== RUN   Test_httpReadJSON
=== RUN   Test_httpReadJSON/single_object
=== RUN   Test_httpReadJSON/array_accepted
=== RUN   Test_httpReadJSON/not_an_object_not_accepted
=== RUN   Test_httpReadJSON/not_an_object_mixed
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(CRLF)
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(LF)
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(SP)
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(no_separator)
=== RUN   Test_httpReadJSON/not_an_object_in_sequence
=== RUN   Test_httpReadJSON/array_of_objects_in_stream
=== RUN   Test_httpReadJSON/numbers
--- PASS: Test_httpReadJSON (0.00s)
    --- PASS: Test_httpReadJSON/single_object (0.00s)
    --- PASS: Test_httpReadJSON/array_accepted (0.00s)
    --- PASS: Test_httpReadJSON/not_an_object_not_accepted (0.00s)
    --- PASS: Test_httpReadJSON/not_an_object_mixed (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(CRLF) (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(LF) (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(SP) (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(no_separator) (0.00s)
    --- PASS: Test_httpReadJSON/not_an_object_in_sequence (0.00s)
    --- PASS: Test_httpReadJSON/array_of_objects_in_stream (0.00s)
    --- PASS: Test_httpReadJSON/numbers (0.00s)
=== RUN   Test_StorageClient
=== RUN   Test_StorageClient/SingleBucketWithPoll_NoErr
=== RUN   Test_StorageClient/SingleBucketWithoutPoll_NoErr
=== RUN   Test_StorageClient/TwoBucketsWithPoll_NoErr
=== RUN   Test_StorageClient/TwoBucketsWithoutPoll_NoErr
=== RUN   Test_StorageClient/SingleBucketWithPoll_InvalidBucketErr
=== RUN   Test_StorageClient/SingleBucketWithoutPoll_InvalidBucketErr
=== RUN   Test_StorageClient/TwoBucketsWithPoll_InvalidBucketErr
=== RUN   Test_StorageClient/SingleBucketWithPoll_InvalidConfigValue
=== RUN   Test_StorageClient/TwoBucketWithPoll_InvalidConfigValue
=== RUN   Test_StorageClient/SingleBucketWithPoll_parseJSON
=== RUN   Test_StorageClient/ReadJSON
=== RUN   Test_StorageClient/ReadOctetStreamJSON
=== RUN   Test_StorageClient/ReadNDJSON
=== RUN   Test_StorageClient/ReadMultilineGzJSON
=== RUN   Test_StorageClient/ReadJSONWithRootAsArray
--- PASS: Test_StorageClient (0.12s)
    --- PASS: Test_StorageClient/SingleBucketWithPoll_NoErr (0.07s)
    --- PASS: Test_StorageClient/SingleBucketWithoutPoll_NoErr (0.00s)
    --- PASS: Test_StorageClient/TwoBucketsWithPoll_NoErr (0.00s)
    --- PASS: Test_StorageClient/TwoBucketsWithoutPoll_NoErr (0.00s)
    --- PASS: Test_StorageClient/SingleBucketWithPoll_InvalidBucketErr (0.00s)
    --- PASS: Test_StorageClient/SingleBucketWithoutPoll_InvalidBucketErr (0.00s)
    --- PASS: Test_StorageClient/TwoBucketsWithPoll_InvalidBucketErr (0.00s)
    --- PASS: Test_StorageClient/SingleBucketWithPoll_InvalidConfigValue (0.00s)
    --- PASS: Test_StorageClient/TwoBucketWithPoll_InvalidConfigValue (0.00s)
    --- PASS: Test_StorageClient/SingleBucketWithPoll_parseJSON (0.00s)
    --- PASS: Test_StorageClient/ReadJSON (0.02s)
    --- PASS: Test_StorageClient/ReadOctetStreamJSON (0.01s)
    --- PASS: Test_StorageClient/ReadNDJSON (0.00s)
    --- PASS: Test_StorageClient/ReadMultilineGzJSON (0.00s)
    --- PASS: Test_StorageClient/ReadJSONWithRootAsArray (0.01s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/gcs	0.155s
=== RUN   Test_httpReadJSON
=== RUN   Test_httpReadJSON/single_object
=== RUN   Test_httpReadJSON/array_accepted
=== RUN   Test_httpReadJSON/not_an_object_not_accepted
=== RUN   Test_httpReadJSON/not_an_object_mixed
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(CRLF)
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(LF)
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(SP)
=== RUN   Test_httpReadJSON/sequence_of_objects_accepted_(no_separator)
=== RUN   Test_httpReadJSON/not_an_object_in_sequence
=== RUN   Test_httpReadJSON/array_of_objects_in_stream
=== RUN   Test_httpReadJSON/numbers
--- PASS: Test_httpReadJSON (0.00s)
    --- PASS: Test_httpReadJSON/single_object (0.00s)
    --- PASS: Test_httpReadJSON/array_accepted (0.00s)
    --- PASS: Test_httpReadJSON/not_an_object_not_accepted (0.00s)
    --- PASS: Test_httpReadJSON/not_an_object_mixed (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(CRLF) (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(LF) (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(SP) (0.00s)
    --- PASS: Test_httpReadJSON/sequence_of_objects_accepted_(no_separator) (0.00s)
    --- PASS: Test_httpReadJSON/not_an_object_in_sequence (0.00s)
    --- PASS: Test_httpReadJSON/array_of_objects_in_stream (0.00s)
    --- PASS: Test_httpReadJSON/numbers (0.00s)
=== RUN   Test_apiResponse
=== RUN   Test_apiResponse/single_event
=== RUN   Test_apiResponse/single_event_gzip
=== RUN   Test_apiResponse/multiple_events_gzip
--- PASS: Test_apiResponse (0.00s)
    --- PASS: Test_apiResponse/single_event (0.00s)
    --- PASS: Test_apiResponse/single_event_gzip (0.00s)
    --- PASS: Test_apiResponse/multiple_events_gzip (0.00s)
=== RUN   TestServerPool
=== RUN   TestServerPool/single
=== RUN   TestServerPool/distinct_ports
=== RUN   TestServerPool/shared_ports
=== RUN   TestServerPool/inconsistent_tls_mixed_traffic
=== RUN   TestServerPool/inconsistent_tls_config
--- PASS: TestServerPool (5.06s)
    --- PASS: TestServerPool/single (1.01s)
    --- PASS: TestServerPool/distinct_ports (1.02s)
    --- PASS: TestServerPool/shared_ports (1.01s)
    --- PASS: TestServerPool/inconsistent_tls_mixed_traffic (1.02s)
    --- PASS: TestServerPool/inconsistent_tls_config (1.01s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/http_endpoint	5.085s
=== RUN   TestProviderCanonical
--- PASS: TestProviderCanonical (0.00s)
=== RUN   TestGetProviderIsCanonical
--- PASS: TestGetProviderIsCanonical (0.00s)
=== RUN   TestIsEnabled
--- PASS: TestIsEnabled (0.00s)
=== RUN   TestGetTokenURL
--- PASS: TestGetTokenURL (0.00s)
=== RUN   TestGetTokenURLWithAzure
--- PASS: TestGetTokenURLWithAzure (0.00s)
=== RUN   TestGetEndpointParams
--- PASS: TestGetEndpointParams (0.00s)
=== RUN   TestGetEndpointParamsWithAzure
--- PASS: TestGetEndpointParamsWithAzure (0.00s)
=== RUN   TestConfigFailsWithInvalidMethod
--- PASS: TestConfigFailsWithInvalidMethod (0.00s)
=== RUN   TestConfigMustFailWithInvalidURL
--- PASS: TestConfigMustFailWithInvalidURL (0.00s)
=== RUN   TestConfigOauth2Validation
=== RUN   TestConfigOauth2Validation/can't_set_oauth2_and_basic_auth_together
=== RUN   TestConfigOauth2Validation/can_set_oauth2_and_basic_auth_together_if_oauth2_is_disabled
=== RUN   TestConfigOauth2Validation/token_url_and_client_credentials_must_be_set
=== RUN   TestConfigOauth2Validation/client_credential_secret_may_be_empty
=== RUN   TestConfigOauth2Validation/client_credential_secret_may_not_be_missing
=== RUN   TestConfigOauth2Validation/if_user_and_password_is_set_oauth2_must_use_user-password_authentication
=== RUN   TestConfigOauth2Validation/if_user_is_set_password_credentials_must_be_set_for_user-password_authentication
=== RUN   TestConfigOauth2Validation/if_password_is_set_user_credentials_must_be_set_for_user-password_authentication
=== RUN   TestConfigOauth2Validation/must_fail_with_an_unknown_provider
=== RUN   TestConfigOauth2Validation/azure_must_have_either_tenant_id_or_token_url
=== RUN   TestConfigOauth2Validation/azure_must_have_only_one_of_token_url_and_tenant_id
=== RUN   TestConfigOauth2Validation/azure_must_have_client_credentials_set
=== RUN   TestConfigOauth2Validation/azure_config_is_valid
=== RUN   TestConfigOauth2Validation/google_can't_have_token_url_or_client_credentials_set
=== RUN   TestConfigOauth2Validation/google_must_fail_if_no_ADC_available
=== RUN   TestConfigOauth2Validation/google_must_fail_if_credentials_file_not_found
=== RUN   TestConfigOauth2Validation/google_must_fail_if_ADC_is_wrongly_set
=== RUN   TestConfigOauth2Validation/google_must_work_if_ADC_is_set_up
=== RUN   TestConfigOauth2Validation/google_must_work_if_credentials_file_is_correct
=== RUN   TestConfigOauth2Validation/google_must_work_if_jwt_file_is_correct
=== RUN   TestConfigOauth2Validation/google_must_work_if_jwt_json_is_correct
=== RUN   TestConfigOauth2Validation/google_must_work_if_credentials_json_is_correct
=== RUN   TestConfigOauth2Validation/google_must_fail_if_credentials_json_is_not_a_valid_JSON
=== RUN   TestConfigOauth2Validation/google_must_fail_if_jwt_json_is_not_a_valid_JSON
=== RUN   TestConfigOauth2Validation/google_must_fail_if_the_provided_credentials_file_is_not_a_valid_JSON
=== RUN   TestConfigOauth2Validation/google_must_fail_if_the_delegated_account_is_set_without_jwt_file
=== RUN   TestConfigOauth2Validation/google_must_work_with_delegated_account_and_a_valid_jwt_file
--- PASS: TestConfigOauth2Validation (0.01s)
    --- PASS: TestConfigOauth2Validation/can't_set_oauth2_and_basic_auth_together (0.00s)
    --- PASS: TestConfigOauth2Validation/can_set_oauth2_and_basic_auth_together_if_oauth2_is_disabled (0.00s)
    --- PASS: TestConfigOauth2Validation/token_url_and_client_credentials_must_be_set (0.00s)
    --- PASS: TestConfigOauth2Validation/client_credential_secret_may_be_empty (0.00s)
    --- PASS: TestConfigOauth2Validation/client_credential_secret_may_not_be_missing (0.00s)
    --- PASS: TestConfigOauth2Validation/if_user_and_password_is_set_oauth2_must_use_user-password_authentication (0.00s)
    --- PASS: TestConfigOauth2Validation/if_user_is_set_password_credentials_must_be_set_for_user-password_authentication (0.00s)
    --- PASS: TestConfigOauth2Validation/if_password_is_set_user_credentials_must_be_set_for_user-password_authentication (0.00s)
    --- PASS: TestConfigOauth2Validation/must_fail_with_an_unknown_provider (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_must_have_either_tenant_id_or_token_url (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_must_have_only_one_of_token_url_and_tenant_id (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_must_have_client_credentials_set (0.00s)
    --- PASS: TestConfigOauth2Validation/azure_config_is_valid (0.00s)
    --- PASS: TestConfigOauth2Validation/google_can't_have_token_url_or_client_credentials_set (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_no_ADC_available (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_credentials_file_not_found (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_ADC_is_wrongly_set (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_ADC_is_set_up (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_credentials_file_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_jwt_file_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_jwt_json_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_if_credentials_json_is_correct (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_credentials_json_is_not_a_valid_JSON (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_jwt_json_is_not_a_valid_JSON (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_the_provided_credentials_file_is_not_a_valid_JSON (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_fail_if_the_delegated_account_is_set_without_jwt_file (0.00s)
    --- PASS: TestConfigOauth2Validation/google_must_work_with_delegated_account_and_a_valid_jwt_file (0.00s)
=== RUN   TestCursorEntryConfig
--- PASS: TestCursorEntryConfig (0.00s)
=== RUN   TestKeepAliveSetting
=== RUN   TestKeepAliveSetting/keep_alive_none
=== RUN   TestKeepAliveSetting/keep_alive_true
=== RUN   TestKeepAliveSetting/keep_alive_false
=== RUN   TestKeepAliveSetting/keep_alive_invalid_max
--- PASS: TestKeepAliveSetting (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_none (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_true (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_false (0.00s)
    --- PASS: TestKeepAliveSetting/keep_alive_invalid_max (0.00s)
=== RUN   TestCursorUpdate
=== RUN   TestCursorUpdate/update_an_unexisting_value
=== RUN   TestCursorUpdate/update_an_existing_value_with_a_template
=== RUN   TestCursorUpdate/don't_update_an_existing_value_if_template_result_is_empty
=== RUN   TestCursorUpdate/update_an_existing_value_if_template_result_is_empty_and_ignore_empty_value_is_false
--- PASS: TestCursorUpdate (0.00s)
    --- PASS: TestCursorUpdate/update_an_unexisting_value (0.00s)
    --- PASS: TestCursorUpdate/update_an_existing_value_with_a_template (0.00s)
    --- PASS: TestCursorUpdate/don't_update_an_existing_value_if_template_result_is_empty (0.00s)
    --- PASS: TestCursorUpdate/update_an_existing_value_if_template_result_is_empty_and_ignore_empty_value_is_false (0.00s)
=== RUN   TestDecodeZip
--- PASS: TestDecodeZip (0.00s)
=== RUN   TestDecodeNdjson
--- PASS: TestDecodeNdjson (0.00s)
=== RUN   TestDecodeCSV
--- PASS: TestDecodeCSV (0.00s)
=== RUN   TestEncodeAsForm
--- PASS: TestEncodeAsForm (0.00s)
=== RUN   TestInput
=== RUN   TestInput/Test_simple_GET_request
=== RUN   TestInput/Test_simple_HTTPS_GET_request
2023/11/03 09:42:43 http: TLS handshake error from 127.0.0.1:47013: read tcp 127.0.0.1:47012->127.0.0.1:47013: use of closed network connection
=== RUN   TestInput/Test_request_honors_rate_limit
=== RUN   TestInput/Test_request_retries_when_failed
=== RUN   TestInput/Test_POST_request_with_body
=== RUN   TestInput/Test_repeated_POST_requests
=== RUN   TestInput/Test_split_by_json_objects_array
=== RUN   TestInput/Test_split_by_json_objects_array_with_keep_parent
=== RUN   TestInput/Test_split_on_empty_array_without_ignore_empty_value
=== RUN   TestInput/Test_split_on_empty_array_with_ignore_empty_value
=== RUN   TestInput/Test_split_on_null_field_with_ignore_empty_value_keeping_parent
=== RUN   TestInput/Test_split_on_empty_array_with_ignore_empty_value_keeping_parent
=== RUN   TestInput/Test_split_on_null_field_at_root_with_ignore_empty_value_keeping_parent
=== RUN   TestInput/Test_split_on_empty_array_at_root_with_ignore_empty_value_keeping_parent
=== RUN   TestInput/Test_nested_split
=== RUN   TestInput/Test_split_events_by_not_found
=== RUN   TestInput/Test_date_cursor
=== RUN   TestInput/Test_tracer_filename_sanitization
=== RUN   TestInput/Test_pagination
=== RUN   TestInput/Test_first_event
=== RUN   TestInput/Test_pagination_with_array_response
=== RUN   TestInput/Test_oauth2
=== RUN   TestInput/Test_request_transforms_can_access_state_from_previous_transforms
=== RUN   TestInput/Test_response_transforms_can't_access_request_state_from_previous_transforms
=== RUN   TestInput/Test_simple_Chain_GET_request
=== RUN   TestInput/Test_multiple_Chain_GET_request
=== RUN   TestInput/Test_date_cursor_while_using_chain
=== RUN   TestInput/Test_split_by_json_objects_array_in_chain
=== RUN   TestInput/Test_split_by_json_objects_array_with_keep_parent_in_chain
=== RUN   TestInput/Test_nested_split_in_chain
=== RUN   TestInput/Test_pagination_when_used_with_chaining
=== RUN   TestInput/Test_replace_with_clause_and_first_response_object
=== RUN   TestInput/Test_replace_with_clause_with_hardcoded_value_1
=== RUN   TestInput/Test_replace_with_clause_with_hardcoded_value_(no_dot_prefix)
=== RUN   TestInput/Test_replace_with_clause_with_hardcoded_value_(more_than_one_dot_prefix)
=== RUN   TestInput/Test_replace_with_clause_with_hardcoded_value_containing_'.'_(dots)
=== RUN   TestInput/Test_global_transform_context_separation_with_parent_last_response_object
=== RUN   TestInput/Test_if_cursor_value_is_updated_for_root_response_with_chaining_&_pagination
=== RUN   TestInput/Test_if_cursor_value_is_updated_for_root_response_with_chaining_&_pagination_along_with_split_operator
--- PASS: TestInput (19.24s)
    --- PASS: TestInput/Test_simple_GET_request (0.00s)
    --- PASS: TestInput/Test_simple_HTTPS_GET_request (0.02s)
    --- PASS: TestInput/Test_request_honors_rate_limit (0.00s)
    --- PASS: TestInput/Test_request_retries_when_failed (3.03s)
    --- PASS: TestInput/Test_POST_request_with_body (0.00s)
    --- PASS: TestInput/Test_repeated_POST_requests (0.10s)
    --- PASS: TestInput/Test_split_by_json_objects_array (0.00s)
    --- PASS: TestInput/Test_split_by_json_objects_array_with_keep_parent (0.00s)
    --- PASS: TestInput/Test_split_on_empty_array_without_ignore_empty_value (0.00s)
    --- PASS: TestInput/Test_split_on_empty_array_with_ignore_empty_value (5.00s)
    --- PASS: TestInput/Test_split_on_null_field_with_ignore_empty_value_keeping_parent (0.00s)
    --- PASS: TestInput/Test_split_on_empty_array_with_ignore_empty_value_keeping_parent (0.00s)
    --- PASS: TestInput/Test_split_on_null_field_at_root_with_ignore_empty_value_keeping_parent (0.00s)
    --- PASS: TestInput/Test_split_on_empty_array_at_root_with_ignore_empty_value_keeping_parent (0.00s)
    --- PASS: TestInput/Test_nested_split (0.00s)
    --- PASS: TestInput/Test_split_events_by_not_found (5.01s)
    --- PASS: TestInput/Test_date_cursor (2.01s)
    --- PASS: TestInput/Test_tracer_filename_sanitization (2.01s)
    --- PASS: TestInput/Test_pagination (0.01s)
    --- PASS: TestInput/Test_first_event (2.01s)
    --- PASS: TestInput/Test_pagination_with_array_response (0.00s)
    --- PASS: TestInput/Test_oauth2 (0.00s)
    --- PASS: TestInput/Test_request_transforms_can_access_state_from_previous_transforms (0.00s)
    --- PASS: TestInput/Test_response_transforms_can't_access_request_state_from_previous_transforms (0.00s)
    --- PASS: TestInput/Test_simple_Chain_GET_request (0.00s)
    --- PASS: TestInput/Test_multiple_Chain_GET_request (0.00s)
    --- PASS: TestInput/Test_date_cursor_while_using_chain (0.00s)
    --- PASS: TestInput/Test_split_by_json_objects_array_in_chain (0.00s)
    --- PASS: TestInput/Test_split_by_json_objects_array_with_keep_parent_in_chain (0.00s)
    --- PASS: TestInput/Test_nested_split_in_chain (0.00s)
    --- PASS: TestInput/Test_pagination_when_used_with_chaining (0.00s)
    --- PASS: TestInput/Test_replace_with_clause_and_first_response_object (0.00s)
    --- PASS: TestInput/Test_replace_with_clause_with_hardcoded_value_1 (0.00s)
    --- PASS: TestInput/Test_replace_with_clause_with_hardcoded_value_(no_dot_prefix) (0.00s)
    --- PASS: TestInput/Test_replace_with_clause_with_hardcoded_value_(more_than_one_dot_prefix) (0.00s)
    --- PASS: TestInput/Test_replace_with_clause_with_hardcoded_value_containing_'.'_(dots) (0.00s)
    --- PASS: TestInput/Test_global_transform_context_separation_with_parent_last_response_object (0.00s)
    --- PASS: TestInput/Test_if_cursor_value_is_updated_for_root_response_with_chaining_&_pagination (0.00s)
    --- PASS: TestInput/Test_if_cursor_value_is_updated_for_root_response_with_chaining_&_pagination_along_with_split_operator (0.00s)
=== RUN   TestPolicy_CustomRetryPolicy
=== RUN   TestPolicy_CustomRetryPolicy/customRetryPolicy_doNotRetryFurther
=== RUN   TestPolicy_CustomRetryPolicy/customRetryPolicy_keepRetrying
=== RUN   TestPolicy_CustomRetryPolicy/customRetryPolicy_emptyTemplateError
=== RUN   TestPolicy_CustomRetryPolicy/customRetryPolicy_internalServerError
=== RUN   TestPolicy_CustomRetryPolicy/customRetryPolicy_unknownCertError
--- PASS: TestPolicy_CustomRetryPolicy (0.01s)
    --- PASS: TestPolicy_CustomRetryPolicy/customRetryPolicy_doNotRetryFurther (0.00s)
    --- PASS: TestPolicy_CustomRetryPolicy/customRetryPolicy_keepRetrying (0.00s)
    --- PASS: TestPolicy_CustomRetryPolicy/customRetryPolicy_emptyTemplateError (0.00s)
    --- PASS: TestPolicy_CustomRetryPolicy/customRetryPolicy_internalServerError (0.00s)
    --- PASS: TestPolicy_CustomRetryPolicy/customRetryPolicy_unknownCertError (0.00s)
=== RUN   TestGetRateLimitReturns0IfRemainingQuota
--- PASS: TestGetRateLimitReturns0IfRemainingQuota (0.00s)
=== RUN   TestGetRateLimitReturns0IfEpochInPast
--- PASS: TestGetRateLimitReturns0IfEpochInPast (0.00s)
=== RUN   TestGetRateLimitReturnsResetValue
--- PASS: TestGetRateLimitReturnsResetValue (0.00s)
=== RUN   TestGetRateLimitReturns0IfEarlyLimit0
--- PASS: TestGetRateLimitReturns0IfEarlyLimit0 (0.00s)
=== RUN   TestGetRateLimitReturnsResetValueIfEarlyLimit1
--- PASS: TestGetRateLimitReturnsResetValueIfEarlyLimit1 (0.00s)
=== RUN   TestGetRateLimitReturns0IfEarlyLimitPercent
--- PASS: TestGetRateLimitReturns0IfEarlyLimitPercent (0.00s)
=== RUN   TestGetRateLimitReturnsResetValueIfEarlyLimitPercent
--- PASS: TestGetRateLimitReturnsResetValueIfEarlyLimitPercent (0.00s)
=== RUN   TestGetRateLimitWhenMissingLimit
--- PASS: TestGetRateLimitWhenMissingLimit (0.00s)
=== RUN   Test_newChainHTTPClient
=== RUN   Test_newChainHTTPClient/newChainClientTest
--- PASS: Test_newChainHTTPClient (0.00s)
    --- PASS: Test_newChainHTTPClient/newChainClientTest (0.00s)
=== RUN   Test_evaluateResponse
=== RUN   Test_evaluateResponse/newEvaluateResponse_resultIsTrue
=== RUN   Test_evaluateResponse/newEvaluateResponse_resultIsFalse
=== RUN   Test_evaluateResponse/newEvaluateResponse_invalidExpressionError
=== RUN   Test_evaluateResponse/newEvaluateResponse_emptyExpressionError
=== RUN   Test_evaluateResponse/newEvaluateResponse_incompleteExpressionError
--- PASS: Test_evaluateResponse (0.00s)
    --- PASS: Test_evaluateResponse/newEvaluateResponse_resultIsTrue (0.00s)
    --- PASS: Test_evaluateResponse/newEvaluateResponse_resultIsFalse (0.00s)
    --- PASS: Test_evaluateResponse/newEvaluateResponse_invalidExpressionError (0.00s)
    --- PASS: Test_evaluateResponse/newEvaluateResponse_emptyExpressionError (0.00s)
    --- PASS: Test_evaluateResponse/newEvaluateResponse_incompleteExpressionError (0.00s)
=== RUN   TestProcessExpression
--- PASS: TestProcessExpression (0.00s)
=== RUN   TestCtxAfterDoRequest
--- PASS: TestCtxAfterDoRequest (0.00s)
=== RUN   TestTemplateValues
--- PASS: TestTemplateValues (0.00s)
=== RUN   TestSplit
=== RUN   TestSplit/Two_nested_Split_Arrays_with_keep_parent
=== RUN   TestSplit/A_nested_array_with_a_nested_map
=== RUN   TestSplit/A_nested_array_with_a_nested_map_with_transforms
=== RUN   TestSplit/A_nested_array_with_a_nested_array_in_an_object
=== RUN   TestSplit/A_nested_array_with_an_empty_nested_array_in_an_object_publishes_without_the_key
=== RUN   TestSplit/First_level_split_publishes_with_key_if_no_events
=== RUN   TestSplit/Changes_must_be_local_to_parent_when_nested_splits
=== RUN   TestSplit/Split_string
=== RUN   TestSplit/An_empty_array_in_an_object
=== RUN   TestSplit/A_missing_array_in_an_object
=== RUN   TestSplit/An_empty_map_in_an_object
=== RUN   TestSplit/A_missing_map_in_an_object
=== RUN   TestSplit/An_empty_string
=== RUN   TestSplit/A_missing_string
=== RUN   TestSplit/Array_of_Strings_with_keep_parent
=== RUN   TestSplit/Array_of_Arrays_with_keep_parent
--- PASS: TestSplit (0.00s)
    --- PASS: TestSplit/Two_nested_Split_Arrays_with_keep_parent (0.00s)
    --- PASS: TestSplit/A_nested_array_with_a_nested_map (0.00s)
    --- PASS: TestSplit/A_nested_array_with_a_nested_map_with_transforms (0.00s)
    --- PASS: TestSplit/A_nested_array_with_a_nested_array_in_an_object (0.00s)
    --- PASS: TestSplit/A_nested_array_with_an_empty_nested_array_in_an_object_publishes_without_the_key (0.00s)
    --- PASS: TestSplit/First_level_split_publishes_with_key_if_no_events (0.00s)
    --- PASS: TestSplit/Changes_must_be_local_to_parent_when_nested_splits (0.00s)
    --- PASS: TestSplit/Split_string (0.00s)
    --- PASS: TestSplit/An_empty_array_in_an_object (0.00s)
    --- PASS: TestSplit/A_missing_array_in_an_object (0.00s)
    --- PASS: TestSplit/An_empty_map_in_an_object (0.00s)
    --- PASS: TestSplit/A_missing_map_in_an_object (0.00s)
    --- PASS: TestSplit/An_empty_string (0.00s)
    --- PASS: TestSplit/A_missing_string (0.00s)
    --- PASS: TestSplit/Array_of_Strings_with_keep_parent (0.00s)
    --- PASS: TestSplit/Array_of_Arrays_with_keep_parent (0.00s)
=== RUN   TestNewAppend
=== RUN   TestNewAppend/newAppendResponse_targets_body
=== RUN   TestNewAppend/newAppendResponse_targets_something_else
=== RUN   TestNewAppend/newAppendRequest_targets_body
=== RUN   TestNewAppend/newAppendRequest_targets_header
=== RUN   TestNewAppend/newAppendRequest_targets_url_param
=== RUN   TestNewAppend/newAppendRequest_targets_something_else
=== RUN   TestNewAppend/newAppendPagination_targets_body
=== RUN   TestNewAppend/newAppendPagination_targets_header
=== RUN   TestNewAppend/newAppendPagination_targets_url_param
=== RUN   TestNewAppend/newAppendPagination_targets_url_value
=== RUN   TestNewAppend/newAppendPagination_targets_something_else
--- PASS: TestNewAppend (0.00s)
    --- PASS: TestNewAppend/newAppendResponse_targets_body (0.00s)
    --- PASS: TestNewAppend/newAppendResponse_targets_something_else (0.00s)
    --- PASS: TestNewAppend/newAppendRequest_targets_body (0.00s)
    --- PASS: TestNewAppend/newAppendRequest_targets_header (0.00s)
    --- PASS: TestNewAppend/newAppendRequest_targets_url_param (0.00s)
    --- PASS: TestNewAppend/newAppendRequest_targets_something_else (0.00s)
    --- PASS: TestNewAppend/newAppendPagination_targets_body (0.00s)
    --- PASS: TestNewAppend/newAppendPagination_targets_header (0.00s)
    --- PASS: TestNewAppend/newAppendPagination_targets_url_param (0.00s)
    --- PASS: TestNewAppend/newAppendPagination_targets_url_value (0.00s)
    --- PASS: TestNewAppend/newAppendPagination_targets_something_else (0.00s)
=== RUN   TestAppendFunctions
=== RUN   TestAppendFunctions/appendBody
=== RUN   TestAppendFunctions/appendBodyWithSingleValue
=== RUN   TestAppendFunctions/appendHeader
=== RUN   TestAppendFunctions/appendURLParams
--- PASS: TestAppendFunctions (0.00s)
    --- PASS: TestAppendFunctions/appendBody (0.00s)
    --- PASS: TestAppendFunctions/appendBodyWithSingleValue (0.00s)
    --- PASS: TestAppendFunctions/appendHeader (0.00s)
    --- PASS: TestAppendFunctions/appendURLParams (0.00s)
=== RUN   TestDifferentAppendValueTypes
--- PASS: TestDifferentAppendValueTypes (0.00s)
=== RUN   TestNewDelete
=== RUN   TestNewDelete/newDeleteResponse_targets_body
=== RUN   TestNewDelete/newDeleteResponse_targets_something_else
=== RUN   TestNewDelete/newDeleteRequest_targets_body
=== RUN   TestNewDelete/newDeleteRequest_targets_header
=== RUN   TestNewDelete/newDeleteRequest_targets_url_param
=== RUN   TestNewDelete/newDeleteRequest_targets_something_else
=== RUN   TestNewDelete/newDeletePagination_targets_body
=== RUN   TestNewDelete/newDeletePagination_targets_header
=== RUN   TestNewDelete/newDeletePagination_targets_url_param
=== RUN   TestNewDelete/newDeletePagination_targets_url_value
=== RUN   TestNewDelete/newDeletePagination_targets_something_else
--- PASS: TestNewDelete (0.00s)
    --- PASS: TestNewDelete/newDeleteResponse_targets_body (0.00s)
    --- PASS: TestNewDelete/newDeleteResponse_targets_something_else (0.00s)
    --- PASS: TestNewDelete/newDeleteRequest_targets_body (0.00s)
    --- PASS: TestNewDelete/newDeleteRequest_targets_header (0.00s)
    --- PASS: TestNewDelete/newDeleteRequest_targets_url_param (0.00s)
    --- PASS: TestNewDelete/newDeleteRequest_targets_something_else (0.00s)
    --- PASS: TestNewDelete/newDeletePagination_targets_body (0.00s)
    --- PASS: TestNewDelete/newDeletePagination_targets_header (0.00s)
    --- PASS: TestNewDelete/newDeletePagination_targets_url_param (0.00s)
    --- PASS: TestNewDelete/newDeletePagination_targets_url_value (0.00s)
    --- PASS: TestNewDelete/newDeletePagination_targets_something_else (0.00s)
=== RUN   TestDeleteFunctions
=== RUN   TestDeleteFunctions/deleteBody
=== RUN   TestDeleteFunctions/deleteHeader
=== RUN   TestDeleteFunctions/deleteURLParams
--- PASS: TestDeleteFunctions (0.00s)
    --- PASS: TestDeleteFunctions/deleteBody (0.00s)
    --- PASS: TestDeleteFunctions/deleteHeader (0.00s)
    --- PASS: TestDeleteFunctions/deleteURLParams (0.00s)
=== RUN   TestNewSet
=== RUN   TestNewSet/newSetResponse_targets_body
=== RUN   TestNewSet/newSetResponse_targets_something_else
=== RUN   TestNewSet/newSetRequestPagination_targets_body
=== RUN   TestNewSet/newSetRequestPagination_targets_header
=== RUN   TestNewSet/newSetRequestPagination_targets_url_param
=== RUN   TestNewSet/newSetRequestPagination_targets_url_value
=== RUN   TestNewSet/newSetRequestPagination_targets_something_else
--- PASS: TestNewSet (0.00s)
    --- PASS: TestNewSet/newSetResponse_targets_body (0.00s)
    --- PASS: TestNewSet/newSetResponse_targets_something_else (0.00s)
    --- PASS: TestNewSet/newSetRequestPagination_targets_body (0.00s)
    --- PASS: TestNewSet/newSetRequestPagination_targets_header (0.00s)
    --- PASS: TestNewSet/newSetRequestPagination_targets_url_param (0.00s)
    --- PASS: TestNewSet/newSetRequestPagination_targets_url_value (0.00s)
    --- PASS: TestNewSet/newSetRequestPagination_targets_something_else (0.00s)
=== RUN   TestSetFunctions
=== RUN   TestSetFunctions/setBody
=== RUN   TestSetFunctions/setHeader
=== RUN   TestSetFunctions/setURLParams
=== RUN   TestSetFunctions/setURLValue
--- PASS: TestSetFunctions (0.00s)
    --- PASS: TestSetFunctions/setBody (0.00s)
    --- PASS: TestSetFunctions/setHeader (0.00s)
    --- PASS: TestSetFunctions/setURLParams (0.00s)
    --- PASS: TestSetFunctions/setURLValue (0.00s)
=== RUN   TestDifferentSetValueTypes
--- PASS: TestDifferentSetValueTypes (0.00s)
=== RUN   TestGetTargetInfo
=== RUN   TestGetTargetInfo/valid_url.value
=== RUN   TestGetTargetInfo/invalid_url.value
=== RUN   TestGetTargetInfo/valid_url.params
=== RUN   TestGetTargetInfo/invalid_url.params
=== RUN   TestGetTargetInfo/valid_header
=== RUN   TestGetTargetInfo/valid_body
=== RUN   TestGetTargetInfo/invalid_target:_missing_part
=== RUN   TestGetTargetInfo/invalid_target:_unknown
--- PASS: TestGetTargetInfo (0.00s)
    --- PASS: TestGetTargetInfo/valid_url.value (0.00s)
    --- PASS: TestGetTargetInfo/invalid_url.value (0.00s)
    --- PASS: TestGetTargetInfo/valid_url.params (0.00s)
    --- PASS: TestGetTargetInfo/invalid_url.params (0.00s)
    --- PASS: TestGetTargetInfo/valid_header (0.00s)
    --- PASS: TestGetTargetInfo/valid_body (0.00s)
    --- PASS: TestGetTargetInfo/invalid_target:_missing_part (0.00s)
    --- PASS: TestGetTargetInfo/invalid_target:_unknown (0.00s)
=== RUN   TestEmptyTransformContext
--- PASS: TestEmptyTransformContext (0.00s)
=== RUN   TestEmptyTransformable
--- PASS: TestEmptyTransformable (0.00s)
=== RUN   TestTransformableNilClone
--- PASS: TestTransformableNilClone (0.00s)
=== RUN   TestTransformableClone
--- PASS: TestTransformableClone (0.00s)
=== RUN   TestNewTransformsFromConfig
=== RUN   TestNewTransformsFromConfig/fails_if_config_has_more_than_one_action
=== RUN   TestNewTransformsFromConfig/fails_if_not_found_in_namespace
=== RUN   TestNewTransformsFromConfig/fails_if_constructor_fails
=== RUN   TestNewTransformsFromConfig/transform_is_correct
--- PASS: TestNewTransformsFromConfig (0.00s)
    --- PASS: TestNewTransformsFromConfig/fails_if_config_has_more_than_one_action (0.00s)
    --- PASS: TestNewTransformsFromConfig/fails_if_not_found_in_namespace (0.00s)
    --- PASS: TestNewTransformsFromConfig/fails_if_constructor_fails (0.00s)
    --- PASS: TestNewTransformsFromConfig/transform_is_correct (0.00s)
=== RUN   TestNewBasicTransformsFromConfig
=== RUN   TestNewBasicTransformsFromConfig/succeeds_if_transform_is_basicTransform
=== RUN   TestNewBasicTransformsFromConfig/fails_if_transform_is_not_a_basicTransform
--- PASS: TestNewBasicTransformsFromConfig (0.00s)
    --- PASS: TestNewBasicTransformsFromConfig/succeeds_if_transform_is_basicTransform (0.00s)
    --- PASS: TestNewBasicTransformsFromConfig/fails_if_transform_is_not_a_basicTransform (0.00s)
=== RUN   TestValueTpl
=== RUN   TestValueTpl/can_access_Go_types_in_context
=== RUN   TestValueTpl/can_render_values_from_ctx
=== RUN   TestValueTpl/can_render_default_value_if_execute_fails
=== RUN   TestValueTpl/can_render_default_value_if_template_is_empty
=== RUN   TestValueTpl/returns_error_if_result_is_empty_and_no_default_is_set
=== RUN   TestValueTpl/can_render_default_value_if_execute_panics
=== RUN   TestValueTpl/returns_error_if_panics_and_no_default_is_set
=== RUN   TestValueTpl/func_parseDuration
=== RUN   TestValueTpl/func_now
=== RUN   TestValueTpl/func_now_with_duration
=== RUN   TestValueTpl/func_parseDate
=== RUN   TestValueTpl/func_parseDate_defaults_to_RFC3339
=== RUN   TestValueTpl/func_parseDate_with_custom_layout
=== RUN   TestValueTpl/func_formatDate
=== RUN   TestValueTpl/func_formatDate_defaults_to_UTC
=== RUN   TestValueTpl/func_formatDate_falls_back_to_UTC
=== RUN   TestValueTpl/func_parseTimestamp
=== RUN   TestValueTpl/func_parseTimestampMilli
=== RUN   TestValueTpl/func_parseTimestampNano
=== RUN   TestValueTpl/func_getRFC5988Link_single_rel_matches
=== RUN   TestValueTpl/func_getRFC5988Link_multiple_rel_as_separate_strings_matches
=== RUN   TestValueTpl/func_getRFC5988Link_multiple_rel_as_separate_strings_in_random_order_matches
=== RUN   TestValueTpl/func_getRFC5988Link_multiple_rel_as_single_string_matches
=== RUN   TestValueTpl/func_getRFC5988Link_multiple_rel_as_single_string_in_random_order_matches
=== RUN   TestValueTpl/func_getRFC5988Link_does_not_match
=== RUN   TestValueTpl/func_getRFC5988Link_empty_header
=== RUN   TestValueTpl/func_getRFC5988Link_no_space_link_parameters
=== RUN   TestValueTpl/can_execute_functions_pipeline
=== RUN   TestValueTpl/func_toInt
=== RUN   TestValueTpl/func_add
=== RUN   TestValueTpl/func_mul
=== RUN   TestValueTpl/func_div
=== RUN   TestValueTpl/func_sha1_hmac_Hex
=== RUN   TestValueTpl/func_sha256_hmac_Hex
=== RUN   TestValueTpl/func_invalid_hmac_Hex
=== RUN   TestValueTpl/func_sha1_hash_Hex_empty
=== RUN   TestValueTpl/func_sha1_hash_Hex
=== RUN   TestValueTpl/func_sha256_hash_Hex
=== RUN   TestValueTpl/func_invalid_hash_Hex
=== RUN   TestValueTpl/func_base64Encode_2_strings
=== RUN   TestValueTpl/func_base64Encode_no_value
=== RUN   TestValueTpl/func_hexDecode_string
=== RUN   TestValueTpl/func_hexDecode_empty_string
=== RUN   TestValueTpl/func_invalid_hexDecode_string
=== RUN   TestValueTpl/func_join
=== RUN   TestValueTpl/func_sprintf
=== RUN   TestValueTpl/func_sha1_hmac_Base64
=== RUN   TestValueTpl/func_sha256_hmac_Base64
=== RUN   TestValueTpl/func_invalid_hmac_Base64
=== RUN   TestValueTpl/func_sha1_empty
=== RUN   TestValueTpl/func_sha1_hash_Base64
=== RUN   TestValueTpl/func_sha256_hash_Base64
=== RUN   TestValueTpl/func_invalid_hmac_Base64#01
=== RUN   TestValueTpl/func_base64Decode_2_strings
=== RUN   TestValueTpl/func_base64Decode_no_value
=== RUN   TestValueTpl/func_userAgent_no_values
=== RUN   TestValueTpl/func_userAgent_blank_value
=== RUN   TestValueTpl/func_userAgent_1_value
=== RUN   TestValueTpl/func_userAgent_2_value
=== RUN   TestValueTpl/func_beatInfo_GOOS
=== RUN   TestValueTpl/func_beatInfo_Arch
=== RUN   TestValueTpl/func_beatInfo_Commit
=== RUN   TestValueTpl/func_beatInfo_Build_Time
=== RUN   TestValueTpl/func_beatInfo_Version
=== RUN   TestValueTpl/func_urlEncode_blank
=== RUN   TestValueTpl/func_urlEncode_URL_Safe
=== RUN   TestValueTpl/func_urlEncode_URL_Safe#01
=== RUN   TestValueTpl/func_replaceAll
=== RUN   TestValueTpl/func_toJSON
--- PASS: TestValueTpl (0.01s)
    --- PASS: TestValueTpl/can_access_Go_types_in_context (0.00s)
    --- PASS: TestValueTpl/can_render_values_from_ctx (0.00s)
    --- PASS: TestValueTpl/can_render_default_value_if_execute_fails (0.00s)
    --- PASS: TestValueTpl/can_render_default_value_if_template_is_empty (0.00s)
    --- PASS: TestValueTpl/returns_error_if_result_is_empty_and_no_default_is_set (0.00s)
    --- PASS: TestValueTpl/can_render_default_value_if_execute_panics (0.00s)
    --- PASS: TestValueTpl/returns_error_if_panics_and_no_default_is_set (0.00s)
    --- PASS: TestValueTpl/func_parseDuration (0.00s)
    --- PASS: TestValueTpl/func_now (0.00s)
    --- PASS: TestValueTpl/func_now_with_duration (0.00s)
    --- PASS: TestValueTpl/func_parseDate (0.00s)
    --- PASS: TestValueTpl/func_parseDate_defaults_to_RFC3339 (0.00s)
    --- PASS: TestValueTpl/func_parseDate_with_custom_layout (0.00s)
    --- PASS: TestValueTpl/func_formatDate (0.00s)
    --- PASS: TestValueTpl/func_formatDate_defaults_to_UTC (0.00s)
    --- PASS: TestValueTpl/func_formatDate_falls_back_to_UTC (0.00s)
    --- PASS: TestValueTpl/func_parseTimestamp (0.00s)
    --- PASS: TestValueTpl/func_parseTimestampMilli (0.00s)
    --- PASS: TestValueTpl/func_parseTimestampNano (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_single_rel_matches (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_multiple_rel_as_separate_strings_matches (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_multiple_rel_as_separate_strings_in_random_order_matches (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_multiple_rel_as_single_string_matches (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_multiple_rel_as_single_string_in_random_order_matches (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_does_not_match (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_empty_header (0.00s)
    --- PASS: TestValueTpl/func_getRFC5988Link_no_space_link_parameters (0.00s)
    --- PASS: TestValueTpl/can_execute_functions_pipeline (0.00s)
    --- PASS: TestValueTpl/func_toInt (0.00s)
    --- PASS: TestValueTpl/func_add (0.00s)
    --- PASS: TestValueTpl/func_mul (0.00s)
    --- PASS: TestValueTpl/func_div (0.00s)
    --- PASS: TestValueTpl/func_sha1_hmac_Hex (0.00s)
    --- PASS: TestValueTpl/func_sha256_hmac_Hex (0.00s)
    --- PASS: TestValueTpl/func_invalid_hmac_Hex (0.00s)
    --- PASS: TestValueTpl/func_sha1_hash_Hex_empty (0.00s)
    --- PASS: TestValueTpl/func_sha1_hash_Hex (0.00s)
    --- PASS: TestValueTpl/func_sha256_hash_Hex (0.00s)
    --- PASS: TestValueTpl/func_invalid_hash_Hex (0.00s)
    --- PASS: TestValueTpl/func_base64Encode_2_strings (0.00s)
    --- PASS: TestValueTpl/func_base64Encode_no_value (0.00s)
    --- PASS: TestValueTpl/func_hexDecode_string (0.00s)
    --- PASS: TestValueTpl/func_hexDecode_empty_string (0.00s)
    --- PASS: TestValueTpl/func_invalid_hexDecode_string (0.00s)
    --- PASS: TestValueTpl/func_join (0.00s)
    --- PASS: TestValueTpl/func_sprintf (0.00s)
    --- PASS: TestValueTpl/func_sha1_hmac_Base64 (0.00s)
    --- PASS: TestValueTpl/func_sha256_hmac_Base64 (0.00s)
    --- PASS: TestValueTpl/func_invalid_hmac_Base64 (0.00s)
    --- PASS: TestValueTpl/func_sha1_empty (0.00s)
    --- PASS: TestValueTpl/func_sha1_hash_Base64 (0.00s)
    --- PASS: TestValueTpl/func_sha256_hash_Base64 (0.00s)
    --- PASS: TestValueTpl/func_invalid_hmac_Base64#01 (0.00s)
    --- PASS: TestValueTpl/func_base64Decode_2_strings (0.00s)
    --- PASS: TestValueTpl/func_base64Decode_no_value (0.00s)
    --- PASS: TestValueTpl/func_userAgent_no_values (0.00s)
    --- PASS: TestValueTpl/func_userAgent_blank_value (0.00s)
    --- PASS: TestValueTpl/func_userAgent_1_value (0.00s)
    --- PASS: TestValueTpl/func_userAgent_2_value (0.00s)
    --- PASS: TestValueTpl/func_beatInfo_GOOS (0.00s)
    --- PASS: TestValueTpl/func_beatInfo_Arch (0.00s)
    --- PASS: TestValueTpl/func_beatInfo_Commit (0.00s)
    --- PASS: TestValueTpl/func_beatInfo_Build_Time (0.00s)
    --- PASS: TestValueTpl/func_beatInfo_Version (0.00s)
    --- PASS: TestValueTpl/func_urlEncode_blank (0.00s)
    --- PASS: TestValueTpl/func_urlEncode_URL_Safe (0.00s)
    --- PASS: TestValueTpl/func_urlEncode_URL_Safe#01 (0.00s)
    --- PASS: TestValueTpl/func_replaceAll (0.00s)
    --- PASS: TestValueTpl/func_toJSON (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/httpjson	19.306s
=== RUN   TestBatchACKTracker
=== RUN   TestBatchACKTracker/empty
=== RUN   TestBatchACKTracker/single_event
--- PASS: TestBatchACKTracker (0.00s)
    --- PASS: TestBatchACKTracker/empty (0.00s)
    --- PASS: TestBatchACKTracker/single_event (0.00s)
=== RUN   TestConfig
=== RUN   TestConfig/defaults
=== RUN   TestConfig/validate_version
=== RUN   TestConfig/validate_keepalive
=== RUN   TestConfig/validate_max_connections
--- PASS: TestConfig (0.00s)
    --- PASS: TestConfig/defaults (0.00s)
    --- PASS: TestConfig/validate_version (0.00s)
    --- PASS: TestConfig/validate_keepalive (0.00s)
    --- PASS: TestConfig/validate_max_connections (0.00s)
=== RUN   TestServer
=== RUN   TestServer/empty_batch
{"log.level":"info","@timestamp":"2023-11-03T09:42:47.950-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"lumberjack","id":"","key":"","uuid":"5ab9416d-9a2e-4815-b9ae-2d15be9bd66f","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:47.950-0400","log.logger":"lumberjack","log.origin":{"file.name":"lumberjack/server.go","file.line":48},"message":"lumberjack is listening at tcp://127.0.0.1:47068.","test_name":"TestServer/empty_batch","ecs.version":"1.6.0"}
    server_test.go:128: Lumberjack client connected.
    server_test.go:141: Lumberjack client sent 0 events.
=== RUN   TestServer/no_tls
{"log.level":"info","@timestamp":"2023-11-03T09:42:47.951-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"lumberjack","id":"","key":"","uuid":"cbf06062-41ed-4060-8f8e-ce289354e819","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:42:47.951-0400","log.logger":"lumberjack","log.origin":{"file.name":"lumberjack/server.go","file.line":48},"message":"lumberjack is listening at tcp://127.0.0.1:47071.","test_name":"TestServer/no_tls","ecs.version":"1.6.0"}
    server_test.go:128: Lumberjack client connected.
    server_test.go:141: Lumberjack client sent 10 events.
=== RUN   TestServer/tls
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.239-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":72},"message":"Loading certificate: -----BEGIN CERTIFICATE-----\nMIIFxTCCA62gAwIBAgIBAjANBgkqhkiG9w0BAQsFADBlMQswCQYDVQQGEwJVUzEW\nMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEcMBoGA1UECRMTV2VzdCBFbCBDYW1pbm8g\nUmVhbDEOMAwGA1UEERMFOTQwNDAxEDAOBgNVBAoTB0VsYXN0aWMwHhcNMjMxMTAz\nMTM0MjUyWhcNMjMxMTA0MTM0MjUyWjB2MQswCQYDVQQGEwJVUzEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEcMBoGA1UECRMTV2VzdCBFbCBDYW1pbm8gUmVhbDEOMAwG\nA1UEERMFOTQwNDAxEDAOBgNVBAoTB0VsYXN0aWMxDzANBgNVBAMTBnNlcnZlcjCC\nAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMD57uZn6i13Ky4/2hZDCstH\nY8+/LH7aebMgMCD9gmuqz2o6PkRStrbrBkEpvZXJZ570G/57EyuH4tIbXxwAe0kk\nOH8BMBG1O0ezLnEZy7fCTD4c4oOt+X+DoKYxZWSx3EDz4E/UGaoLAjAcV99NspSb\nkPZUxgID2AZAZ2hBOw8necAd7NkZHLmbfxxMoAGzv2si2nZf52Vd8bVvDOIr4eRa\nH4XmOVazRv7S2wqkuQuyLsF0wJwokGTnu22BAWeh1xyEObJAcqOU2Oo2tsiTav4d\nvLe3xg9QHm0udSmEtG3SKtaQSpZ+S8HrCqVqVG1paLv1gZ4gURkDW0mwT72SoLU9\nXpCQ6GURp91jYg1KF9VKRF+W6bZ69YVUx/wG4dV0HZ7O2f1L3Ln7KyaqqBT6UkJK\ne1C6wQOtZSfVozmlTY/d3krnwD599jygye4sDLi7SkSfYw6UZTDLKm/W5rpdMWv9\n8LFCo8L5p1J9E0y8qfrPvx1GCGX9f5eWmQNQMp/B75kpxISroYBi6kwXyJm5ixc/\n9Pk66rMFea4hcmf2nzrpGmQEYJtxY2eTOixDFnjYk2pLLEN/UFxzBPzeTvpPYB/P\nm8Huit7DIqBMdkicfvODm8AGQCBZNRo5L3M8UFoIdGvDKvQ8zHruvq6ZuG5R+WTL\nlLsaQP7EmDmo3Lq33f9TAgMBAAGjbzBtMA4GA1UdDwEB/wQEAwIHgDAdBgNVHSUE\nFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDgYDVR0OBAcEBQECAwQFMCwGA1UdEQQl\nMCOCCWxvY2FsaG9zdIcEfwAAAYcQAAAAAAAAAAAAAAAAAAAAATANBgkqhkiG9w0B\nAQsFAAOCAgEAPr31GC5wnSxVPmV1FVPit70gadV+8RIPF3e355i9vTofauzE6Jiv\nuAuwwp+32AeJJ4rHQj9k7eVaRjXdhkBjpU1ghZsTgIMvDEiE6G34E1XOm64cOj6c\ni12L/e6ycp+6Ziw0+zhFuGmnOIcyo/o0fxvq97X/lEMMPiCBYUGKcBKUwKllUqfo\nHeZSZkZVZU8i+WGbvGT1iRjab2SKNa28O0LfibjlZXEWxXjvZiwqkxGAjN3oQyZr\nydNB0Nlt/cnVSoHehVpkLxObCvv7k/wdV1XqDolAFDELdU/igyhC3qA/NLuxLY3k\nNyJUc8xXGfI4Neq2smgnodQY9B3GOrIJyA+XBCsWZaglWFBIIf/fLAnUJsu00OL3\nFmYwzDh4p9VIWPQhemnFlIUvN2DM477yFQ13ZfSUmQ1UAFDDp1sFlNSXsIK+9JCE\nB0agL27pz15eCQO1an56/2ojKBlzjPQ8Fmt2v+5IDdedi1+45fmHpRqkmZ9QXrRS\nTaOJN+mhgTRV/RL1546Cjo83yJDEAanW6+zpL5BJGejOzPLZmck9w9/n7HuIOZQJ\navz/eyA/heVtJ+vdQYKwuU3Rs4Qj7rkvG+1PHsvvt7VJad1a0dszf4evss+37jv9\nIoVTzJBBGkYSGmf33ERV8H8/RtjiFMTAWgHU+aFDDkDKs9LIaW6o1UU=\n-----END CERTIFICATE-----\n with key from PEM string in config","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.239-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":179},"message":"Successfully loaded CA certificate: inline","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:43:10.239-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls_config.go","file.line":104},"message":"SSL/TLS verifications disabled.","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:10.240-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"lumberjack","id":"","key":"","uuid":"8cdbadf6-c17b-44f3-b825-3b8fa88bf46c","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:10.240-0400","log.logger":"lumberjack","log.origin":{"file.name":"lumberjack/server.go","file.line":48},"message":"lumberjack is listening at tls://127.0.0.1:47294.","test_name":"TestServer/tls","ecs.version":"1.6.0"}
    server_test.go:128: Lumberjack client connected.
    server_test.go:141: Lumberjack client sent 10 events.
=== RUN   TestServer/mutual_tls
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.357-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":72},"message":"Loading certificate: -----BEGIN CERTIFICATE-----\nMIIFxTCCA62gAwIBAgIBAjANBgkqhkiG9w0BAQsFADBlMQswCQYDVQQGEwJVUzEW\nMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEcMBoGA1UECRMTV2VzdCBFbCBDYW1pbm8g\nUmVhbDEOMAwGA1UEERMFOTQwNDAxEDAOBgNVBAoTB0VsYXN0aWMwHhcNMjMxMTAz\nMTM0MjUyWhcNMjMxMTA0MTM0MjUyWjB2MQswCQYDVQQGEwJVUzEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEcMBoGA1UECRMTV2VzdCBFbCBDYW1pbm8gUmVhbDEOMAwG\nA1UEERMFOTQwNDAxEDAOBgNVBAoTB0VsYXN0aWMxDzANBgNVBAMTBnNlcnZlcjCC\nAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMD57uZn6i13Ky4/2hZDCstH\nY8+/LH7aebMgMCD9gmuqz2o6PkRStrbrBkEpvZXJZ570G/57EyuH4tIbXxwAe0kk\nOH8BMBG1O0ezLnEZy7fCTD4c4oOt+X+DoKYxZWSx3EDz4E/UGaoLAjAcV99NspSb\nkPZUxgID2AZAZ2hBOw8necAd7NkZHLmbfxxMoAGzv2si2nZf52Vd8bVvDOIr4eRa\nH4XmOVazRv7S2wqkuQuyLsF0wJwokGTnu22BAWeh1xyEObJAcqOU2Oo2tsiTav4d\nvLe3xg9QHm0udSmEtG3SKtaQSpZ+S8HrCqVqVG1paLv1gZ4gURkDW0mwT72SoLU9\nXpCQ6GURp91jYg1KF9VKRF+W6bZ69YVUx/wG4dV0HZ7O2f1L3Ln7KyaqqBT6UkJK\ne1C6wQOtZSfVozmlTY/d3krnwD599jygye4sDLi7SkSfYw6UZTDLKm/W5rpdMWv9\n8LFCo8L5p1J9E0y8qfrPvx1GCGX9f5eWmQNQMp/B75kpxISroYBi6kwXyJm5ixc/\n9Pk66rMFea4hcmf2nzrpGmQEYJtxY2eTOixDFnjYk2pLLEN/UFxzBPzeTvpPYB/P\nm8Huit7DIqBMdkicfvODm8AGQCBZNRo5L3M8UFoIdGvDKvQ8zHruvq6ZuG5R+WTL\nlLsaQP7EmDmo3Lq33f9TAgMBAAGjbzBtMA4GA1UdDwEB/wQEAwIHgDAdBgNVHSUE\nFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDgYDVR0OBAcEBQECAwQFMCwGA1UdEQQl\nMCOCCWxvY2FsaG9zdIcEfwAAAYcQAAAAAAAAAAAAAAAAAAAAATANBgkqhkiG9w0B\nAQsFAAOCAgEAPr31GC5wnSxVPmV1FVPit70gadV+8RIPF3e355i9vTofauzE6Jiv\nuAuwwp+32AeJJ4rHQj9k7eVaRjXdhkBjpU1ghZsTgIMvDEiE6G34E1XOm64cOj6c\ni12L/e6ycp+6Ziw0+zhFuGmnOIcyo/o0fxvq97X/lEMMPiCBYUGKcBKUwKllUqfo\nHeZSZkZVZU8i+WGbvGT1iRjab2SKNa28O0LfibjlZXEWxXjvZiwqkxGAjN3oQyZr\nydNB0Nlt/cnVSoHehVpkLxObCvv7k/wdV1XqDolAFDELdU/igyhC3qA/NLuxLY3k\nNyJUc8xXGfI4Neq2smgnodQY9B3GOrIJyA+XBCsWZaglWFBIIf/fLAnUJsu00OL3\nFmYwzDh4p9VIWPQhemnFlIUvN2DM477yFQ13ZfSUmQ1UAFDDp1sFlNSXsIK+9JCE\nB0agL27pz15eCQO1an56/2ojKBlzjPQ8Fmt2v+5IDdedi1+45fmHpRqkmZ9QXrRS\nTaOJN+mhgTRV/RL1546Cjo83yJDEAanW6+zpL5BJGejOzPLZmck9w9/n7HuIOZQJ\navz/eyA/heVtJ+vdQYKwuU3Rs4Qj7rkvG+1PHsvvt7VJad1a0dszf4evss+37jv9\nIoVTzJBBGkYSGmf33ERV8H8/RtjiFMTAWgHU+aFDDkDKs9LIaW6o1UU=\n-----END CERTIFICATE-----\n with key from PEM string in config","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.357-0400","log.logger":"tls","log.origin":{"file.name":"tlscommon/tls.go","file.line":179},"message":"Successfully loaded CA certificate: inline","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:10.358-0400","log.logger":"metric_registry","log.origin":{"file.name":"inputmon/input.go","file.line":53},"message":"registering","input_type":"lumberjack","id":"","key":"","uuid":"3f40fcd6-ac34-4a00-981f-964a9b57151f","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:10.358-0400","log.logger":"lumberjack","log.origin":{"file.name":"lumberjack/server.go","file.line":48},"message":"lumberjack is listening at tls://127.0.0.1:47297.","test_name":"TestServer/mutual_tls","ecs.version":"1.6.0"}
    server_test.go:128: Lumberjack client connected.
    server_test.go:141: Lumberjack client sent 10 events.
--- PASS: TestServer (22.59s)
    --- PASS: TestServer/empty_batch (0.00s)
    --- PASS: TestServer/no_tls (0.00s)
    --- PASS: TestServer/tls (22.40s)
    --- PASS: TestServer/mutual_tls (0.19s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/lumberjack	22.636s
=== RUN   TestCamelCaseToSnakeCase
--- PASS: TestCamelCaseToSnakeCase (0.00s)
=== RUN   TestLoadFieldDefinitions
=== RUN   TestLoadFieldDefinitions/IPFIX_definitions
=== RUN   TestLoadFieldDefinitions/NetFlow_definitions
--- PASS: TestLoadFieldDefinitions (0.00s)
    --- PASS: TestLoadFieldDefinitions/IPFIX_definitions (0.00s)
    --- PASS: TestLoadFieldDefinitions/NetFlow_definitions (0.00s)
=== RUN   TestNewInputDone
--- PASS: TestNewInputDone (0.00s)
=== RUN   TestPCAPFiles
=== RUN   TestPCAPFiles/ipfix_cisco
    helper.go:24: [ipfix] Packet from:10.101.255.2:52788 src:512 seq:29941303
        
    helper.go:24: [ipfix] FlowSet ID 2 length 208
        
    helper.go:24: [ipfix] Field {9 12236} in template not found
        
    helper.go:24: [ipfix] Field {9 12237} in template not found
        
    helper.go:24: [ipfix] Field {9 12241} in template not found
        
    helper.go:24: [ipfix] Field {9 9253} in template not found
        
    helper.go:24: [ipfix] state 0x2a688d20 addTemplate 267 0x2a6eed80
        
    helper.go:24: [ipfix] FlowSet ID 267 length 1208
        
    helper.go:24: [ipfix] Packet from:10.101.255.2:52788 src:512 seq:29941312
        
    helper.go:24: [ipfix] FlowSet ID 267 length 1340
        
    helper.go:24: [ipfix] Packet from:10.101.255.2:52788 src:512 seq:29941322
        
    helper.go:24: [ipfix] FlowSet ID 267 length 1340
        
=== RUN   TestPCAPFiles/netflow9_e10s_4_7byte_pad
    helper.go:24: [ipfix] Packet from:109.180.55.123:10000 src:1 seq:438235
        
    helper.go:24: [ipfix] FlowSet ID 256 length 116
        
    helper.go:24: [ipfix] No template for ID 256
        
    helper.go:24: [ipfix] Packet from:109.180.55.123:10000 src:1 seq:438237
        
    helper.go:24: [ipfix] FlowSet ID 2 length 60
        
    helper.go:24: [ipfix] state 0x2a689470 addTemplate 256 0x2a822c80
        
    helper.go:24: [ipfix] FlowSet ID 2 length 60
        
    helper.go:24: [ipfix] state 0x2a689470 addTemplate 257 0x2a822ca0
        
    helper.go:24: [ipfix] Packet from:109.180.55.123:10000 src:1 seq:438237
        
    helper.go:24: [ipfix] FlowSet ID 256 length 340
        
=== RUN   TestPCAPFiles/netflow9_ubiquiti_edgerouter
    helper.go:24: [netflow-v9] Packet from:10.100.4.1:33135 src:0 seq:660
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43cb40 addTemplate 1024 0x2a8220e0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43cb40 addTemplate 1025 0x2a822100
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43cb40 addTemplate 2048 0x2a822120
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43cb40 addTemplate 2049 0x2a822140
        
    helper.go:24: [netflow-v9] FlowSet ID 1025 length 120
        
    helper.go:24: [netflow-v9] Packet from:10.100.4.1:33135 src:0 seq:661
        
    helper.go:24: [netflow-v9] FlowSet ID 1025 length 472
        
--- PASS: TestPCAPFiles (0.03s)
    --- PASS: TestPCAPFiles/ipfix_cisco (0.02s)
    --- PASS: TestPCAPFiles/netflow9_e10s_4_7byte_pad (0.01s)
    --- PASS: TestPCAPFiles/netflow9_ubiquiti_edgerouter (0.01s)
=== RUN   TestDatFiles
=== RUN   TestDatFiles/IPFIX_Netscaler_with_variable_length_fields
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:40966
        
    helper.go:24: [ipfix] FlowSet ID 2 length 1336
        
    helper.go:24: [ipfix] state 0x2a43cfc0 addTemplate 256 0x2a6ef8e0
        
    helper.go:24: [ipfix] state 0x2a43cfc0 addTemplate 257 0x2a6ef900
        
    helper.go:24: [ipfix] state 0x2a43cfc0 addTemplate 258 0x2a6ef920
        
    helper.go:24: [ipfix] state 0x2a43cfc0 addTemplate 259 0x2a6ef940
        
    helper.go:24: [ipfix] state 0x2a43cfc0 addTemplate 260 0x2a6ef960
        
    helper.go:24: [ipfix] state 0x2a43cfc0 addTemplate 261 0x2a6ef9a0
        
    helper.go:24: [ipfix] state 0x2a43cfc0 addTemplate 262 0x2a6ef9c0
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:383101
        
    helper.go:24: [ipfix] FlowSet ID 258 length 156
        
    helper.go:24: [ipfix] FlowSet ID 257 length 122
        
    helper.go:24: [ipfix] FlowSet ID 280 length 104
        
    helper.go:24: [ipfix] No template for ID 280
        
    helper.go:24: [ipfix] FlowSet ID 258 length 995
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX Netscaler with variable length fields","events":[{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000127768Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000127768Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":0,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"","netscaler_http_req_host":"","netscaler_http_req_method":"","netscaler_http_req_referer":"","netscaler_http_req_url":"","netscaler_http_req_user_agent":"","netscaler_http_req_via":"","netscaler_http_req_xforwarded_for":"","netscaler_http_res_forw_fb":17163184441650,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114973,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":40,"packet_delta_count":1,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":40,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":40,"ip":"192.168.0.1","locality":"internal","packets":1,"port":51053}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":51053},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":51053,"egress_interface":6,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.00009951Z","flow_id":14460662,"flow_start_microseconds":"2016-11-11T12:09:19.00009951Z","ingress_interface":2147483651,"ip_version":4,"netscaler_app_name_app_id":240189440,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":1157636096,"netscaler_round_trip_time":83,"netscaler_transaction_id":1068114973,"netscaler_unknown329":0,"netscaler_unknown331":0,"netscaler_unknown332":0,"observation_point_id":167954698,"octet_delta_count":1525,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"10.0.0.1","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1525,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1525,"ip":"10.0.0.1","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000128468Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000128468Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":239927296,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYWWsIAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"www.kobo.com","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"beer=123456789abcdefghijklmnopqrstuvw; AnotherCookie=1234567890abcdefghijklmnopqr; Shameless.Plug=Thankyou.Rakuten.Kobo.Inc.For.Allowing.me.time.to.work.on.this.and.contribute.back.to.the.community; Padding=aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbccccccccccccccddddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeeffffffffffffffffffffffgggggggggggggggggggggggghhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkkklllllllllllllllmmmmmmmmmm; more=less; GJquote=There.is.no.spoon; GarrySays=Nice!!; LastPadding=aaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbcccccccccccccccccccdddddddddddeeeeeeee","netscaler_http_req_host":"www.kobo.com","netscaler_http_req_method":"GET","netscaler_http_req_referer":"http://www.kobo.com/is-the-best-ebook-company-in-the-world","netscaler_http_req_url":"/aa/bb/ccccc/ddddddddddddddddddddddddd","netscaler_http_req_user_agent":"Mozilla/5.0 (Commodore 64;  kobo.com) Gecko/20100101 Firefox/75.0","netscaler_http_req_via":"1.1 akamai.net(ghost) (AkamaiGHost)","netscaler_http_req_xforwarded_for":"11.222.33.255","netscaler_http_res_forw_fb":0,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114985,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":1541,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1541,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1541,"ip":"192.168.0.1","locality":"internal","packets":2,"port":51053}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX Netscaler with variable length fields","events":[{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000127768Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000127768Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":0,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"","netscaler_http_req_host":"","netscaler_http_req_method":"","netscaler_http_req_referer":"","netscaler_http_req_url":"","netscaler_http_req_user_agent":"","netscaler_http_req_via":"","netscaler_http_req_xforwarded_for":"","netscaler_http_res_forw_fb":17163184441650,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114973,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":40,"packet_delta_count":1,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":40,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":40,"ip":"192.168.0.1","locality":"internal","packets":1,"port":51053}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":51053},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":51053,"egress_interface":6,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.00009951Z","flow_id":14460662,"flow_start_microseconds":"2016-11-11T12:09:19.00009951Z","ingress_interface":2147483651,"ip_version":4,"netscaler_app_name_app_id":240189440,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":1157636096,"netscaler_round_trip_time":83,"netscaler_transaction_id":1068114973,"netscaler_unknown329":0,"netscaler_unknown331":0,"netscaler_unknown332":0,"observation_point_id":167954698,"octet_delta_count":1525,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"10.0.0.1","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1525,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1525,"ip":"10.0.0.1","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000128468Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000128468Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":239927296,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYWWsIAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"www.kobo.com","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"beer=123456789abcdefghijklmnopqrstuvw; AnotherCookie=1234567890abcdefghijklmnopqr; Shameless.Plug=Thankyou.Rakuten.Kobo.Inc.For.Allowing.me.time.to.work.on.this.and.contribute.back.to.the.community; Padding=aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbccccccccccccccddddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeeffffffffffffffffffffffgggggggggggggggggggggggghhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkkklllllllllllllllmmmmmmmmmm; more=less; GJquote=There.is.no.spoon; GarrySays=Nice!!; LastPadding=aaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbcccccccccccccccccccdddddddddddeeeeeeee","netscaler_http_req_host":"www.kobo.com","netscaler_http_req_method":"GET","netscaler_http_req_referer":"http://www.kobo.com/is-the-best-ebook-company-in-the-world","netscaler_http_req_url":"/aa/bb/ccccc/ddddddddddddddddddddddddd","netscaler_http_req_user_agent":"Mozilla/5.0 (Commodore 64;  kobo.com) Gecko/20100101 Firefox/75.0","netscaler_http_req_via":"1.1 akamai.net(ghost) (AkamaiGHost)","netscaler_http_req_xforwarded_for":"11.222.33.255","netscaler_http_res_forw_fb":0,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114985,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":1541,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1541,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1541,"ip":"192.168.0.1","locality":"internal","packets":2,"port":51053}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Fortigate_FortiOS_5.2.1
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:13644
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 216
        
    helper.go:24: [netflow-v9] state 0x2a43d260 addTemplate 257 0x2a7253e0
        
    helper.go:24: [netflow-v9] state 0x2a43d260 addTemplate 258 0x2a725400
        
    helper.go:24: [netflow-v9] state 0x2a43d260 addTemplate 259 0x2a725420
        
    helper.go:24: [netflow-v9] state 0x2a43d260 addTemplate 260 0x2a725440
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 40
        
    helper.go:24: [netflow-v9] state 0x2a43d260 addTemplate 256 0x2a725460
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:13641
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 36
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:13635
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 52
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Fortigate FortiOS 5.2.1","events":[{"Timestamp":"2017-07-18T05:42:14Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-07-18T05:42:14Z","uptime_millis":20427178,"version":9},"options":{"exported_flow_record_total_count":107864,"exported_message_total_count":11920854,"exported_octet_total_count":6871319015,"flow_active_timeout":1800,"flow_idle_timeout":15,"sampling_algorithm":1,"sampling_interval":1},"scope":{"octet_delta_count":1},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-18T05:41:59Z","Meta":null,"Fields":{"destination":{"ip":"31.13.87.36","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"SKsZNpZob60","locality":"external"},"netflow":{"destination_ipv4_address":"31.13.87.36","destination_transport_port":443,"egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-07-18T05:41:59Z","uptime_millis":20412178,"version":9},"flow_end_sys_up_time":621770700,"flow_start_sys_up_time":621761700,"ingress_interface":9,"octet_delta_count":152,"packet_delta_count":3,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":6,"source_ipv4_address":"192.168.99.7","source_transport_port":61910,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:/WRdjqoOaqvaSKG3KADN7XCzjYI=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["31.13.87.36","192.168.99.7"]},"source":{"bytes":152,"ip":"192.168.99.7","locality":"internal","packets":3,"port":61910}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Fortigate FortiOS 5.2.1","events":[{"Timestamp":"2017-07-18T05:42:14Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-07-18T05:42:14Z","uptime_millis":20427178,"version":9},"options":{"exported_flow_record_total_count":107864,"exported_message_total_count":11920854,"exported_octet_total_count":6871319015,"flow_active_timeout":1800,"flow_idle_timeout":15,"sampling_algorithm":1,"sampling_interval":1},"scope":{"octet_delta_count":1},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-18T05:41:59Z","Meta":null,"Fields":{"destination":{"ip":"31.13.87.36","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"SKsZNpZob60","locality":"external"},"netflow":{"destination_ipv4_address":"31.13.87.36","destination_transport_port":443,"egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-07-18T05:41:59Z","uptime_millis":20412178,"version":9},"flow_end_sys_up_time":621770700,"flow_start_sys_up_time":621761700,"ingress_interface":9,"octet_delta_count":152,"packet_delta_count":3,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":6,"source_ipv4_address":"192.168.99.7","source_transport_port":61910,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:/WRdjqoOaqvaSKG3KADN7XCzjYI=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["31.13.87.36","192.168.99.7"]},"source":{"bytes":152,"ip":"192.168.99.7","locality":"internal","packets":3,"port":61910}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_NBAR_options_template_260
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:655860
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 22
        
    helper.go:24: [netflow-v9] state 0x2a43d560 addTemplate 260 0x2a758460
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 1305
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco NBAR options template 260","events":[{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Exterior Gateway Protocol","application_id":"AQAACA==","application_name":"egp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"General Routing Encapsulation","application_id":"AQAALw==","application_name":"gre"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Internet Control Message","application_id":"AQAAAQ==","application_name":"icmp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Enhanced Interior Gateway Routing Protocol","application_id":"AQAAWA==","application_name":"eigrp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"IP in IP","application_id":"AQAABA==","application_name":"ipinip"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Open Shortest Path First","application_id":"AQAAWQ==","application_name":"ospf"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"IPv6 Hop-by-Hop Option","application_id":"AQAAAA==","application_name":"hopopt"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Gateway-to-Gateway","application_id":"AQAAAw==","application_name":"ggp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Stream","application_id":"AQAABQ==","application_name":"st"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"CBT","application_id":"AQAABw==","application_name":"cbt"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Cisco interior gateway ","application_id":"AQAACQ==","application_name":"igrp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"BBN RCC Monitoring","application_id":"AQAACg==","application_name":"bbnrccmon"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Network Voice Protocol","application_id":"AQAACw==","application_name":"nvp-ii"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"PUP","application_id":"AQAADA==","application_name":"pup"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"ARGUS","application_id":"AQAADQ==","application_name":"argus"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco NBAR options template 260","events":[{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Exterior Gateway Protocol","application_id":"AQAACA==","application_name":"egp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"General Routing Encapsulation","application_id":"AQAALw==","application_name":"gre"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Internet Control Message","application_id":"AQAAAQ==","application_name":"icmp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Enhanced Interior Gateway Routing Protocol","application_id":"AQAAWA==","application_name":"eigrp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"IP in IP","application_id":"AQAABA==","application_name":"ipinip"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Open Shortest Path First","application_id":"AQAAWQ==","application_name":"ospf"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"IPv6 Hop-by-Hop Option","application_id":"AQAAAA==","application_name":"hopopt"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Gateway-to-Gateway","application_id":"AQAAAw==","application_name":"ggp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Stream","application_id":"AQAABQ==","application_name":"st"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"CBT","application_id":"AQAABw==","application_name":"cbt"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Cisco interior gateway ","application_id":"AQAACQ==","application_name":"igrp"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"BBN RCC Monitoring","application_id":"AQAACg==","application_name":"bbnrccmon"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"Network Voice Protocol","application_id":"AQAACw==","application_name":"nvp-ii"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"PUP","application_id":"AQAADA==","application_name":"pup"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:09:59Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:09:59Z","uptime_millis":1980395436,"version":9},"options":{"application_description":"ARGUS","application_id":"AQAADQ==","application_name":"argus"},"scope":{"octet_delta_count":168755571},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_Netscaler_with_variable_length_fields,_missing_templates
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:383101
        
    helper.go:24: [ipfix] FlowSet ID 258 length 156
        
    helper.go:24: [ipfix] No template for ID 258
        
    helper.go:24: [ipfix] FlowSet ID 257 length 122
        
    helper.go:24: [ipfix] No template for ID 257
        
    helper.go:24: [ipfix] FlowSet ID 280 length 104
        
    helper.go:24: [ipfix] No template for ID 280
        
    helper.go:24: [ipfix] FlowSet ID 258 length 995
        
    helper.go:24: [ipfix] No template for ID 258
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX Netscaler with variable length fields, missing templates"}
    netflow_test.go:136: Result data: {"test_name":"IPFIX Netscaler with variable length fields, missing templates"}
=== RUN   TestDatFiles/IPFIX_options_template_from_Juniper_MX240_JunOS_15.1_R6_S3
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:524288 seq:668
        
    helper.go:24: [ipfix] FlowSet ID 3 length 52
        
    helper.go:24: [ipfix] state 0x2a688c60 addTemplate 512 0x2a67dd20
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:524288 seq:668
        
    helper.go:24: [ipfix] FlowSet ID 512 length 60
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX options template from Juniper MX240 JunOS 15.1 R6 S3","events":[{"Timestamp":"2018-06-01T15:11:53Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":524288,"timestamp":"2018-06-01T15:11:53Z","uptime_millis":0,"version":10},"options":{"export_protocol_version":10,"export_transport_protocol":17,"exported_flow_record_total_count":76,"exported_message_total_count":76,"exporter_ipv4_address":"10.0.0.1","exporter_ipv6_address":"::","flow_active_timeout":60,"flow_idle_timeout":60,"sampling_interval":1000,"system_init_time_milliseconds":"2010-01-06T07:06:38Z"},"scope":{"exporting_process_id":2},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX options template from Juniper MX240 JunOS 15.1 R6 S3","events":[{"Timestamp":"2018-06-01T15:11:53Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":524288,"timestamp":"2018-06-01T15:11:53Z","uptime_millis":0,"version":10},"options":{"export_protocol_version":10,"export_transport_protocol":17,"exported_flow_record_total_count":76,"exported_message_total_count":76,"exporter_ipv4_address":"10.0.0.1","exporter_ipv6_address":"::","flow_active_timeout":60,"flow_idle_timeout":60,"sampling_interval":1000,"system_init_time_milliseconds":"2010-01-06T07:06:38Z"},"scope":{"exporting_process_id":2},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_VMware_virtual_distributed_switch
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:645
        
    helper.go:24: [ipfix] FlowSet ID 2 length 888
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 256 0x2a6a0520
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 257 0x2a6a0540
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 258 0x2a6a0560
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 259 0x2a6a0580
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 260 0x2a6a05a0
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 261 0x2a6a05e0
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 262 0x2a6a0600
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 263 0x2a6a0620
        
    helper.go:24: [ipfix] FlowSet ID 2 length 200
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 264 0x2a6a0640
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 265 0x2a6a0660
        
    helper.go:24: [ipfix] FlowSet ID 2 length 200
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 266 0x2a6a0680
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 267 0x2a6a06a0
        
    helper.go:24: [ipfix] FlowSet ID 2 length 88
        
    helper.go:24: [ipfix] state 0x2a688f30 addTemplate 268 0x2a6a06c0
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:619
        
    helper.go:24: [ipfix] FlowSet ID 264 length 72
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:621
        
    helper.go:24: [ipfix] FlowSet ID 266 length 144
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:1032
        
    helper.go:24: [ipfix] FlowSet ID 266 length 72
        
    helper.go:24: [ipfix] FlowSet ID 267 length 96
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX VMware virtual distributed switch","events":[{"Timestamp":"2016-12-22T12:17:52Z","Meta":null,"Fields":{"destination":{"ip":"172.18.65.211","locality":"internal","port":5985},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-Sv1di8xiKE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.18.65.211","destination_transport_port":5985,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:17:52Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:17:37Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:17:37Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":128,"octet_delta_count":100,"packet_delta_count":2,"padding_octets":"AA==","protocol_identifier":6,"source_ipv4_address":"172.18.65.21","source_transport_port":61209,"tcp_control_bits":2,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":100,"community_id":"1:N7jRolYdcCZxQlKUzhCPw7zSQS0=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.21","172.18.65.211"]},"source":{"bytes":100,"ip":"172.18.65.21","locality":"internal","packets":2,"port":61209}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:17:56Z","Meta":null,"Fields":{"destination":{"ip":"172.18.65.255","locality":"internal","port":138},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"OQCLJ5IN83c","locality":"internal"},"netflow":{"destination_ipv4_address":"172.18.65.255","destination_transport_port":138,"egress_interface":10,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:17:56Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:17:42Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:17:42Z","ingress_interface":2,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":128,"octet_delta_count":229,"packet_delta_count":1,"padding_octets":"AA==","protocol_identifier":17,"source_ipv4_address":"172.18.65.91","source_transport_port":138,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":229,"community_id":"1:yfsv6D0WSefvSi1u8ktASD/D4MU=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.91","172.18.65.255"]},"source":{"bytes":229,"ip":"172.18.65.91","locality":"internal","packets":1,"port":138}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:17:56Z","Meta":null,"Fields":{"destination":{"ip":"172.18.65.255","locality":"internal","port":138},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"OQCLJ5IN83c","locality":"internal"},"netflow":{"destination_ipv4_address":"172.18.65.255","destination_transport_port":138,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:17:56Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:17:42Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:17:42Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":128,"octet_delta_count":229,"packet_delta_count":1,"padding_octets":"AA==","protocol_identifier":17,"source_ipv4_address":"172.18.65.91","source_transport_port":138,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":229,"community_id":"1:yfsv6D0WSefvSi1u8ktASD/D4MU=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.91","172.18.65.255"]},"source":{"bytes":229,"ip":"172.18.65.91","locality":"internal","packets":1,"port":138}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:26:04Z","Meta":null,"Fields":{"destination":{"ip":"224.0.0.252","locality":"internal","port":5355},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"xcyYrM-QBl0","locality":"internal"},"netflow":{"destination_ipv4_address":"224.0.0.252","destination_transport_port":5355,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:26:04Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:25:49Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:25:49Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":1,"octet_delta_count":104,"packet_delta_count":2,"padding_octets":"AA==","protocol_identifier":17,"source_ipv4_address":"172.18.65.21","source_transport_port":61329,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":104,"community_id":"1:LDWJP/qvMM9zo06ETUUG64DZWhY=","direction":"outbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.21","224.0.0.252"]},"source":{"bytes":104,"ip":"172.18.65.21","locality":"internal","packets":2,"port":61329}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:26:04Z","Meta":null,"Fields":{"destination":{"ip":"ff02::1:3","locality":"internal","port":5355},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iOQ1bg2JOLM","locality":"internal"},"netflow":{"destination_ipv6_address":"ff02::1:3","destination_transport_port":5355,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:26:04Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:25:49Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:25:49Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":1,"octet_delta_count":144,"packet_delta_count":2,"padding_octets":"AA==","protocol_identifier":17,"source_ipv6_address":"fe80::5187:5cd8:d750:cdc9","source_transport_port":61329,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":144,"community_id":"1:pr+rxLjqBu9/jT6yJoAEy7/fgdY=","direction":"outbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::5187:5cd8:d750:cdc9","ff02::1:3"]},"source":{"bytes":144,"ip":"fe80::5187:5cd8:d750:cdc9","locality":"internal","packets":2,"port":61329}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX VMware virtual distributed switch","events":[{"Timestamp":"2016-12-22T12:17:52Z","Meta":null,"Fields":{"destination":{"ip":"172.18.65.211","locality":"internal","port":5985},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-Sv1di8xiKE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.18.65.211","destination_transport_port":5985,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:17:52Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:17:37Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:17:37Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":128,"octet_delta_count":100,"packet_delta_count":2,"padding_octets":"AA==","protocol_identifier":6,"source_ipv4_address":"172.18.65.21","source_transport_port":61209,"tcp_control_bits":2,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":100,"community_id":"1:N7jRolYdcCZxQlKUzhCPw7zSQS0=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.21","172.18.65.211"]},"source":{"bytes":100,"ip":"172.18.65.21","locality":"internal","packets":2,"port":61209}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:17:56Z","Meta":null,"Fields":{"destination":{"ip":"172.18.65.255","locality":"internal","port":138},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"OQCLJ5IN83c","locality":"internal"},"netflow":{"destination_ipv4_address":"172.18.65.255","destination_transport_port":138,"egress_interface":10,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:17:56Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:17:42Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:17:42Z","ingress_interface":2,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":128,"octet_delta_count":229,"packet_delta_count":1,"padding_octets":"AA==","protocol_identifier":17,"source_ipv4_address":"172.18.65.91","source_transport_port":138,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":229,"community_id":"1:yfsv6D0WSefvSi1u8ktASD/D4MU=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.91","172.18.65.255"]},"source":{"bytes":229,"ip":"172.18.65.91","locality":"internal","packets":1,"port":138}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:17:56Z","Meta":null,"Fields":{"destination":{"ip":"172.18.65.255","locality":"internal","port":138},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"OQCLJ5IN83c","locality":"internal"},"netflow":{"destination_ipv4_address":"172.18.65.255","destination_transport_port":138,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:17:56Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:17:42Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:17:42Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":128,"octet_delta_count":229,"packet_delta_count":1,"padding_octets":"AA==","protocol_identifier":17,"source_ipv4_address":"172.18.65.91","source_transport_port":138,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":229,"community_id":"1:yfsv6D0WSefvSi1u8ktASD/D4MU=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.91","172.18.65.255"]},"source":{"bytes":229,"ip":"172.18.65.91","locality":"internal","packets":1,"port":138}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:26:04Z","Meta":null,"Fields":{"destination":{"ip":"224.0.0.252","locality":"internal","port":5355},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"xcyYrM-QBl0","locality":"internal"},"netflow":{"destination_ipv4_address":"224.0.0.252","destination_transport_port":5355,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:26:04Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:25:49Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:25:49Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":1,"octet_delta_count":104,"packet_delta_count":2,"padding_octets":"AA==","protocol_identifier":17,"source_ipv4_address":"172.18.65.21","source_transport_port":61329,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":104,"community_id":"1:LDWJP/qvMM9zo06ETUUG64DZWhY=","direction":"outbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.18.65.21","224.0.0.252"]},"source":{"bytes":104,"ip":"172.18.65.21","locality":"internal","packets":2,"port":61329}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-22T12:26:04Z","Meta":null,"Fields":{"destination":{"ip":"ff02::1:3","locality":"internal","port":5355},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iOQ1bg2JOLM","locality":"internal"},"netflow":{"destination_ipv6_address":"ff02::1:3","destination_transport_port":5355,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-22T12:26:04Z","uptime_millis":0,"version":10},"flow_direction":1,"flow_end_milliseconds":"2016-12-22T12:25:49Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-22T12:25:49Z","ingress_interface":3,"ip_class_of_service":0,"layer2_segment_id":0,"maximum_ttl":1,"octet_delta_count":144,"packet_delta_count":2,"padding_octets":"AA==","protocol_identifier":17,"source_ipv6_address":"fe80::5187:5cd8:d750:cdc9","source_transport_port":61329,"tcp_control_bits":0,"type":"netflow_flow","vmware_egress_interface_attr":2,"vmware_ingress_interface_attr":1,"vmware_vxlan_export_role":0},"network":{"bytes":144,"community_id":"1:pr+rxLjqBu9/jT6yJoAEy7/fgdY=","direction":"outbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::5187:5cd8:d750:cdc9","ff02::1:3"]},"source":{"bytes":144,"ip":"fe80::5187:5cd8:d750:cdc9","locality":"internal","packets":2,"port":61329}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_valid_01
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:1
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 60
        
    helper.go:24: [netflow-v9] state 0x2a6892f0 addTemplate 1024 0x2a722fe0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 60
        
    helper.go:24: [netflow-v9] state 0x2a6892f0 addTemplate 2048 0x2a723000
        
    helper.go:24: [netflow-v9] FlowSet ID 1024 length 240
        
    helper.go:24: [netflow-v9] FlowSet ID 2048 length 64
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 valid 01","events":[{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.248","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"1E-M5OJg_go","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.248","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"yMxFd8CW_Ok","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.248","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.248","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"NF1W3jyrHAA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"Tw1iOKJ-dfE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.201","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.201","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.202","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"sNF38-obC7k","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.202","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"458D6voFu3E","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.202","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.202","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"ff02::1","locality":"internal","port":34304},"event":{"action":"netflow_flow","category":["network"],"duration":38081000000,"end":"2015-10-08T19:04:25.9Z","kind":"event","start":"2015-10-08T19:03:47.819Z","type":["connection"]},"flow":{"id":"hsSxbBU-M1o","locality":"internal"},"netflow":{"destination_ipv6_address":"ff02::1","destination_transport_port":34304,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":40976,"flow_start_sys_up_time":2895,"ingress_interface":0,"ip_class_of_service":0,"ip_version":6,"octet_delta_count":672,"packet_delta_count":7,"protocol_identifier":58,"source_ipv6_address":"fe80::20c:29ff:fe83:3b6e","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":672,"community_id":"1:z1qoJyUMuKy3HX8rkIDvBK/vyL8=","direction":"unknown","iana_number":58,"packets":7,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::20c:29ff:fe83:3b6e","ff02::1"]},"source":{"bytes":672,"ip":"fe80::20c:29ff:fe83:3b6e","locality":"internal","packets":7,"port":0}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 valid 01","events":[{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.248","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"1E-M5OJg_go","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.248","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"yMxFd8CW_Ok","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.248","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.248","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"NF1W3jyrHAA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"Tw1iOKJ-dfE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.201","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.201","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.202","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"sNF38-obC7k","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.202","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"458D6voFu3E","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.202","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.202","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"ff02::1","locality":"internal","port":34304},"event":{"action":"netflow_flow","category":["network"],"duration":38081000000,"end":"2015-10-08T19:04:25.9Z","kind":"event","start":"2015-10-08T19:03:47.819Z","type":["connection"]},"flow":{"id":"hsSxbBU-M1o","locality":"internal"},"netflow":{"destination_ipv6_address":"ff02::1","destination_transport_port":34304,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":40976,"flow_start_sys_up_time":2895,"ingress_interface":0,"ip_class_of_service":0,"ip_version":6,"octet_delta_count":672,"packet_delta_count":7,"protocol_identifier":58,"source_ipv6_address":"fe80::20c:29ff:fe83:3b6e","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":672,"community_id":"1:z1qoJyUMuKy3HX8rkIDvBK/vyL8=","direction":"unknown","iana_number":58,"packets":7,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::20c:29ff:fe83:3b6e","ff02::1"]},"source":{"bytes":672,"ip":"fe80::20c:29ff:fe83:3b6e","locality":"internal","packets":7,"port":0}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_macaddress
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:97 seq:0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 64
        
    helper.go:24: [netflow-v9] state 0x2a6895c0 addTemplate 257 0x2a796780
        
    helper.go:24: [netflow-v9] state 0x2a6895c0 addTemplate 258 0x2a7967a0
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] state 0x2a6895c0 addTemplate 259 0x2a7967c0
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 12
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:97 seq:2
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 728
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 macaddress","events":[{"Timestamp":"2015-10-10T08:46:56Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:46:56Z","uptime_millis":30024,"version":9},"options":{"exported_flow_record_total_count":1,"exported_message_total_count":0},"scope":{"octet_delta_count":0},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"zQfsdfKgh-o","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":22,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":65058,"type":"netflow_flow"},"network":{"community_id":"1:xXTn9GECsRXx7t5CqUym4B1cCNU=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":65058}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","mac":"00-0C-29-8D-AF-C3","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Tw1iOKJ-dfE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_mac_address":"00-0C-29-8D-AF-C3","destination_transport_port":123,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":17,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":123,"type":"netflow_flow"},"network":{"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"NF1W3jyrHAA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":123,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_mac_address":"00-0C-29-8D-AF-C3","source_transport_port":123,"type":"netflow_flow"},"network":{"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"ip":"172.16.32.100","locality":"internal","mac":"00-0C-29-8D-AF-C3","port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B-_-kE8PEgA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":80,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59157,"type":"netflow_flow"},"network":{"community_id":"1:9a3xSEOGeCOgc8wHkqU7yt3aKi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59157}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59157},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B-_-kE8PEgA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59157,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":80,"type":"netflow_flow"},"network":{"community_id":"1:9a3xSEOGeCOgc8wHkqU7yt3aKi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"q6jss8DvXWE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":443,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59158,"type":"netflow_flow"},"network":{"community_id":"1:tReeXdYbJqf6jxHsV/6j7S+FoNQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59158}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59158},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"q6jss8DvXWE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59158,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":443,"type":"netflow_flow"},"network":{"community_id":"1:tReeXdYbJqf6jxHsV/6j7S+FoNQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":139},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"3TmuMjQR8Mk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":139,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59159,"type":"netflow_flow"},"network":{"community_id":"1:cdysWB0MnAlJwcBbj7j+pGVyBGg=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59159}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59159},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"3TmuMjQR8Mk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59159,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":139,"type":"netflow_flow"},"network":{"community_id":"1:cdysWB0MnAlJwcBbj7j+pGVyBGg=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":139}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":23},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2KDgFVtVKGg","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":23,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59160,"type":"netflow_flow"},"network":{"community_id":"1:6giQWS+fyjMORsdQimfi53pgwMk=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59160}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59160},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2KDgFVtVKGg","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59160,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":23,"type":"netflow_flow"},"network":{"community_id":"1:6giQWS+fyjMORsdQimfi53pgwMk=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":23}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":995},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"vwr6dNcr6FE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":995,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59161,"type":"netflow_flow"},"network":{"community_id":"1:9TricJ4d/hl365P4avkWHSCNrfs=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59161}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"vwr6dNcr6FE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59161,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":995,"type":"netflow_flow"},"network":{"community_id":"1:9TricJ4d/hl365P4avkWHSCNrfs=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":995}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"tmgCubSF_CU","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":443,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59162,"type":"netflow_flow"},"network":{"community_id":"1:6RszvU1rDWXVJ74Ktg0VviC8dHQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59162}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59162},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"tmgCubSF_CU","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59162,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":443,"type":"netflow_flow"},"network":{"community_id":"1:6RszvU1rDWXVJ74Ktg0VviC8dHQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":135},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Agzgga7RAr0","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":135,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59163,"type":"netflow_flow"},"network":{"community_id":"1:c+E4+ll1WxXDPNDgvxstOuxlZJ8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59163}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59163},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Agzgga7RAr0","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59163,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":135,"type":"netflow_flow"},"network":{"community_id":"1:c+E4+ll1WxXDPNDgvxstOuxlZJ8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":135}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":110},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-cqFlm16mLc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":110,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59164,"type":"netflow_flow"},"network":{"community_id":"1:4qi27nfOIgyBcA6+RYnuq/tZB/8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59164}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59164},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-cqFlm16mLc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59164,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":110,"type":"netflow_flow"},"network":{"community_id":"1:4qi27nfOIgyBcA6+RYnuq/tZB/8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":110}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":111},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Txfldw7-948","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":111,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59165,"type":"netflow_flow"},"network":{"community_id":"1:9grL4uqlG5JP5jXa8hCBLSZ1bAo=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59165}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59165},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Txfldw7-948","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59165,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":111,"type":"netflow_flow"},"network":{"community_id":"1:9grL4uqlG5JP5jXa8hCBLSZ1bAo=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":111}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":143},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iaXg6w051Ho","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":143,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59166,"type":"netflow_flow"},"network":{"community_id":"1:vY2zU7sBMSQd04PrR2LEa7Q2pFE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59166}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59166},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iaXg6w051Ho","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59166,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":143,"type":"netflow_flow"},"network":{"community_id":"1:vY2zU7sBMSQd04PrR2LEa7Q2pFE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":143}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":3389},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"cEvEMCFhKJk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":3389,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59167,"type":"netflow_flow"},"network":{"community_id":"1:Cf9adPldvSduPZshQSGGhNsc5PU=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59167}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59167},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"cEvEMCFhKJk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59167,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":3389,"type":"netflow_flow"},"network":{"community_id":"1:Cf9adPldvSduPZshQSGGhNsc5PU=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":3389}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DnN0kX-gR3Q","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":80,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59168,"type":"netflow_flow"},"network":{"community_id":"1:odV4cLKFeNM7n9PKTb6oi19upi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59168}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59168},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DnN0kX-gR3Q","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59168,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":80,"type":"netflow_flow"},"network":{"community_id":"1:odV4cLKFeNM7n9PKTb6oi19upi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":25},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-kLcuxmRzgk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":25,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59169,"type":"netflow_flow"},"network":{"community_id":"1:ZRD9IAxw9PMwqFA3PuRYzm0karc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59169}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59169},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-kLcuxmRzgk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59169,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":25,"type":"netflow_flow"},"network":{"community_id":"1:ZRD9IAxw9PMwqFA3PuRYzm0karc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":25}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 macaddress","events":[{"Timestamp":"2015-10-10T08:46:56Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:46:56Z","uptime_millis":30024,"version":9},"options":{"exported_flow_record_total_count":1,"exported_message_total_count":0},"scope":{"octet_delta_count":0},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"zQfsdfKgh-o","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":22,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":65058,"type":"netflow_flow"},"network":{"community_id":"1:xXTn9GECsRXx7t5CqUym4B1cCNU=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":65058}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","mac":"00-0C-29-8D-AF-C3","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Tw1iOKJ-dfE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_mac_address":"00-0C-29-8D-AF-C3","destination_transport_port":123,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":17,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":123,"type":"netflow_flow"},"network":{"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"NF1W3jyrHAA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":123,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_mac_address":"00-0C-29-8D-AF-C3","source_transport_port":123,"type":"netflow_flow"},"network":{"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"ip":"172.16.32.100","locality":"internal","mac":"00-0C-29-8D-AF-C3","port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B-_-kE8PEgA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":80,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59157,"type":"netflow_flow"},"network":{"community_id":"1:9a3xSEOGeCOgc8wHkqU7yt3aKi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59157}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59157},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B-_-kE8PEgA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59157,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":80,"type":"netflow_flow"},"network":{"community_id":"1:9a3xSEOGeCOgc8wHkqU7yt3aKi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"q6jss8DvXWE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":443,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59158,"type":"netflow_flow"},"network":{"community_id":"1:tReeXdYbJqf6jxHsV/6j7S+FoNQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59158}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59158},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"q6jss8DvXWE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59158,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":443,"type":"netflow_flow"},"network":{"community_id":"1:tReeXdYbJqf6jxHsV/6j7S+FoNQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":139},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"3TmuMjQR8Mk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":139,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59159,"type":"netflow_flow"},"network":{"community_id":"1:cdysWB0MnAlJwcBbj7j+pGVyBGg=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59159}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59159},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"3TmuMjQR8Mk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59159,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":139,"type":"netflow_flow"},"network":{"community_id":"1:cdysWB0MnAlJwcBbj7j+pGVyBGg=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":139}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":23},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2KDgFVtVKGg","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":23,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59160,"type":"netflow_flow"},"network":{"community_id":"1:6giQWS+fyjMORsdQimfi53pgwMk=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59160}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59160},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2KDgFVtVKGg","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59160,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":23,"type":"netflow_flow"},"network":{"community_id":"1:6giQWS+fyjMORsdQimfi53pgwMk=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":23}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":995},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"vwr6dNcr6FE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":995,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59161,"type":"netflow_flow"},"network":{"community_id":"1:9TricJ4d/hl365P4avkWHSCNrfs=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59161}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"vwr6dNcr6FE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59161,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":995,"type":"netflow_flow"},"network":{"community_id":"1:9TricJ4d/hl365P4avkWHSCNrfs=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":995}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"tmgCubSF_CU","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":443,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59162,"type":"netflow_flow"},"network":{"community_id":"1:6RszvU1rDWXVJ74Ktg0VviC8dHQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59162}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59162},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"tmgCubSF_CU","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59162,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":443,"type":"netflow_flow"},"network":{"community_id":"1:6RszvU1rDWXVJ74Ktg0VviC8dHQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":135},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Agzgga7RAr0","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":135,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59163,"type":"netflow_flow"},"network":{"community_id":"1:c+E4+ll1WxXDPNDgvxstOuxlZJ8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59163}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59163},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Agzgga7RAr0","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59163,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":135,"type":"netflow_flow"},"network":{"community_id":"1:c+E4+ll1WxXDPNDgvxstOuxlZJ8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":135}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":110},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-cqFlm16mLc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":110,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59164,"type":"netflow_flow"},"network":{"community_id":"1:4qi27nfOIgyBcA6+RYnuq/tZB/8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59164}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59164},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-cqFlm16mLc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59164,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":110,"type":"netflow_flow"},"network":{"community_id":"1:4qi27nfOIgyBcA6+RYnuq/tZB/8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":110}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":111},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Txfldw7-948","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":111,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59165,"type":"netflow_flow"},"network":{"community_id":"1:9grL4uqlG5JP5jXa8hCBLSZ1bAo=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59165}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59165},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Txfldw7-948","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59165,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":111,"type":"netflow_flow"},"network":{"community_id":"1:9grL4uqlG5JP5jXa8hCBLSZ1bAo=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":111}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":143},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iaXg6w051Ho","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":143,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59166,"type":"netflow_flow"},"network":{"community_id":"1:vY2zU7sBMSQd04PrR2LEa7Q2pFE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59166}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59166},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iaXg6w051Ho","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59166,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":143,"type":"netflow_flow"},"network":{"community_id":"1:vY2zU7sBMSQd04PrR2LEa7Q2pFE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":143}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":3389},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"cEvEMCFhKJk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":3389,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59167,"type":"netflow_flow"},"network":{"community_id":"1:Cf9adPldvSduPZshQSGGhNsc5PU=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59167}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59167},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"cEvEMCFhKJk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59167,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":3389,"type":"netflow_flow"},"network":{"community_id":"1:Cf9adPldvSduPZshQSGGhNsc5PU=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":3389}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DnN0kX-gR3Q","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":80,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59168,"type":"netflow_flow"},"network":{"community_id":"1:odV4cLKFeNM7n9PKTb6oi19upi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59168}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59168},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DnN0kX-gR3Q","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59168,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":80,"type":"netflow_flow"},"network":{"community_id":"1:odV4cLKFeNM7n9PKTb6oi19upi4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":25},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-kLcuxmRzgk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_mac_address":"00-0C-29-70-86-09","destination_transport_port":25,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.1","source_mac_address":"00-50-56-C0-00-01","source_transport_port":59169,"type":"netflow_flow"},"network":{"community_id":"1:ZRD9IAxw9PMwqFA3PuRYzm0karc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59169}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-10T08:47:01Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","mac":"00-50-56-C0-00-01","port":59169},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-kLcuxmRzgk","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.1","destination_mac_address":"00-50-56-C0-00-01","destination_transport_port":59169,"exporter":{"address":"192.0.2.1:4444","source_id":97,"timestamp":"2015-10-10T08:47:01Z","uptime_millis":34488,"version":9},"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_mac_address":"00-0C-29-70-86-09","source_transport_port":25,"type":"netflow_flow"},"network":{"community_id":"1:ZRD9IAxw9PMwqFA3PuRYzm0karc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"ip":"172.16.32.201","locality":"internal","mac":"00-0C-29-70-86-09","port":25}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Palo_Alto_1_flowset_in_large_zero_filled_packet
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:16777216 seq:970830112
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 688
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 256 0x2ab52ce0
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 257 0x2ab52d00
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 260 0x2ab52d20
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 261 0x2ab52d40
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 258 0x2ab52d60
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 259 0x2ab52da0
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 262 0x2ab52dc0
        
    helper.go:24: [netflow-v9] state 0x2a61b2f0 addTemplate 263 0x2ab52de0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:16777216 seq:970830115
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 156
        
    netflow_test.go:106: test Netflow 9 Palo Alto 1 flowset in large zero filled packet: decode error: netflow protocol version 0 not supported
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Palo Alto 1 flowset in large zero filled packet","events":[{"Timestamp":"2018-06-06T13:20:17Z","Meta":null,"Fields":{"destination":{"ip":"134.220.1.156","locality":"external","port":50234},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2018-06-06T13:20:02Z","kind":"event","start":"2018-06-06T13:20:02Z","type":["connection"]},"flow":{"id":"A-NpGXd6eh4","locality":"external"},"netflow":{"destination_ipv4_address":"134.220.1.156","destination_transport_port":50234,"egress_interface":500010002,"exporter":{"address":"192.0.2.1:4444","source_id":16777216,"timestamp":"2018-06-06T13:20:17Z","uptime_millis":1062408704,"version":9},"firewall_event":2,"flow_direction":0,"flow_end_sys_up_time":1062393704,"flow_id":1428388,"flow_start_sys_up_time":1062393704,"icmp_type_code_ipv4":0,"ingress_interface":500010024,"ip_class_of_service":0,"octet_delta_count":363,"packet_delta_count":3,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"134.220.2.6","source_transport_port":88,"tcp_control_bits":94,"type":"netflow_flow"},"network":{"bytes":363,"community_id":"1:hc80jQer1W3Gz0bQrzvclI7gPC4=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["134.220.1.156","134.220.2.6"]},"source":{"bytes":363,"ip":"134.220.2.6","locality":"external","packets":3,"port":88}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Palo Alto 1 flowset in large zero filled packet","events":[{"Timestamp":"2018-06-06T13:20:17Z","Meta":null,"Fields":{"destination":{"ip":"134.220.1.156","locality":"external","port":50234},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2018-06-06T13:20:02Z","kind":"event","start":"2018-06-06T13:20:02Z","type":["connection"]},"flow":{"id":"A-NpGXd6eh4","locality":"external"},"netflow":{"destination_ipv4_address":"134.220.1.156","destination_transport_port":50234,"egress_interface":500010002,"exporter":{"address":"192.0.2.1:4444","source_id":16777216,"timestamp":"2018-06-06T13:20:17Z","uptime_millis":1062408704,"version":9},"firewall_event":2,"flow_direction":0,"flow_end_sys_up_time":1062393704,"flow_id":1428388,"flow_start_sys_up_time":1062393704,"icmp_type_code_ipv4":0,"ingress_interface":500010024,"ip_class_of_service":0,"octet_delta_count":363,"packet_delta_count":3,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"134.220.2.6","source_transport_port":88,"tcp_control_bits":94,"type":"netflow_flow"},"network":{"bytes":363,"community_id":"1:hc80jQer1W3Gz0bQrzvclI7gPC4=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["134.220.1.156","134.220.2.6"]},"source":{"bytes":363,"ip":"134.220.2.6","locality":"external","packets":3,"port":88}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_ASR_9000_series_template_260
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:2177 seq:24495875
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 96
        
    helper.go:24: [netflow-v9] Size of field samplerId in template is out of bounds (size=2, min=1, max=1)
        
    helper.go:24: [netflow-v9] state 0x2a61b500 addTemplate 260 0x2ab537e0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:2177 seq:24495777
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 1368
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco ASR 9000 series template 260","events":[{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.31.81","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.94Z","kind":"event","start":"2016-12-06T10:08:53.94Z","type":["connection"]},"flow":{"id":"kkhtKjgAywQ","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.31.81","destination_ipv4_prefix_length":20,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740613,"flow_start_sys_up_time":1704740613,"forwarding_status":64,"ingress_interface":110,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":40,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.9.146","source_ipv4_prefix_length":16,"source_transport_port":54017,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":40,"community_id":"1:jsUEjyoUL0jdew76Qup2cksJHew=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.9.146","10.0.31.81"]},"source":{"bytes":40,"ip":"10.0.9.146","locality":"internal","packets":1,"port":54017}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.35.4","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":641000000,"end":"2016-12-06T10:08:54.583Z","kind":"event","start":"2016-12-06T10:08:53.942Z","type":["connection"]},"flow":{"id":"4su7p2nlyno","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.35.4","destination_ipv4_prefix_length":16,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704741256,"flow_start_sys_up_time":1704740615,"forwarding_status":64,"ingress_interface":87,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":104,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.17.42","source_ipv4_prefix_length":21,"source_transport_port":36484,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":104,"community_id":"1:yB9jVpYE9MA16LwjBHB/JxibmlM=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.17.42","10.0.35.4"]},"source":{"bytes":104,"ip":"10.0.17.42","locality":"internal","packets":2,"port":36484}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.34.141","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.945Z","kind":"event","start":"2016-12-06T10:08:53.945Z","type":["connection"]},"flow":{"id":"mfb1_zWayo4","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.34.141","destination_ipv4_prefix_length":16,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740618,"flow_start_sys_up_time":1704740618,"forwarding_status":64,"ingress_interface":104,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":52,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.22.111","source_ipv4_prefix_length":24,"source_transport_port":16814,"tcp_control_bits":17,"type":"netflow_flow"},"network":{"bytes":52,"community_id":"1:j/VhXzMy3OPka3ZzEYmVN3xFg8A=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.22.111","10.0.34.141"]},"source":{"bytes":52,"ip":"10.0.22.111","locality":"internal","packets":1,"port":16814}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.36.170","locality":"internal","port":64812},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.947Z","kind":"event","start":"2016-12-06T10:08:53.947Z","type":["connection"]},"flow":{"id":"jKhffDbQq0o","locality":"internal"},"netflow":{"bgp_destination_as_number":64497,"bgp_next_hop_ipv4_address":"10.0.14.31","bgp_source_as_number":0,"destination_ipv4_address":"10.0.36.170","destination_ipv4_prefix_length":19,"destination_transport_port":64812,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740620,"flow_start_sys_up_time":1704740620,"forwarding_status":64,"ingress_interface":86,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":435,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.0.23.59","source_ipv4_prefix_length":25,"source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":435,"community_id":"1:V29ruuyp06iZ1oJ8bxJlJiyOfIE=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.23.59","10.0.36.170"]},"source":{"bytes":435,"ip":"10.0.23.59","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.20.242","locality":"internal","port":2013},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.948Z","kind":"event","start":"2016-12-06T10:08:53.948Z","type":["connection"]},"flow":{"id":"5siGD7iCzo4","locality":"internal"},"netflow":{"bgp_destination_as_number":65442,"bgp_next_hop_ipv4_address":"10.0.18.5","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.20.242","destination_ipv4_prefix_length":21,"destination_transport_port":2013,"egress_interface":106,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740621,"flow_start_sys_up_time":1704740621,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":969,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.34.71","source_ipv4_prefix_length":16,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":969,"community_id":"1:BfHR+tAWSW/SqM1Bpdnquzk4AaY=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.20.242","10.0.34.71"]},"source":{"bytes":969,"ip":"10.0.34.71","locality":"internal","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.30.102","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":83000000,"end":"2016-12-06T10:08:53.948Z","kind":"event","start":"2016-12-06T10:08:53.865Z","type":["connection"]},"flow":{"id":"IyuegsSri_U","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.30.102","destination_ipv4_prefix_length":16,"destination_transport_port":80,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740621,"flow_start_sys_up_time":1704740538,"forwarding_status":64,"ingress_interface":110,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":104,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.10.133","source_ipv4_prefix_length":16,"source_transport_port":35273,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":104,"community_id":"1:55fPsAgheYzGZEIJDB/aG35LT7A=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.10.133","10.0.30.102"]},"source":{"bytes":104,"ip":"10.0.10.133","locality":"internal","packets":2,"port":35273}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.6.24","locality":"internal","port":56771},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.951Z","kind":"event","start":"2016-12-06T10:08:53.951Z","type":["connection"]},"flow":{"id":"9JGzjsOdNi4","locality":"internal"},"netflow":{"bgp_destination_as_number":65431,"bgp_next_hop_ipv4_address":"10.0.0.242","bgp_source_as_number":15133,"destination_ipv4_address":"10.0.6.24","destination_ipv4_prefix_length":16,"destination_transport_port":56771,"egress_interface":162,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740624,"flow_start_sys_up_time":1704740624,"forwarding_status":64,"ingress_interface":102,"ingress_vrfid":1610612736,"ip_class_of_service":32,"octet_delta_count":52,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.37.29","source_ipv4_prefix_length":24,"source_transport_port":80,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":52,"community_id":"1:bN7/YptkJDb0iDXbR5ZC9+2pQ+M=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.6.24","10.0.37.29"]},"source":{"bytes":52,"ip":"10.0.37.29","locality":"internal","packets":1,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.11.113","locality":"internal","port":56830},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.951Z","kind":"event","start":"2016-12-06T10:08:53.951Z","type":["connection"]},"flow":{"id":"Y3aiAEAjjys","locality":"internal"},"netflow":{"bgp_destination_as_number":65432,"bgp_next_hop_ipv4_address":"10.0.18.105","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.11.113","destination_ipv4_prefix_length":16,"destination_transport_port":56830,"egress_interface":46,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740624,"flow_start_sys_up_time":1704740624,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":614,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.32.176","source_ipv4_prefix_length":20,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":614,"community_id":"1:VwFIN943tEznAwHJLDmQwQ4IrWc=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.11.113","10.0.32.176"]},"source":{"bytes":614,"ip":"10.0.32.176","locality":"internal","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":40078},"event":{"action":"netflow_flow","category":["network"],"duration":5418000000,"end":"2016-12-06T10:08:53.952Z","kind":"event","start":"2016-12-06T10:08:48.534Z","type":["connection"]},"flow":{"id":"sC3kzwxISec","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":32934,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":40078,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740625,"flow_start_sys_up_time":1704735207,"forwarding_status":64,"ingress_interface":87,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":4350,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.0.12.21","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":4350,"community_id":"1:keTU72GjRPvGrcGoAh5kgn7VAyE=","direction":"outbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.12.21","10.0.15.38"]},"source":{"bytes":4350,"ip":"10.0.12.21","locality":"internal","packets":3,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.3.110","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":3317000000,"end":"2016-12-06T10:08:57.27Z","kind":"event","start":"2016-12-06T10:08:53.953Z","type":["connection"]},"flow":{"id":"dTmlxL48EoA","locality":"internal"},"netflow":{"bgp_destination_as_number":70,"bgp_next_hop_ipv4_address":"10.0.16.101","bgp_source_as_number":65431,"destination_ipv4_address":"10.0.3.110","destination_ipv4_prefix_length":17,"destination_transport_port":443,"egress_interface":102,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704743943,"flow_start_sys_up_time":1704740626,"forwarding_status":64,"ingress_interface":162,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":533,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.4.212","source_ipv4_prefix_length":16,"source_transport_port":50691,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":533,"community_id":"1:BQz6ZQnMAgTy7YLZ0FMc/GX7cYw=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.3.110","10.0.4.212"]},"source":{"bytes":533,"ip":"10.0.4.212","locality":"internal","packets":2,"port":50691}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.1.136","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":19894000000,"end":"2016-12-06T10:09:04.383Z","kind":"event","start":"2016-12-06T10:08:44.489Z","type":["connection"]},"flow":{"id":"oMLDxCSgNuA","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":64497,"destination_ipv4_address":"10.0.1.136","destination_ipv4_prefix_length":27,"destination_transport_port":80,"egress_interface":104,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704751056,"flow_start_sys_up_time":1704731162,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":13660,"packet_delta_count":325,"protocol_identifier":6,"source_ipv4_address":"10.0.33.122","source_ipv4_prefix_length":21,"source_transport_port":58814,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":13660,"community_id":"1:ER44La+18pqEeuMQJ9u8Z++LJZ8=","direction":"inbound","iana_number":6,"packets":325,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.1.136","10.0.33.122"]},"source":{"bytes":13660,"ip":"10.0.33.122","locality":"internal","packets":325,"port":58814}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.34.71","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.955Z","kind":"event","start":"2016-12-06T10:08:53.955Z","type":["connection"]},"flow":{"id":"5siGD7iCzo4","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":65442,"destination_ipv4_address":"10.0.34.71","destination_ipv4_prefix_length":16,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740628,"flow_start_sys_up_time":1704740628,"forwarding_status":64,"ingress_interface":106,"ingress_vrfid":1610612736,"ip_class_of_service":96,"octet_delta_count":89,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.20.242","source_ipv4_prefix_length":21,"source_transport_port":2013,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":89,"community_id":"1:BfHR+tAWSW/SqM1Bpdnquzk4AaY=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.20.242","10.0.34.71"]},"source":{"bytes":89,"ip":"10.0.20.242","locality":"internal","packets":1,"port":2013}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":51621},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.957Z","kind":"event","start":"2016-12-06T10:08:53.957Z","type":["connection"]},"flow":{"id":"-IcTJfcRi8w","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":32934,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":51621,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740630,"flow_start_sys_up_time":1704740630,"forwarding_status":64,"ingress_interface":87,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":833,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.13.25","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":833,"community_id":"1:V1uWTuA70EL9Qkn1J6pTFRcuV10=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.13.25","10.0.15.38"]},"source":{"bytes":833,"ip":"10.0.13.25","locality":"internal","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.2.18","locality":"internal","port":62464},"event":{"action":"netflow_flow","category":["network"],"duration":89000000,"end":"2016-12-06T10:08:53.959Z","kind":"event","start":"2016-12-06T10:08:53.87Z","type":["connection"]},"flow":{"id":"tyf0jfEIDwM","locality":"internal"},"netflow":{"bgp_destination_as_number":65437,"bgp_next_hop_ipv4_address":"10.0.18.126","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.2.18","destination_ipv4_prefix_length":16,"destination_transport_port":62464,"egress_interface":110,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740632,"flow_start_sys_up_time":1704740543,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":1625,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.25.59","source_ipv4_prefix_length":16,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1625,"community_id":"1:bF2alD6RwfO9yf2PNZ0MtP9Cksw=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.2.18","10.0.25.59"]},"source":{"bytes":1625,"ip":"10.0.25.59","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.27.168","locality":"internal","port":465},"event":{"action":"netflow_flow","category":["network"],"duration":17325000000,"end":"2016-12-06T10:09:05.882Z","kind":"event","start":"2016-12-06T10:08:48.557Z","type":["connection"]},"flow":{"id":"OYKOBQNKdF4","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":65436,"destination_ipv4_address":"10.0.27.168","destination_ipv4_prefix_length":16,"destination_transport_port":465,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704752555,"flow_start_sys_up_time":1704735230,"forwarding_status":64,"ingress_interface":86,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":142184,"packet_delta_count":97,"protocol_identifier":6,"source_ipv4_address":"10.0.7.73","source_ipv4_prefix_length":16,"source_transport_port":60312,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":142184,"community_id":"1:SgVt9ECKOHEc4InDt5s6nTb2ePs=","direction":"outbound","iana_number":6,"packets":97,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.7.73","10.0.27.168"]},"source":{"bytes":142184,"ip":"10.0.7.73","locality":"internal","packets":97,"port":60312}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.27.169","locality":"internal","port":995},"event":{"action":"netflow_flow","category":["network"],"duration":2705000000,"end":"2016-12-06T10:08:56.186Z","kind":"event","start":"2016-12-06T10:08:53.481Z","type":["connection"]},"flow":{"id":"fC6tFjsdK54","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":65463,"destination_ipv4_address":"10.0.27.169","destination_ipv4_prefix_length":16,"destination_transport_port":995,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704742859,"flow_start_sys_up_time":1704740154,"forwarding_status":64,"ingress_interface":106,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":3016,"packet_delta_count":58,"protocol_identifier":6,"source_ipv4_address":"10.0.19.50","source_ipv4_prefix_length":18,"source_transport_port":34452,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":3016,"community_id":"1:tE2lcbsWsM+Jkv2xskEEX4p0MTY=","direction":"outbound","iana_number":6,"packets":58,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.19.50","10.0.27.169"]},"source":{"bytes":3016,"ip":"10.0.19.50","locality":"internal","packets":58,"port":34452}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.24.13","locality":"internal","port":49917},"event":{"action":"netflow_flow","category":["network"],"duration":361000000,"end":"2016-12-06T10:08:54.28Z","kind":"event","start":"2016-12-06T10:08:53.919Z","type":["connection"]},"flow":{"id":"Kk4bVU4hDRk","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.24.13","destination_ipv4_prefix_length":25,"destination_transport_port":49917,"egress_interface":104,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740953,"flow_start_sys_up_time":1704740592,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":31500,"packet_delta_count":21,"protocol_identifier":6,"source_ipv4_address":"10.0.28.150","source_ipv4_prefix_length":16,"source_transport_port":443,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":31500,"community_id":"1:FN3bCIq6MMWqE4Hl49V+atNp0E0=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.24.13","10.0.28.150"]},"source":{"bytes":31500,"ip":"10.0.28.150","locality":"internal","packets":21,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.21.200","locality":"internal","port":50254},"event":{"action":"netflow_flow","category":["network"],"duration":378000000,"end":"2016-12-06T10:08:54.037Z","kind":"event","start":"2016-12-06T10:08:53.659Z","type":["connection"]},"flow":{"id":"_Fk2ywvptGE","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.21.200","destination_ipv4_prefix_length":25,"destination_transport_port":50254,"egress_interface":87,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740710,"flow_start_sys_up_time":1704740332,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":2919,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.0.26.188","source_ipv4_prefix_length":16,"source_transport_port":993,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":2919,"community_id":"1:6drEgbq558Eo9wL0KROAp9Dz/NQ=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.21.200","10.0.26.188"]},"source":{"bytes":2919,"ip":"10.0.26.188","locality":"internal","packets":3,"port":993}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":35983},"event":{"action":"netflow_flow","category":["network"],"duration":11106000000,"end":"2016-12-06T10:09:03.759Z","kind":"event","start":"2016-12-06T10:08:52.653Z","type":["connection"]},"flow":{"id":"MrTF7IZhOrg","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":15169,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":35983,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704750432,"flow_start_sys_up_time":1704739326,"forwarding_status":64,"ingress_interface":75,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":4514,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"10.0.29.34","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":4514,"community_id":"1:3ghkl5QTpPmwGGKHHgAzzui7zEs=","direction":"outbound","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.15.38","10.0.29.34"]},"source":{"bytes":4514,"ip":"10.0.29.34","locality":"internal","packets":5,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.5.224","locality":"internal","port":51671},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.964Z","kind":"event","start":"2016-12-06T10:08:53.964Z","type":["connection"]},"flow":{"id":"hUKUTbBVmIY","locality":"internal"},"netflow":{"bgp_destination_as_number":65431,"bgp_next_hop_ipv4_address":"10.0.0.242","bgp_source_as_number":789,"destination_ipv4_address":"10.0.5.224","destination_ipv4_prefix_length":16,"destination_transport_port":51671,"egress_interface":162,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740637,"flow_start_sys_up_time":1704740637,"forwarding_status":64,"ingress_interface":102,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":326,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.8.200","source_ipv4_prefix_length":16,"source_transport_port":23128,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":326,"community_id":"1:TMLPL/iKXxIK7QRg4pnHfBsShqg=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.5.224","10.0.8.200"]},"source":{"bytes":326,"ip":"10.0.8.200","locality":"internal","packets":1,"port":23128}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":52364},"event":{"action":"netflow_flow","category":["network"],"duration":1587000000,"end":"2016-12-06T10:08:53.964Z","kind":"event","start":"2016-12-06T10:08:52.377Z","type":["connection"]},"flow":{"id":"IoEUbnBqGXE","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":15169,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":52364,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740637,"flow_start_sys_up_time":1704739050,"forwarding_status":64,"ingress_interface":75,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":112,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.29.46","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":112,"community_id":"1:m0iCo0wGlC3GtERxAISGhJWdUMw=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.15.38","10.0.29.46"]},"source":{"bytes":112,"ip":"10.0.29.46","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco ASR 9000 series template 260","events":[{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.31.81","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.94Z","kind":"event","start":"2016-12-06T10:08:53.94Z","type":["connection"]},"flow":{"id":"kkhtKjgAywQ","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.31.81","destination_ipv4_prefix_length":20,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740613,"flow_start_sys_up_time":1704740613,"forwarding_status":64,"ingress_interface":110,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":40,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.9.146","source_ipv4_prefix_length":16,"source_transport_port":54017,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":40,"community_id":"1:jsUEjyoUL0jdew76Qup2cksJHew=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.9.146","10.0.31.81"]},"source":{"bytes":40,"ip":"10.0.9.146","locality":"internal","packets":1,"port":54017}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.35.4","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":641000000,"end":"2016-12-06T10:08:54.583Z","kind":"event","start":"2016-12-06T10:08:53.942Z","type":["connection"]},"flow":{"id":"4su7p2nlyno","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.35.4","destination_ipv4_prefix_length":16,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704741256,"flow_start_sys_up_time":1704740615,"forwarding_status":64,"ingress_interface":87,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":104,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.17.42","source_ipv4_prefix_length":21,"source_transport_port":36484,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":104,"community_id":"1:yB9jVpYE9MA16LwjBHB/JxibmlM=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.17.42","10.0.35.4"]},"source":{"bytes":104,"ip":"10.0.17.42","locality":"internal","packets":2,"port":36484}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.34.141","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.945Z","kind":"event","start":"2016-12-06T10:08:53.945Z","type":["connection"]},"flow":{"id":"mfb1_zWayo4","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.34.141","destination_ipv4_prefix_length":16,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740618,"flow_start_sys_up_time":1704740618,"forwarding_status":64,"ingress_interface":104,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":52,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.22.111","source_ipv4_prefix_length":24,"source_transport_port":16814,"tcp_control_bits":17,"type":"netflow_flow"},"network":{"bytes":52,"community_id":"1:j/VhXzMy3OPka3ZzEYmVN3xFg8A=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.22.111","10.0.34.141"]},"source":{"bytes":52,"ip":"10.0.22.111","locality":"internal","packets":1,"port":16814}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.36.170","locality":"internal","port":64812},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.947Z","kind":"event","start":"2016-12-06T10:08:53.947Z","type":["connection"]},"flow":{"id":"jKhffDbQq0o","locality":"internal"},"netflow":{"bgp_destination_as_number":64497,"bgp_next_hop_ipv4_address":"10.0.14.31","bgp_source_as_number":0,"destination_ipv4_address":"10.0.36.170","destination_ipv4_prefix_length":19,"destination_transport_port":64812,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740620,"flow_start_sys_up_time":1704740620,"forwarding_status":64,"ingress_interface":86,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":435,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.0.23.59","source_ipv4_prefix_length":25,"source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":435,"community_id":"1:V29ruuyp06iZ1oJ8bxJlJiyOfIE=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.23.59","10.0.36.170"]},"source":{"bytes":435,"ip":"10.0.23.59","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.20.242","locality":"internal","port":2013},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.948Z","kind":"event","start":"2016-12-06T10:08:53.948Z","type":["connection"]},"flow":{"id":"5siGD7iCzo4","locality":"internal"},"netflow":{"bgp_destination_as_number":65442,"bgp_next_hop_ipv4_address":"10.0.18.5","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.20.242","destination_ipv4_prefix_length":21,"destination_transport_port":2013,"egress_interface":106,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740621,"flow_start_sys_up_time":1704740621,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":969,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.34.71","source_ipv4_prefix_length":16,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":969,"community_id":"1:BfHR+tAWSW/SqM1Bpdnquzk4AaY=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.20.242","10.0.34.71"]},"source":{"bytes":969,"ip":"10.0.34.71","locality":"internal","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.30.102","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":83000000,"end":"2016-12-06T10:08:53.948Z","kind":"event","start":"2016-12-06T10:08:53.865Z","type":["connection"]},"flow":{"id":"IyuegsSri_U","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":0,"destination_ipv4_address":"10.0.30.102","destination_ipv4_prefix_length":16,"destination_transport_port":80,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740621,"flow_start_sys_up_time":1704740538,"forwarding_status":64,"ingress_interface":110,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":104,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.10.133","source_ipv4_prefix_length":16,"source_transport_port":35273,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":104,"community_id":"1:55fPsAgheYzGZEIJDB/aG35LT7A=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.10.133","10.0.30.102"]},"source":{"bytes":104,"ip":"10.0.10.133","locality":"internal","packets":2,"port":35273}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.6.24","locality":"internal","port":56771},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.951Z","kind":"event","start":"2016-12-06T10:08:53.951Z","type":["connection"]},"flow":{"id":"9JGzjsOdNi4","locality":"internal"},"netflow":{"bgp_destination_as_number":65431,"bgp_next_hop_ipv4_address":"10.0.0.242","bgp_source_as_number":15133,"destination_ipv4_address":"10.0.6.24","destination_ipv4_prefix_length":16,"destination_transport_port":56771,"egress_interface":162,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740624,"flow_start_sys_up_time":1704740624,"forwarding_status":64,"ingress_interface":102,"ingress_vrfid":1610612736,"ip_class_of_service":32,"octet_delta_count":52,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.37.29","source_ipv4_prefix_length":24,"source_transport_port":80,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":52,"community_id":"1:bN7/YptkJDb0iDXbR5ZC9+2pQ+M=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.6.24","10.0.37.29"]},"source":{"bytes":52,"ip":"10.0.37.29","locality":"internal","packets":1,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.11.113","locality":"internal","port":56830},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.951Z","kind":"event","start":"2016-12-06T10:08:53.951Z","type":["connection"]},"flow":{"id":"Y3aiAEAjjys","locality":"internal"},"netflow":{"bgp_destination_as_number":65432,"bgp_next_hop_ipv4_address":"10.0.18.105","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.11.113","destination_ipv4_prefix_length":16,"destination_transport_port":56830,"egress_interface":46,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740624,"flow_start_sys_up_time":1704740624,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":614,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.32.176","source_ipv4_prefix_length":20,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":614,"community_id":"1:VwFIN943tEznAwHJLDmQwQ4IrWc=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.11.113","10.0.32.176"]},"source":{"bytes":614,"ip":"10.0.32.176","locality":"internal","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":40078},"event":{"action":"netflow_flow","category":["network"],"duration":5418000000,"end":"2016-12-06T10:08:53.952Z","kind":"event","start":"2016-12-06T10:08:48.534Z","type":["connection"]},"flow":{"id":"sC3kzwxISec","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":32934,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":40078,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740625,"flow_start_sys_up_time":1704735207,"forwarding_status":64,"ingress_interface":87,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":4350,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.0.12.21","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":4350,"community_id":"1:keTU72GjRPvGrcGoAh5kgn7VAyE=","direction":"outbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.12.21","10.0.15.38"]},"source":{"bytes":4350,"ip":"10.0.12.21","locality":"internal","packets":3,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.3.110","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":3317000000,"end":"2016-12-06T10:08:57.27Z","kind":"event","start":"2016-12-06T10:08:53.953Z","type":["connection"]},"flow":{"id":"dTmlxL48EoA","locality":"internal"},"netflow":{"bgp_destination_as_number":70,"bgp_next_hop_ipv4_address":"10.0.16.101","bgp_source_as_number":65431,"destination_ipv4_address":"10.0.3.110","destination_ipv4_prefix_length":17,"destination_transport_port":443,"egress_interface":102,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704743943,"flow_start_sys_up_time":1704740626,"forwarding_status":64,"ingress_interface":162,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":533,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.4.212","source_ipv4_prefix_length":16,"source_transport_port":50691,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":533,"community_id":"1:BQz6ZQnMAgTy7YLZ0FMc/GX7cYw=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.3.110","10.0.4.212"]},"source":{"bytes":533,"ip":"10.0.4.212","locality":"internal","packets":2,"port":50691}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.1.136","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":19894000000,"end":"2016-12-06T10:09:04.383Z","kind":"event","start":"2016-12-06T10:08:44.489Z","type":["connection"]},"flow":{"id":"oMLDxCSgNuA","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":64497,"destination_ipv4_address":"10.0.1.136","destination_ipv4_prefix_length":27,"destination_transport_port":80,"egress_interface":104,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704751056,"flow_start_sys_up_time":1704731162,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":13660,"packet_delta_count":325,"protocol_identifier":6,"source_ipv4_address":"10.0.33.122","source_ipv4_prefix_length":21,"source_transport_port":58814,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":13660,"community_id":"1:ER44La+18pqEeuMQJ9u8Z++LJZ8=","direction":"inbound","iana_number":6,"packets":325,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.1.136","10.0.33.122"]},"source":{"bytes":13660,"ip":"10.0.33.122","locality":"internal","packets":325,"port":58814}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.34.71","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.955Z","kind":"event","start":"2016-12-06T10:08:53.955Z","type":["connection"]},"flow":{"id":"5siGD7iCzo4","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":65442,"destination_ipv4_address":"10.0.34.71","destination_ipv4_prefix_length":16,"destination_transport_port":443,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740628,"flow_start_sys_up_time":1704740628,"forwarding_status":64,"ingress_interface":106,"ingress_vrfid":1610612736,"ip_class_of_service":96,"octet_delta_count":89,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.20.242","source_ipv4_prefix_length":21,"source_transport_port":2013,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":89,"community_id":"1:BfHR+tAWSW/SqM1Bpdnquzk4AaY=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.20.242","10.0.34.71"]},"source":{"bytes":89,"ip":"10.0.20.242","locality":"internal","packets":1,"port":2013}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":51621},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.957Z","kind":"event","start":"2016-12-06T10:08:53.957Z","type":["connection"]},"flow":{"id":"-IcTJfcRi8w","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":32934,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":51621,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740630,"flow_start_sys_up_time":1704740630,"forwarding_status":64,"ingress_interface":87,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":833,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.13.25","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":833,"community_id":"1:V1uWTuA70EL9Qkn1J6pTFRcuV10=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.13.25","10.0.15.38"]},"source":{"bytes":833,"ip":"10.0.13.25","locality":"internal","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.2.18","locality":"internal","port":62464},"event":{"action":"netflow_flow","category":["network"],"duration":89000000,"end":"2016-12-06T10:08:53.959Z","kind":"event","start":"2016-12-06T10:08:53.87Z","type":["connection"]},"flow":{"id":"tyf0jfEIDwM","locality":"internal"},"netflow":{"bgp_destination_as_number":65437,"bgp_next_hop_ipv4_address":"10.0.18.126","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.2.18","destination_ipv4_prefix_length":16,"destination_transport_port":62464,"egress_interface":110,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740632,"flow_start_sys_up_time":1704740543,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":1625,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.25.59","source_ipv4_prefix_length":16,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1625,"community_id":"1:bF2alD6RwfO9yf2PNZ0MtP9Cksw=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.2.18","10.0.25.59"]},"source":{"bytes":1625,"ip":"10.0.25.59","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.27.168","locality":"internal","port":465},"event":{"action":"netflow_flow","category":["network"],"duration":17325000000,"end":"2016-12-06T10:09:05.882Z","kind":"event","start":"2016-12-06T10:08:48.557Z","type":["connection"]},"flow":{"id":"OYKOBQNKdF4","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":65436,"destination_ipv4_address":"10.0.27.168","destination_ipv4_prefix_length":16,"destination_transport_port":465,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704752555,"flow_start_sys_up_time":1704735230,"forwarding_status":64,"ingress_interface":86,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":142184,"packet_delta_count":97,"protocol_identifier":6,"source_ipv4_address":"10.0.7.73","source_ipv4_prefix_length":16,"source_transport_port":60312,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":142184,"community_id":"1:SgVt9ECKOHEc4InDt5s6nTb2ePs=","direction":"outbound","iana_number":6,"packets":97,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.7.73","10.0.27.168"]},"source":{"bytes":142184,"ip":"10.0.7.73","locality":"internal","packets":97,"port":60312}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.27.169","locality":"internal","port":995},"event":{"action":"netflow_flow","category":["network"],"duration":2705000000,"end":"2016-12-06T10:08:56.186Z","kind":"event","start":"2016-12-06T10:08:53.481Z","type":["connection"]},"flow":{"id":"fC6tFjsdK54","locality":"internal"},"netflow":{"bgp_destination_as_number":64496,"bgp_next_hop_ipv4_address":"10.0.14.33","bgp_source_as_number":65463,"destination_ipv4_address":"10.0.27.169","destination_ipv4_prefix_length":16,"destination_transport_port":995,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704742859,"flow_start_sys_up_time":1704740154,"forwarding_status":64,"ingress_interface":106,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":3016,"packet_delta_count":58,"protocol_identifier":6,"source_ipv4_address":"10.0.19.50","source_ipv4_prefix_length":18,"source_transport_port":34452,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":3016,"community_id":"1:tE2lcbsWsM+Jkv2xskEEX4p0MTY=","direction":"outbound","iana_number":6,"packets":58,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.19.50","10.0.27.169"]},"source":{"bytes":3016,"ip":"10.0.19.50","locality":"internal","packets":58,"port":34452}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.24.13","locality":"internal","port":49917},"event":{"action":"netflow_flow","category":["network"],"duration":361000000,"end":"2016-12-06T10:08:54.28Z","kind":"event","start":"2016-12-06T10:08:53.919Z","type":["connection"]},"flow":{"id":"Kk4bVU4hDRk","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.24.13","destination_ipv4_prefix_length":25,"destination_transport_port":49917,"egress_interface":104,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740953,"flow_start_sys_up_time":1704740592,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":31500,"packet_delta_count":21,"protocol_identifier":6,"source_ipv4_address":"10.0.28.150","source_ipv4_prefix_length":16,"source_transport_port":443,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":31500,"community_id":"1:FN3bCIq6MMWqE4Hl49V+atNp0E0=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.24.13","10.0.28.150"]},"source":{"bytes":31500,"ip":"10.0.28.150","locality":"internal","packets":21,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.21.200","locality":"internal","port":50254},"event":{"action":"netflow_flow","category":["network"],"duration":378000000,"end":"2016-12-06T10:08:54.037Z","kind":"event","start":"2016-12-06T10:08:53.659Z","type":["connection"]},"flow":{"id":"_Fk2ywvptGE","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":64496,"destination_ipv4_address":"10.0.21.200","destination_ipv4_prefix_length":25,"destination_transport_port":50254,"egress_interface":87,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740710,"flow_start_sys_up_time":1704740332,"forwarding_status":64,"ingress_interface":158,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":2919,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.0.26.188","source_ipv4_prefix_length":16,"source_transport_port":993,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":2919,"community_id":"1:6drEgbq558Eo9wL0KROAp9Dz/NQ=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.21.200","10.0.26.188"]},"source":{"bytes":2919,"ip":"10.0.26.188","locality":"internal","packets":3,"port":993}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":35983},"event":{"action":"netflow_flow","category":["network"],"duration":11106000000,"end":"2016-12-06T10:09:03.759Z","kind":"event","start":"2016-12-06T10:08:52.653Z","type":["connection"]},"flow":{"id":"MrTF7IZhOrg","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":15169,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":35983,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704750432,"flow_start_sys_up_time":1704739326,"forwarding_status":64,"ingress_interface":75,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":4514,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"10.0.29.34","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":4514,"community_id":"1:3ghkl5QTpPmwGGKHHgAzzui7zEs=","direction":"outbound","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.15.38","10.0.29.34"]},"source":{"bytes":4514,"ip":"10.0.29.34","locality":"internal","packets":5,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.5.224","locality":"internal","port":51671},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-06T10:08:53.964Z","kind":"event","start":"2016-12-06T10:08:53.964Z","type":["connection"]},"flow":{"id":"hUKUTbBVmIY","locality":"internal"},"netflow":{"bgp_destination_as_number":65431,"bgp_next_hop_ipv4_address":"10.0.0.242","bgp_source_as_number":789,"destination_ipv4_address":"10.0.5.224","destination_ipv4_prefix_length":16,"destination_transport_port":51671,"egress_interface":162,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":0,"flow_end_sys_up_time":1704740637,"flow_start_sys_up_time":1704740637,"forwarding_status":64,"ingress_interface":102,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":326,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.0.8.200","source_ipv4_prefix_length":16,"source_transport_port":23128,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":326,"community_id":"1:TMLPL/iKXxIK7QRg4pnHfBsShqg=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.5.224","10.0.8.200"]},"source":{"bytes":326,"ip":"10.0.8.200","locality":"internal","packets":1,"port":23128}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:24Z","Meta":null,"Fields":{"destination":{"ip":"10.0.15.38","locality":"internal","port":52364},"event":{"action":"netflow_flow","category":["network"],"duration":1587000000,"end":"2016-12-06T10:08:53.964Z","kind":"event","start":"2016-12-06T10:08:52.377Z","type":["connection"]},"flow":{"id":"IoEUbnBqGXE","locality":"internal"},"netflow":{"bgp_destination_as_number":64498,"bgp_next_hop_ipv4_address":"10.0.14.27","bgp_source_as_number":15169,"destination_ipv4_address":"10.0.15.38","destination_ipv4_prefix_length":24,"destination_transport_port":52364,"egress_interface":158,"egress_vrfid":1610612736,"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:24Z","uptime_millis":1704770673,"version":9},"flow_direction":1,"flow_end_sys_up_time":1704740637,"flow_start_sys_up_time":1704739050,"forwarding_status":64,"ingress_interface":75,"ingress_vrfid":1610612736,"ip_class_of_service":0,"octet_delta_count":112,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.0.29.46","source_ipv4_prefix_length":24,"source_transport_port":443,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":112,"community_id":"1:m0iCo0wGlC3GtERxAISGhJWdUMw=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.15.38","10.0.29.46"]},"source":{"bytes":112,"ip":"10.0.29.46","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_WLC
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:80
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] state 0x2a61aa50 addTemplate 256 0x2a725c20
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 44
        
    helper.go:24: [netflow-v9] state 0x2a61aa50 addTemplate 261 0x2a725c40
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:78
        
    helper.go:24: [netflow-v9] FlowSet ID 261 length 1368
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco WLC","events":[{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQAB3w==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":3320,"packet_delta_count":83,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":3320,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":83},"observer":{"ip":"192.0.2.1"},"source":{"bytes":3320,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":83}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQAB3w==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":3320,"packet_delta_count":83,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":3320,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":83},"observer":{"ip":"192.0.2.1"},"source":{"bytes":3320,"mac":"00-F6-63-CC-80-60","packets":83}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwAANQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":7760,"packet_delta_count":69,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":7760,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":69},"observer":{"ip":"192.0.2.1"},"source":{"bytes":7760,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":69}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AwAANQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":10229,"packet_delta_count":69,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":10229,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":69},"observer":{"ip":"192.0.2.1"},"source":{"bytes":10229,"mac":"00-F6-63-CC-80-60","packets":69}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwAAig==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":215,"packet_delta_count":1,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":215,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":1},"observer":{"ip":"192.0.2.1"},"source":{"bytes":215,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":1}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":40854,"packet_delta_count":225,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":40854,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":225},"observer":{"ip":"192.0.2.1"},"source":{"bytes":40854,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":225}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":35866,"packet_delta_count":154,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":35866,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":154},"observer":{"ip":"192.0.2.1"},"source":{"bytes":35866,"mac":"00-F6-63-CC-80-60","packets":154}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwAAUA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":12279,"packet_delta_count":63,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":12279,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":63},"observer":{"ip":"192.0.2.1"},"source":{"bytes":12279,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":63}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AwAAUA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":27287,"packet_delta_count":61,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":27287,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":61},"observer":{"ip":"192.0.2.1"},"source":{"bytes":27287,"mac":"00-F6-63-CC-80-60","packets":61}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQABxQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":147145,"packet_delta_count":773,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":147145,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":773},"observer":{"ip":"192.0.2.1"},"source":{"bytes":147145,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":773}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQABxQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":1182695,"packet_delta_count":1379,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":1182695,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":1379},"observer":{"ip":"192.0.2.1"},"source":{"bytes":1182695,"mac":"00-F6-63-CC-80-60","packets":1379}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQACCA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":6777,"packet_delta_count":26,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":6777,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":26},"observer":{"ip":"192.0.2.1"},"source":{"bytes":6777,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":26}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQACCA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":8625,"packet_delta_count":26,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":8625,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":26},"observer":{"ip":"192.0.2.1"},"source":{"bytes":8625,"mac":"00-F6-63-CC-80-60","packets":26}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwABuw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":2433001,"packet_delta_count":20434,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":2433001,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":20434},"observer":{"ip":"192.0.2.1"},"source":{"bytes":2433001,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":20434}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AwABuw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":56599680,"packet_delta_count":40726,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":56599680,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":40726},"observer":{"ip":"192.0.2.1"},"source":{"bytes":56599680,"mac":"00-F6-63-CC-80-60","packets":40726}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":1658,"packet_delta_count":15,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":1658,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":15},"observer":{"ip":"192.0.2.1"},"source":{"bytes":1658,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":15}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":950,"packet_delta_count":14,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":950,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":14},"observer":{"ip":"192.0.2.1"},"source":{"bytes":950,"mac":"00-F6-63-CC-80-60","packets":14}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQABrw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":1495567,"packet_delta_count":16145,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":1495567,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":16145},"observer":{"ip":"192.0.2.1"},"source":{"bytes":1495567,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":16145}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQABrw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":80973880,"packet_delta_count":53362,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":80973880,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":53362},"observer":{"ip":"192.0.2.1"},"source":{"bytes":80973880,"mac":"00-F6-63-CC-80-60","packets":53362}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco WLC","events":[{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQAB3w==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":3320,"packet_delta_count":83,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":3320,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":83},"observer":{"ip":"192.0.2.1"},"source":{"bytes":3320,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":83}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQAB3w==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":3320,"packet_delta_count":83,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":3320,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":83},"observer":{"ip":"192.0.2.1"},"source":{"bytes":3320,"mac":"00-F6-63-CC-80-60","packets":83}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwAANQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":7760,"packet_delta_count":69,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":7760,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":69},"observer":{"ip":"192.0.2.1"},"source":{"bytes":7760,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":69}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AwAANQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":10229,"packet_delta_count":69,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":10229,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":69},"observer":{"ip":"192.0.2.1"},"source":{"bytes":10229,"mac":"00-F6-63-CC-80-60","packets":69}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwAAig==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":215,"packet_delta_count":1,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":215,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":1},"observer":{"ip":"192.0.2.1"},"source":{"bytes":215,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":1}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":40854,"packet_delta_count":225,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":40854,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":225},"observer":{"ip":"192.0.2.1"},"source":{"bytes":40854,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":225}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":35866,"packet_delta_count":154,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":35866,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":154},"observer":{"ip":"192.0.2.1"},"source":{"bytes":35866,"mac":"00-F6-63-CC-80-60","packets":154}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwAAUA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":12279,"packet_delta_count":63,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":12279,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":63},"observer":{"ip":"192.0.2.1"},"source":{"bytes":12279,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":63}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AwAAUA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":27287,"packet_delta_count":61,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":27287,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":61},"observer":{"ip":"192.0.2.1"},"source":{"bytes":27287,"mac":"00-F6-63-CC-80-60","packets":61}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQABxQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":147145,"packet_delta_count":773,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":147145,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":773},"observer":{"ip":"192.0.2.1"},"source":{"bytes":147145,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":773}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQABxQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":1182695,"packet_delta_count":1379,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":1182695,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":1379},"observer":{"ip":"192.0.2.1"},"source":{"bytes":1182695,"mac":"00-F6-63-CC-80-60","packets":1379}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQACCA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":6777,"packet_delta_count":26,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":6777,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":26},"observer":{"ip":"192.0.2.1"},"source":{"bytes":6777,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":26}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQACCA==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":8625,"packet_delta_count":26,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":8625,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":26},"observer":{"ip":"192.0.2.1"},"source":{"bytes":8625,"mac":"00-F6-63-CC-80-60","packets":26}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AwABuw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":2433001,"packet_delta_count":20434,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":2433001,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":20434},"observer":{"ip":"192.0.2.1"},"source":{"bytes":2433001,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":20434}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AwABuw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":56599680,"packet_delta_count":40726,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":56599680,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":40726},"observer":{"ip":"192.0.2.1"},"source":{"bytes":56599680,"mac":"00-F6-63-CC-80-60","packets":40726}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":1658,"packet_delta_count":15,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":1658,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":15},"observer":{"ip":"192.0.2.1"},"source":{"bytes":1658,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":15}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":950,"packet_delta_count":14,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":950,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":14},"observer":{"ip":"192.0.2.1"},"source":{"bytes":950,"mac":"00-F6-63-CC-80-60","packets":14}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"mac":"00-F6-63-CC-80-60"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lTcFptYSabQ","locality":"internal"},"netflow":{"application_id":"DQABrw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":0,"ip_diff_serv_code_point":0,"octet_delta_count":1495567,"packet_delta_count":16145,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":1495567,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"inbound","name":"Test-env","packets":16145},"observer":{"ip":"192.0.2.1"},"source":{"bytes":1495567,"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51","packets":16145}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-22T06:31:14Z","Meta":null,"Fields":{"destination":{"ip":"192.168.20.121","locality":"internal","mac":"34-02-86-75-C0-51"},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q1JIGzkHw0I","locality":"internal"},"netflow":{"application_id":"DQABrw==","exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-06-22T06:31:14Z","uptime_millis":1336647838,"version":9},"flow_direction":1,"ip_diff_serv_code_point":0,"octet_delta_count":80973880,"packet_delta_count":53362,"post_ip_diff_serv_code_point":0,"sta_ipv4_address":"192.168.20.121","sta_mac_address":"34-02-86-75-C0-51","type":"netflow_flow","wlan_ssid":"Test-env","wtp_mac_address":"00-F6-63-CC-80-60"},"network":{"bytes":80973880,"community_id":"1:UlZHnBlCtQefFmKlqGRdvpX2F6E=","direction":"outbound","name":"Test-env","packets":53362},"observer":{"ip":"192.0.2.1"},"source":{"bytes":80973880,"mac":"00-F6-63-CC-80-60","packets":53362}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_vIPtela_with_VPN_id
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:2887138561 seq:12228323
        
    helper.go:24: [ipfix] FlowSet ID 2 length 104
        
    helper.go:24: [ipfix] state 0x2a61b2c0 addTemplate 257 0x2a68ca00
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:2887138561 seq:12226053
        
    helper.go:24: [ipfix] FlowSet ID 257 length 104
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX vIPtela with VPN id","events":[{"Timestamp":"2017-11-21T14:32:15Z","Meta":null,"Fields":{"destination":{"ip":"172.16.21.27","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"dO-Anbp9xpw","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.21.27","destination_transport_port":443,"egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":2887138561,"timestamp":"2017-11-21T14:32:15Z","uptime_millis":0,"version":10},"flow_end_reason":3,"flow_end_seconds":"2017-11-21T14:32:15Z","flow_start_seconds":"2017-11-21T14:32:15Z","icmp_type_code_ipv4":0,"ingress_interface":11,"ip_class_of_service":48,"ip_diff_serv_code_point":12,"ip_next_hop_ipv4_address":"10.0.0.1","ip_precedence":1,"maximum_ip_total_length":277,"minimum_ip_total_length":70,"octet_delta_count":775,"octet_total_count":775,"packet_delta_count":8,"packet_total_count":8,"padding_octets":"AAAAAAAAAA==","protocol_identifier":6,"source_ipv4_address":"10.113.7.54","source_transport_port":41717,"tcp_control_bits":16,"type":"netflow_flow","viptela_vpn_id":100},"network":{"bytes":775,"community_id":"1:uhU0lSQQ+LoAMve6GxHC0M3nIes=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.113.7.54","172.16.21.27"]},"source":{"bytes":775,"ip":"10.113.7.54","locality":"internal","packets":8,"port":41717}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX vIPtela with VPN id","events":[{"Timestamp":"2017-11-21T14:32:15Z","Meta":null,"Fields":{"destination":{"ip":"172.16.21.27","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"dO-Anbp9xpw","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.21.27","destination_transport_port":443,"egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":2887138561,"timestamp":"2017-11-21T14:32:15Z","uptime_millis":0,"version":10},"flow_end_reason":3,"flow_end_seconds":"2017-11-21T14:32:15Z","flow_start_seconds":"2017-11-21T14:32:15Z","icmp_type_code_ipv4":0,"ingress_interface":11,"ip_class_of_service":48,"ip_diff_serv_code_point":12,"ip_next_hop_ipv4_address":"10.0.0.1","ip_precedence":1,"maximum_ip_total_length":277,"minimum_ip_total_length":70,"octet_delta_count":775,"octet_total_count":775,"packet_delta_count":8,"packet_total_count":8,"padding_octets":"AAAAAAAAAA==","protocol_identifier":6,"source_ipv4_address":"10.113.7.54","source_transport_port":41717,"tcp_control_bits":16,"type":"netflow_flow","viptela_vpn_id":100},"network":{"bytes":775,"community_id":"1:uhU0lSQQ+LoAMve6GxHC0M3nIes=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.113.7.54","172.16.21.27"]},"source":{"bytes":775,"ip":"10.113.7.54","locality":"internal","packets":8,"port":41717}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_YAF_basic_with_applabel
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:0
        
    helper.go:24: [ipfix] FlowSet ID 2 length 164
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 45873 0x2a68d400
        
    helper.go:24: [ipfix] FlowSet ID 2 length 616
        
    helper.go:24: [ipfix] Size of field standardDeviationPayloadLength in template is out of bounds (size=2, min=1, max=1)
        
    helper.go:24: [ipfix] Size of field standardDeviationPayloadLength in template is out of bounds (size=2, min=1, max=1)
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49171 0x2a68d420
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49173 0x2a68d440
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49175 0x2a68d460
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49176 0x2a68d480
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 47104 0x2a68d4a0
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49155 0x2a68d4e0
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49156 0x2a68d500
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49157 0x2a68d520
        
    helper.go:24: [ipfix] FlowSet ID 3 length 86
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 53248 0x2a68d540
        
    helper.go:24: [ipfix] FlowSet ID 2 length 240
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49159 0x2a68d560
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49161 0x2a68d580
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 45873 0x2a68d5a0
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 49160 0x2a68d5c0
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:34
        
    helper.go:24: [ipfix] FlowSet ID 2 length 120
        
    helper.go:24: [ipfix] state 0x2a61b680 addTemplate 45841 0x2a68d600
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:34
        
    helper.go:24: [ipfix] FlowSet ID 45841 length 82
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:0
        
    helper.go:24: [ipfix] FlowSet ID 45873 length 94
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:31
        
    helper.go:24: [ipfix] FlowSet ID 53248 length 80
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX YAF basic with applabel","events":[{"Timestamp":"2016-12-25T13:03:38Z","Meta":null,"Fields":{"destination":{"bytes":200,"ip":"172.16.32.100","locality":"internal","packets":2,"port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"QMH_S2K9KdI","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":53,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-25T13:03:38Z","uptime_millis":0,"version":10},"flow_attributes":1,"flow_end_milliseconds":"2016-12-25T12:58:35.819Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-25T12:58:35.818Z","ip_class_of_service":0,"octet_total_count":132,"packet_total_count":2,"protocol_identifier":17,"reverse_flow_attributes":0,"reverse_flow_delta_milliseconds":1,"reverse_ip_class_of_service":0,"reverse_octet_total_count":200,"reverse_packet_total_count":2,"reverse_vlan_id":0,"silk_app_label":53,"source_ipv4_address":"172.16.32.201","source_transport_port":46086,"type":"netflow_flow","vlan_id":0},"network":{"bytes":332,"community_id":"1:3NQ+f2IICsvUP3F8oQM9Js9FO6Q=","direction":"unknown","iana_number":17,"packets":4,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":132,"ip":"172.16.32.201","locality":"internal","packets":2,"port":46086}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-25T12:58:38Z","Meta":null,"Fields":{"destination":{"bytes":92,"ip":"172.16.32.215","locality":"internal","packets":2,"port":9997},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"YlvEOsG0NHc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.215","destination_transport_port":9997,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-25T12:58:38Z","uptime_millis":0,"version":10},"flow_attributes":0,"flow_end_milliseconds":"2016-12-25T12:58:34.347Z","flow_end_reason":3,"flow_start_milliseconds":"2016-12-25T12:58:33.345Z","initial_tcp_flags":194,"ip_class_of_service":2,"octet_total_count":172,"packet_total_count":4,"protocol_identifier":6,"reverse_flow_attributes":0,"reverse_flow_delta_milliseconds":0,"reverse_initial_tcp_flags":18,"reverse_ip_class_of_service":0,"reverse_octet_total_count":92,"reverse_packet_total_count":2,"reverse_tcp_sequence_number":3788795034,"reverse_union_tcp_flags":17,"reverse_vlan_id":0,"silk_app_label":0,"source_ipv4_address":"172.16.32.100","source_transport_port":63499,"tcp_sequence_number":340533701,"type":"netflow_flow","union_tcp_flags":17,"vlan_id":0},"network":{"bytes":264,"community_id":"1:H1pHO7CtjIP7Q5Rljq4l4EH1wf4=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.215"]},"source":{"bytes":172,"ip":"172.16.32.100","locality":"internal","packets":4,"port":63499}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-25T13:03:33Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-25T13:03:33Z","uptime_millis":0,"version":10},"options":{"assembled_fragment_count":0,"dropped_packet_total_count":0,"expired_fragment_count":0,"exporter_ipv4_address":"172.16.32.201","exporting_process_id":0,"flow_table_flush_event_count":39,"flow_table_peak_count":58,"ignored_packet_total_count":58,"mean_flow_rate":0,"mean_packet_rate":6,"not_sent_packet_total_count":0,"packet_total_count":1960},"scope":{"exported_flow_record_total_count":31,"system_init_time_milliseconds":"2016-12-25T12:58:32Z"},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX YAF basic with applabel","events":[{"Timestamp":"2016-12-25T13:03:38Z","Meta":null,"Fields":{"destination":{"bytes":200,"ip":"172.16.32.100","locality":"internal","packets":2,"port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"QMH_S2K9KdI","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":53,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-25T13:03:38Z","uptime_millis":0,"version":10},"flow_attributes":1,"flow_end_milliseconds":"2016-12-25T12:58:35.819Z","flow_end_reason":1,"flow_start_milliseconds":"2016-12-25T12:58:35.818Z","ip_class_of_service":0,"octet_total_count":132,"packet_total_count":2,"protocol_identifier":17,"reverse_flow_attributes":0,"reverse_flow_delta_milliseconds":1,"reverse_ip_class_of_service":0,"reverse_octet_total_count":200,"reverse_packet_total_count":2,"reverse_vlan_id":0,"silk_app_label":53,"source_ipv4_address":"172.16.32.201","source_transport_port":46086,"type":"netflow_flow","vlan_id":0},"network":{"bytes":332,"community_id":"1:3NQ+f2IICsvUP3F8oQM9Js9FO6Q=","direction":"unknown","iana_number":17,"packets":4,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":132,"ip":"172.16.32.201","locality":"internal","packets":2,"port":46086}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-25T12:58:38Z","Meta":null,"Fields":{"destination":{"bytes":92,"ip":"172.16.32.215","locality":"internal","packets":2,"port":9997},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"YlvEOsG0NHc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.215","destination_transport_port":9997,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-25T12:58:38Z","uptime_millis":0,"version":10},"flow_attributes":0,"flow_end_milliseconds":"2016-12-25T12:58:34.347Z","flow_end_reason":3,"flow_start_milliseconds":"2016-12-25T12:58:33.345Z","initial_tcp_flags":194,"ip_class_of_service":2,"octet_total_count":172,"packet_total_count":4,"protocol_identifier":6,"reverse_flow_attributes":0,"reverse_flow_delta_milliseconds":0,"reverse_initial_tcp_flags":18,"reverse_ip_class_of_service":0,"reverse_octet_total_count":92,"reverse_packet_total_count":2,"reverse_tcp_sequence_number":3788795034,"reverse_union_tcp_flags":17,"reverse_vlan_id":0,"silk_app_label":0,"source_ipv4_address":"172.16.32.100","source_transport_port":63499,"tcp_sequence_number":340533701,"type":"netflow_flow","union_tcp_flags":17,"vlan_id":0},"network":{"bytes":264,"community_id":"1:H1pHO7CtjIP7Q5Rljq4l4EH1wf4=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.215"]},"source":{"bytes":172,"ip":"172.16.32.100","locality":"internal","packets":4,"port":63499}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-25T13:03:33Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-25T13:03:33Z","uptime_millis":0,"version":10},"options":{"assembled_fragment_count":0,"dropped_packet_total_count":0,"expired_fragment_count":0,"exporter_ipv4_address":"172.16.32.201","exporting_process_id":0,"flow_table_flush_event_count":39,"flow_table_peak_count":58,"ignored_packet_total_count":58,"mean_flow_rate":0,"mean_packet_rate":6,"not_sent_packet_total_count":0,"packet_total_count":1960},"scope":{"exported_flow_record_total_count":31,"system_init_time_milliseconds":"2016-12-25T12:58:32Z"},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:6
        
    helper.go:24: [ipfix] FlowSet ID 2 length 68
        
    helper.go:24: [ipfix] state 0x2a43c180 addTemplate 1024 0x2a74ce40
        
    helper.go:24: [ipfix] FlowSet ID 2 length 68
        
    helper.go:24: [ipfix] state 0x2a43c180 addTemplate 2048 0x2a74ce60
        
    helper.go:24: [ipfix] FlowSet ID 3 length 26
        
    helper.go:24: [ipfix] state 0x2a43c180 addTemplate 256 0x2a74ce80
        
    helper.go:24: [ipfix] FlowSet ID 256 length 20
        
    helper.go:24: [ipfix] FlowSet ID 1024 length 266
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:7
        
    helper.go:24: [ipfix] FlowSet ID 1024 length 44
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:12
        
    helper.go:24: [ipfix] FlowSet ID 1024 length 220
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX","events":[{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"options":{"sampling_packet_interval":1,"sampling_packet_space":0,"selector_algorithm":1,"system_init_time_milliseconds":"2015-05-13T11:20:13.506Z"},"scope":{"metering_process_id":2679},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.128","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.128","destination_transport_port":22,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":0,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":260,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.253.1","source_transport_port":60560,"tcp_control_bits":16,"type":"netflow_flow","vlan_id":0},"network":{"bytes":260,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":260,"ip":"192.168.253.1","locality":"internal","packets":5,"port":60560}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.1","locality":"internal","port":60560},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.1","destination_transport_port":60560,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":0,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":1000,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.253.128","source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":1000,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":1000,"ip":"192.168.253.128","locality":"internal","packets":6,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.132","locality":"internal","port":35262},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ztL93_3GZNs","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.132","destination_transport_port":35262,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":1142,"flow_start_sys_up_time":1104,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":601,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"192.168.253.2","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":601,"community_id":"1:cmEHBNcVowAg9a6vEA2mT6qdaEY=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.2","192.168.253.132"]},"source":{"bytes":601,"ip":"192.168.253.2","locality":"internal","packets":2,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.2","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ztL93_3GZNs","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.2","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":1142,"flow_start_sys_up_time":1104,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":148,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"192.168.253.132","source_transport_port":35262,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":148,"community_id":"1:cmEHBNcVowAg9a6vEA2mT6qdaEY=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.2","192.168.253.132"]},"source":{"bytes":148,"ip":"192.168.253.132","locality":"internal","packets":2,"port":35262}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.132","locality":"internal","port":49935},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VANFUe1rklc","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.253.132","destination_transport_port":49935,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2392,"flow_start_sys_up_time":1142,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":5946,"packet_delta_count":14,"protocol_identifier":6,"source_ipv4_address":"54.214.9.161","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow","vlan_id":0},"network":{"bytes":5946,"community_id":"1:fXim87AxDxTnzBecrylQnaOWwXs=","direction":"unknown","iana_number":6,"packets":14,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["54.214.9.161","192.168.253.132"]},"source":{"bytes":5946,"ip":"54.214.9.161","locality":"external","packets":14,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"54.214.9.161","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VANFUe1rklc","locality":"external"},"netflow":{"destination_ipv4_address":"54.214.9.161","destination_transport_port":443,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2392,"flow_start_sys_up_time":1142,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":2608,"packet_delta_count":13,"protocol_identifier":6,"source_ipv4_address":"192.168.253.132","source_transport_port":49935,"tcp_control_bits":26,"type":"netflow_flow","vlan_id":0},"network":{"bytes":2608,"community_id":"1:fXim87AxDxTnzBecrylQnaOWwXs=","direction":"unknown","iana_number":6,"packets":13,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["54.214.9.161","192.168.253.132"]},"source":{"bytes":2608,"ip":"192.168.253.132","locality":"internal","packets":13,"port":49935}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"10.4.36.64","locality":"internal","port":9200},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iDHwMSG6faQ","locality":"internal"},"netflow":{"destination_ipv4_address":"10.4.36.64","destination_transport_port":9200,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":1356,"flow_start_sys_up_time":1356,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":60,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"192.168.253.130","source_transport_port":38254,"tcp_control_bits":2,"type":"netflow_flow","vlan_id":0},"network":{"bytes":60,"community_id":"1:TGQXQoBV0v/a8jfzOG4MA7lX628=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.36.64","192.168.253.130"]},"source":{"bytes":60,"ip":"192.168.253.130","locality":"internal","packets":1,"port":38254}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.128","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.128","destination_transport_port":22,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":14611,"flow_start_sys_up_time":12727,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":256,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"192.168.253.1","source_transport_port":60560,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":256,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":256,"ip":"192.168.253.1","locality":"internal","packets":4,"port":60560}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.1","locality":"internal","port":60560},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.1","destination_transport_port":60560,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":14611,"flow_start_sys_up_time":12727,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":1916,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"192.168.253.128","source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":1916,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":1916,"ip":"192.168.253.128","locality":"internal","packets":3,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.128","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WgPN9s2D0jg","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.128","destination_transport_port":22,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":12725,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":168,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.253.1","source_transport_port":65308,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":168,"community_id":"1:+Mf5R/ZcHy8l33HQh7MUdj1QlUE=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":168,"ip":"192.168.253.1","locality":"internal","packets":2,"port":65308}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.1","locality":"internal","port":65308},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WgPN9s2D0jg","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.1","destination_transport_port":65308,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":12725,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":84,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"192.168.253.128","source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":84,"community_id":"1:+Mf5R/ZcHy8l33HQh7MUdj1QlUE=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":84,"ip":"192.168.253.128","locality":"internal","packets":1,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"224.0.0.251","locality":"internal","port":5353},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"PSMPOofjjVU","locality":"internal"},"netflow":{"destination_ipv4_address":"224.0.0.251","destination_transport_port":5353,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12741,"flow_start_sys_up_time":12741,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":232,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.253.1","source_transport_port":5353,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":232,"community_id":"1:nyhq/ntQBZPAPfKLfPLpg31+JBs=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","224.0.0.251"]},"source":{"bytes":232,"ip":"192.168.253.1","locality":"internal","packets":1,"port":5353}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX","events":[{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"options":{"sampling_packet_interval":1,"sampling_packet_space":0,"selector_algorithm":1,"system_init_time_milliseconds":"2015-05-13T11:20:13.506Z"},"scope":{"metering_process_id":2679},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.128","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.128","destination_transport_port":22,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":0,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":260,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.253.1","source_transport_port":60560,"tcp_control_bits":16,"type":"netflow_flow","vlan_id":0},"network":{"bytes":260,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":260,"ip":"192.168.253.1","locality":"internal","packets":5,"port":60560}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.1","locality":"internal","port":60560},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.1","destination_transport_port":60560,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":0,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":1000,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.253.128","source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":1000,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":1000,"ip":"192.168.253.128","locality":"internal","packets":6,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.132","locality":"internal","port":35262},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ztL93_3GZNs","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.132","destination_transport_port":35262,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":1142,"flow_start_sys_up_time":1104,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":601,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"192.168.253.2","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":601,"community_id":"1:cmEHBNcVowAg9a6vEA2mT6qdaEY=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.2","192.168.253.132"]},"source":{"bytes":601,"ip":"192.168.253.2","locality":"internal","packets":2,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.2","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ztL93_3GZNs","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.2","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":1142,"flow_start_sys_up_time":1104,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":148,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"192.168.253.132","source_transport_port":35262,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":148,"community_id":"1:cmEHBNcVowAg9a6vEA2mT6qdaEY=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.2","192.168.253.132"]},"source":{"bytes":148,"ip":"192.168.253.132","locality":"internal","packets":2,"port":35262}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.132","locality":"internal","port":49935},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VANFUe1rklc","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.253.132","destination_transport_port":49935,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2392,"flow_start_sys_up_time":1142,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":5946,"packet_delta_count":14,"protocol_identifier":6,"source_ipv4_address":"54.214.9.161","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow","vlan_id":0},"network":{"bytes":5946,"community_id":"1:fXim87AxDxTnzBecrylQnaOWwXs=","direction":"unknown","iana_number":6,"packets":14,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["54.214.9.161","192.168.253.132"]},"source":{"bytes":5946,"ip":"54.214.9.161","locality":"external","packets":14,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"54.214.9.161","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VANFUe1rklc","locality":"external"},"netflow":{"destination_ipv4_address":"54.214.9.161","destination_transport_port":443,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2392,"flow_start_sys_up_time":1142,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":2608,"packet_delta_count":13,"protocol_identifier":6,"source_ipv4_address":"192.168.253.132","source_transport_port":49935,"tcp_control_bits":26,"type":"netflow_flow","vlan_id":0},"network":{"bytes":2608,"community_id":"1:fXim87AxDxTnzBecrylQnaOWwXs=","direction":"unknown","iana_number":6,"packets":13,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["54.214.9.161","192.168.253.132"]},"source":{"bytes":2608,"ip":"192.168.253.132","locality":"internal","packets":13,"port":49935}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:26Z","Meta":null,"Fields":{"destination":{"ip":"10.4.36.64","locality":"internal","port":9200},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iDHwMSG6faQ","locality":"internal"},"netflow":{"destination_ipv4_address":"10.4.36.64","destination_transport_port":9200,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:26Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":1356,"flow_start_sys_up_time":1356,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":60,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"192.168.253.130","source_transport_port":38254,"tcp_control_bits":2,"type":"netflow_flow","vlan_id":0},"network":{"bytes":60,"community_id":"1:TGQXQoBV0v/a8jfzOG4MA7lX628=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.36.64","192.168.253.130"]},"source":{"bytes":60,"ip":"192.168.253.130","locality":"internal","packets":1,"port":38254}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.128","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.128","destination_transport_port":22,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":14611,"flow_start_sys_up_time":12727,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":256,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"192.168.253.1","source_transport_port":60560,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":256,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":256,"ip":"192.168.253.1","locality":"internal","packets":4,"port":60560}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.1","locality":"internal","port":60560},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ofdVXz7_x6E","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.1","destination_transport_port":60560,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":14611,"flow_start_sys_up_time":12727,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":1916,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"192.168.253.128","source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":1916,"community_id":"1:6pzReSc2/Mtd0o91uM5DmacQb0M=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":1916,"ip":"192.168.253.128","locality":"internal","packets":3,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.128","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WgPN9s2D0jg","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.128","destination_transport_port":22,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":12725,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":168,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.253.1","source_transport_port":65308,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":168,"community_id":"1:+Mf5R/ZcHy8l33HQh7MUdj1QlUE=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":168,"ip":"192.168.253.1","locality":"internal","packets":2,"port":65308}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"192.168.253.1","locality":"internal","port":65308},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WgPN9s2D0jg","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.253.1","destination_transport_port":65308,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12726,"flow_start_sys_up_time":12725,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":84,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"192.168.253.128","source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":84,"community_id":"1:+Mf5R/ZcHy8l33HQh7MUdj1QlUE=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","192.168.253.128"]},"source":{"bytes":84,"ip":"192.168.253.128","locality":"internal","packets":1,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-05-13T11:20:28Z","Meta":null,"Fields":{"destination":{"ip":"224.0.0.251","locality":"internal","port":5353},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"PSMPOofjjVU","locality":"internal"},"netflow":{"destination_ipv4_address":"224.0.0.251","destination_transport_port":5353,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-05-13T11:20:28Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":12741,"flow_start_sys_up_time":12741,"icmp_type_code_ipv4":0,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":232,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.253.1","source_transport_port":5353,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":232,"community_id":"1:nyhq/ntQBZPAPfKLfPLpg31+JBs=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.253.1","224.0.0.251"]},"source":{"bytes":232,"ip":"192.168.253.1","locality":"internal","packets":1,"port":5353}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_OpenBSD_pflow
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:42 seq:0
        
    helper.go:24: [ipfix] FlowSet ID 2 length 104
        
    helper.go:24: [ipfix] state 0x2a43cf60 addTemplate 256 0x2a7d7260
        
    helper.go:24: [ipfix] state 0x2a43cf60 addTemplate 257 0x2a7d7280
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:42 seq:0
        
    helper.go:24: [ipfix] FlowSet ID 256 length 1404
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX OpenBSD pflow","events":[{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_dzJqQAoWYk","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64020,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:kRyrwhpDMtm6dZyLIZd9TKwNaw4=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64020}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64020},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_dzJqQAoWYk","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64020,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":6634,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6634,"community_id":"1:kRyrwhpDMtm6dZyLIZd9TKwNaw4=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6634,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64021,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64021}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64021},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64021,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":10893,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10893,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10893,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64021,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64021}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64021},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64021,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":10893,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10893,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10893,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64022,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64022}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64022},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64022,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":6780,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6780,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6780,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64022,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64022}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64022},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64022,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":6780,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6780,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6780,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64023,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64023}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64023},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64023,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":7319,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":7319,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":7319,"ip":"192.168.0.1","locality":"internal","packets":9,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64023,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64023}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64023},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64023,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":7319,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":7319,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":7319,"ip":"192.168.0.1","locality":"internal","packets":9,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":333,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64024,"type":"netflow_flow"},"network":{"bytes":333,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":333,"ip":"192.168.0.17","locality":"internal","packets":6,"port":64024}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64024},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64024,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":1833,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1833,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":1833,"ip":"192.168.0.1","locality":"internal","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":333,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64024,"type":"netflow_flow"},"network":{"bytes":333,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":333,"ip":"192.168.0.17","locality":"internal","packets":6,"port":64024}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64024},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64024,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":1833,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1833,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":1833,"ip":"192.168.0.1","locality":"internal","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64025,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64025}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64025},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64025,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":10550,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10550,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10550,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64025,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64025}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64025},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64025,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":10550,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10550,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10550,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64026,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64026}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64026},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64026,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":6425,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6425,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6425,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64026,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64026}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64026},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64026,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":6425,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6425,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6425,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX OpenBSD pflow","events":[{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_dzJqQAoWYk","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64020,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:kRyrwhpDMtm6dZyLIZd9TKwNaw4=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64020}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64020},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_dzJqQAoWYk","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64020,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":6634,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6634,"community_id":"1:kRyrwhpDMtm6dZyLIZd9TKwNaw4=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6634,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64021,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64021}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64021},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64021,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":10893,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10893,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10893,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64021,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64021}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64021},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"iSYE82PBcbQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64021,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":10893,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10893,"community_id":"1:smEk2vYDQSrIiSeS8YpPeZZRDkI=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10893,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64022,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64022}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64022},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64022,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":6780,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6780,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6780,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64022,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64022}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64022},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"L_N7tNeOZwc","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64022,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:29:59Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":6780,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6780,"community_id":"1:zsYqw4TFjuNp89C5d7QHyhWZN7g=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6780,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64023,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64023}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64023},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64023,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":7319,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":7319,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":7319,"ip":"192.168.0.1","locality":"internal","packets":9,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64023,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64023}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64023},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Dsp4RZAzcPQ","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64023,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":7319,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":7319,"community_id":"1:/JSyWJaYnu0LK3Kp4u7M+1swKeg=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":7319,"ip":"192.168.0.1","locality":"internal","packets":9,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":333,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64024,"type":"netflow_flow"},"network":{"bytes":333,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":333,"ip":"192.168.0.17","locality":"internal","packets":6,"port":64024}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64024},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64024,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":1833,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1833,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":1833,"ip":"192.168.0.1","locality":"internal","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":333,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64024,"type":"netflow_flow"},"network":{"bytes":333,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":333,"ip":"192.168.0.17","locality":"internal","packets":6,"port":64024}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64024},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B9Jsqhany8Q","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64024,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":1833,"packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1833,"community_id":"1:SvijMnTP+08D8cR3dpIWgVpuahc=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":1833,"ip":"192.168.0.1","locality":"internal","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64025,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64025}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64025},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64025,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":10550,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10550,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10550,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":453,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64025,"type":"netflow_flow"},"network":{"bytes":453,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":453,"ip":"192.168.0.17","locality":"internal","packets":9,"port":64025}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64025},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O7k79Py4ef0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64025,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:00Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":10550,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":10550,"community_id":"1:/Vk3fKGez62RCQgI6iMAXwRZVao=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":10550,"ip":"192.168.0.1","locality":"internal","packets":11,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64026,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64026}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64026},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64026,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":2,"ip_class_of_service":0,"octet_delta_count":6425,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6425,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6425,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":80,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":373,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"192.168.0.17","source_transport_port":64026,"type":"netflow_flow"},"network":{"bytes":373,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":373,"ip":"192.168.0.17","locality":"internal","packets":7,"port":64026}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:30:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":64026},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"T1etbJ4WSI0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":64026,"egress_interface":1,"exporter":{"address":"192.0.2.1:4444","source_id":42,"timestamp":"2016-07-21T13:30:37Z","uptime_millis":0,"version":10},"flow_end_milliseconds":"2016-07-21T13:30:01Z","flow_start_milliseconds":"2016-07-21T13:29:59Z","ingress_interface":1,"ip_class_of_service":0,"octet_delta_count":6425,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":6425,"community_id":"1:lzzJ0bLmBlhJSD9tpGSy2cP4jIg=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":6425,"ip":"192.168.0.1","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_Mikrotik_RouterOS_6.39.2
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:3891
        
    helper.go:24: [ipfix] FlowSet ID 2 length 128
        
    helper.go:24: [ipfix] state 0x2a43d0b0 addTemplate 258 0x2aafe500
        
    helper.go:24: [ipfix] state 0x2a43d0b0 addTemplate 259 0x2aafe520
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:3936
        
    helper.go:24: [ipfix] FlowSet ID 258 length 1428
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:3964
        
    helper.go:24: [ipfix] FlowSet ID 259 length 1424
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX Mikrotik RouterOS 6.39.2","events":[{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.128.17","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"1SREAwMSn_Y","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.128.17","destination_transport_port":123,"egress_interface":7,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794170,"flow_start_sys_up_time":2666794170,"ingress_interface":13,"ip_next_hop_ipv4_address":"192.168.224.1","ip_version":4,"octet_delta_count":152,"packet_delta_count":2,"post_nat_destination_ipv4_address":"192.168.128.17","post_nat_source_ipv4_address":"192.168.230.216","protocol_identifier":17,"source_ipv4_address":"10.10.8.197","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:xhtOANVN9QLWDf3Tox5fsHMf1j4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.197","192.168.128.17"]},"source":{"bytes":152,"ip":"10.10.8.197","locality":"internal","packets":2,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.230.216","locality":"internal","port":82},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-1ecQ0Y-YzY","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.230.216","destination_transport_port":82,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794210,"flow_start_sys_up_time":2666794210,"ingress_interface":7,"ip_next_hop_ipv4_address":"10.10.6.11","ip_version":4,"octet_delta_count":502,"packet_delta_count":8,"post_nat_destination_ipv4_address":"10.10.6.11","post_nat_source_ipv4_address":"192.168.35.143","protocol_identifier":6,"source_ipv4_address":"192.168.35.143","source_transport_port":46518,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":502,"community_id":"1:X9Jzjnw7Bw6phIzn9EyEGGF0sCg=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.35.143","192.168.230.216"]},"source":{"bytes":502,"ip":"192.168.35.143","locality":"internal","packets":8,"port":46518}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.35.143","locality":"internal","port":46518},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_ztnBsqvzw4","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.35.143","destination_transport_port":46518,"egress_interface":7,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794210,"flow_start_sys_up_time":2666794210,"ingress_interface":11,"ip_next_hop_ipv4_address":"192.168.224.1","ip_version":4,"octet_delta_count":2233,"packet_delta_count":8,"post_nat_destination_ipv4_address":"192.168.35.143","post_nat_source_ipv4_address":"192.168.230.216","protocol_identifier":6,"source_ipv4_address":"10.10.6.11","source_transport_port":80,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":2233,"community_id":"1:pDmVo/Rru0kNar+as9ZR2B9R8ig=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.6.11","192.168.35.143"]},"source":{"bytes":2233,"ip":"10.10.6.11","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.230.216","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"83jerlRbQig","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.230.216","destination_transport_port":123,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794210,"flow_start_sys_up_time":2666794210,"ingress_interface":7,"ip_next_hop_ipv4_address":"10.10.8.197","ip_version":4,"octet_delta_count":152,"packet_delta_count":2,"post_nat_destination_ipv4_address":"10.10.8.197","post_nat_source_ipv4_address":"192.168.128.17","protocol_identifier":17,"source_ipv4_address":"192.168.128.17","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:XpciCcuce+PqeEptJQCPs7PXDWw=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.128.17","192.168.230.216"]},"source":{"bytes":152,"ip":"192.168.128.17","locality":"internal","packets":2,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.5.191","locality":"internal","port":42502},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r6DcuKSlKG8","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.5.191","destination_transport_port":42502,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794300,"flow_start_sys_up_time":2666793230,"ingress_interface":13,"ip_next_hop_ipv4_address":"172.20.5.191","ip_version":4,"octet_delta_count":79724,"packet_delta_count":57,"post_nat_destination_ipv4_address":"172.20.5.191","post_nat_source_ipv4_address":"10.10.8.220","protocol_identifier":6,"source_ipv4_address":"10.10.8.220","source_transport_port":80,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":79724,"community_id":"1:mijZXFPsGq/HPIz0GoNycp+l6z4=","direction":"unknown","iana_number":6,"packets":57,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.220","172.20.5.191"]},"source":{"bytes":79724,"ip":"10.10.8.220","locality":"internal","packets":57,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.1","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MJV4se1d1EY","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.1","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794320,"flow_start_sys_up_time":2666794320,"ingress_interface":9,"ip_next_hop_ipv4_address":"172.20.4.1","ip_version":4,"octet_delta_count":161,"packet_delta_count":3,"post_nat_destination_ipv4_address":"172.20.4.1","post_nat_source_ipv4_address":"172.20.4.199","protocol_identifier":17,"source_ipv4_address":"172.20.4.199","source_transport_port":10240,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":161,"community_id":"1:1bkChZwKODrxts9j+uOWU8Z71yI=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","172.20.4.199"]},"source":{"bytes":161,"ip":"172.20.4.199","locality":"internal","packets":3,"port":10240}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.199","locality":"internal","port":10240},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MJV4se1d1EY","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.199","destination_transport_port":10240,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794320,"flow_start_sys_up_time":2666794320,"ingress_interface":0,"ip_next_hop_ipv4_address":"172.20.4.199","ip_version":4,"octet_delta_count":245,"packet_delta_count":3,"post_nat_destination_ipv4_address":"172.20.4.199","post_nat_source_ipv4_address":"172.20.4.1","protocol_identifier":17,"source_ipv4_address":"172.20.4.1","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":245,"community_id":"1:1bkChZwKODrxts9j+uOWU8Z71yI=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","172.20.4.199"]},"source":{"bytes":245,"ip":"172.20.4.1","locality":"internal","packets":3,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"10.10.8.34","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Md4y9RxWsu0","locality":"internal"},"netflow":{"destination_ipv4_address":"10.10.8.34","destination_transport_port":0,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794330,"flow_start_sys_up_time":2666790320,"ingress_interface":9,"ip_next_hop_ipv4_address":"10.10.8.34","ip_version":4,"octet_delta_count":504,"packet_delta_count":6,"post_nat_destination_ipv4_address":"10.10.8.34","post_nat_source_ipv4_address":"172.20.4.30","protocol_identifier":1,"source_ipv4_address":"172.20.4.30","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":504,"community_id":"1:R5/ADz+BGeMBuTetWufJMjY3Fp0=","direction":"unknown","iana_number":1,"packets":6,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.34","172.20.4.30"]},"source":{"bytes":504,"ip":"172.20.4.30","locality":"internal","packets":6,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.30","locality":"internal","port":59571},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_XZysP4InTc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.30","destination_transport_port":59571,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794400,"flow_start_sys_up_time":2666792700,"ingress_interface":13,"ip_next_hop_ipv4_address":"172.20.4.30","ip_version":4,"octet_delta_count":784,"packet_delta_count":6,"post_nat_destination_ipv4_address":"172.20.4.30","post_nat_source_ipv4_address":"10.10.8.105","protocol_identifier":6,"source_ipv4_address":"10.10.8.105","source_transport_port":22,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":784,"community_id":"1:UTPqIKbgBOhUsWyDGwpQ9ybvG1Q=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.105","172.20.4.30"]},"source":{"bytes":784,"ip":"10.10.8.105","locality":"internal","packets":6,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"10.10.8.105","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_XZysP4InTc","locality":"internal"},"netflow":{"destination_ipv4_address":"10.10.8.105","destination_transport_port":22,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794400,"flow_start_sys_up_time":2666792270,"ingress_interface":9,"ip_next_hop_ipv4_address":"10.10.8.105","ip_version":4,"octet_delta_count":433,"packet_delta_count":8,"post_nat_destination_ipv4_address":"10.10.8.105","post_nat_source_ipv4_address":"172.20.4.30","protocol_identifier":6,"source_ipv4_address":"172.20.4.30","source_transport_port":59571,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":433,"community_id":"1:UTPqIKbgBOhUsWyDGwpQ9ybvG1Q=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.105","172.20.4.30"]},"source":{"bytes":433,"ip":"172.20.4.30","locality":"internal","packets":8,"port":59571}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.183.199","locality":"internal","port":6667},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"5stvUzTWY8c","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.183.199","destination_transport_port":6667,"egress_interface":7,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794440,"flow_start_sys_up_time":2666794440,"ingress_interface":12,"ip_next_hop_ipv4_address":"192.168.224.1","ip_version":4,"octet_delta_count":196,"packet_delta_count":3,"post_nat_destination_ipv4_address":"192.168.183.199","post_nat_source_ipv4_address":"192.168.230.216","protocol_identifier":6,"source_ipv4_address":"10.10.7.11","source_transport_port":48378,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":196,"community_id":"1:+2FFzJt+KXMsdRFIIwAkTVbJJ3k=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.7.11","192.168.183.199"]},"source":{"bytes":196,"ip":"10.10.7.11","locality":"internal","packets":3,"port":48378}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.230.216","locality":"internal","port":48378},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VdPCBSYnnS0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.230.216","destination_transport_port":48378,"egress_interface":12,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794490,"flow_start_sys_up_time":2666794490,"ingress_interface":7,"ip_next_hop_ipv4_address":"10.10.7.11","ip_version":4,"octet_delta_count":206,"packet_delta_count":3,"post_nat_destination_ipv4_address":"10.10.7.11","post_nat_source_ipv4_address":"192.168.183.199","protocol_identifier":6,"source_ipv4_address":"192.168.183.199","source_transport_port":6667,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":206,"community_id":"1:wUPylJNkPlJks6QXwY7UebXp0Nk=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.183.199","192.168.230.216"]},"source":{"bytes":206,"ip":"192.168.183.199","locality":"internal","packets":3,"port":6667}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.30","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"asoP1PL3Pao","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.30","destination_transport_port":0,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794700,"flow_start_sys_up_time":2666790400,"ingress_interface":13,"ip_next_hop_ipv4_address":"172.20.4.30","ip_version":4,"octet_delta_count":504,"packet_delta_count":6,"post_nat_destination_ipv4_address":"172.20.4.30","post_nat_source_ipv4_address":"10.10.8.34","protocol_identifier":1,"source_ipv4_address":"10.10.8.34","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":504,"community_id":"1:egGU52actG9xRhZUuYg20CpjWzI=","direction":"unknown","iana_number":1,"packets":6,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.34","172.20.4.30"]},"source":{"bytes":504,"ip":"10.10.8.34","locality":"internal","packets":6,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"10.10.8.220","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r6DcuKSlKG8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.10.8.220","destination_transport_port":80,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794930,"flow_start_sys_up_time":2666792760,"ingress_interface":9,"ip_next_hop_ipv4_address":"10.10.8.220","ip_version":4,"octet_delta_count":3539,"packet_delta_count":58,"post_nat_destination_ipv4_address":"10.10.8.220","post_nat_source_ipv4_address":"172.20.5.191","protocol_identifier":6,"source_ipv4_address":"172.20.5.191","source_transport_port":42502,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":3539,"community_id":"1:mijZXFPsGq/HPIz0GoNycp+l6z4=","direction":"unknown","iana_number":6,"packets":58,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.220","172.20.5.191"]},"source":{"bytes":3539,"ip":"172.20.5.191","locality":"internal","packets":58,"port":42502}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"4AA5ETLDkm0","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.20.4.1","protocol_identifier":17,"source_ipv4_address":"172.20.4.1","source_transport_port":33332,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:4xsmybmBWEF/OhjZe6xnUkZg4O4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","255.255.255.255"]},"source":{"bytes":495,"ip":"172.20.4.1","locality":"internal","packets":3,"port":33332}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"4AA5ETLDkm0","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":9,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.20.4.1","protocol_identifier":17,"source_ipv4_address":"172.20.4.1","source_transport_port":33332,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:4xsmybmBWEF/OhjZe6xnUkZg4O4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","255.255.255.255"]},"source":{"bytes":330,"ip":"172.20.4.1","locality":"internal","packets":2,"port":33332}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"BaTGW6h8V9s","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":10,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":435,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.30.0.1","protocol_identifier":17,"source_ipv4_address":"172.30.0.1","source_transport_port":53298,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":435,"community_id":"1:AK+uc3uJyb6v35G+oeC8Ehp4dOE=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.30.0.1","255.255.255.255"]},"source":{"bytes":435,"ip":"172.30.0.1","locality":"internal","packets":3,"port":53298}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"BaTGW6h8V9s","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":10,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":290,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.30.0.1","protocol_identifier":17,"source_ipv4_address":"172.30.0.1","source_transport_port":53298,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":290,"community_id":"1:AK+uc3uJyb6v35G+oeC8Ehp4dOE=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.30.0.1","255.255.255.255"]},"source":{"bytes":290,"ip":"172.30.0.1","locality":"internal","packets":2,"port":53298}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"a0peNOTOYXA","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.6.1","protocol_identifier":17,"source_ipv4_address":"10.10.6.1","source_transport_port":48172,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:RAC/9JDBXZ5+D1hZFUTfKaz2ugo=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.6.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.6.1","locality":"internal","packets":3,"port":48172}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"a0peNOTOYXA","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":11,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.6.1","protocol_identifier":17,"source_ipv4_address":"10.10.6.1","source_transport_port":48172,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:RAC/9JDBXZ5+D1hZFUTfKaz2ugo=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.6.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.6.1","locality":"internal","packets":2,"port":48172}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"rX81_0wnl4c","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":12,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.7.1","protocol_identifier":17,"source_ipv4_address":"10.10.7.1","source_transport_port":48935,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:aBxBvbPn1huzZcWnY6vxAArokoQ=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.7.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.7.1","locality":"internal","packets":3,"port":48935}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"rX81_0wnl4c","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":12,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.7.1","protocol_identifier":17,"source_ipv4_address":"10.10.7.1","source_transport_port":48935,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:aBxBvbPn1huzZcWnY6vxAArokoQ=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.7.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.7.1","locality":"internal","packets":2,"port":48935}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7EW3D8kjT4Q","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.8.1","protocol_identifier":17,"source_ipv4_address":"10.10.8.1","source_transport_port":51931,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:OGKDsfaFh3XEKadSh2qUGRfql5E=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.8.1","locality":"internal","packets":3,"port":51931}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7EW3D8kjT4Q","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":13,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.8.1","protocol_identifier":17,"source_ipv4_address":"10.10.8.1","source_transport_port":51931,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:OGKDsfaFh3XEKadSh2qUGRfql5E=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.8.1","locality":"internal","packets":2,"port":51931}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"JacJ1_FgpYg","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":14,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.20.0.1","protocol_identifier":17,"source_ipv4_address":"10.20.0.1","source_transport_port":43454,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:SZHwZuTGD4KhA34qOHlPFpIm6O4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.0.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.20.0.1","locality":"internal","packets":3,"port":43454}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"JacJ1_FgpYg","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":14,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.20.0.1","protocol_identifier":17,"source_ipv4_address":"10.20.0.1","source_transport_port":43454,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:SZHwZuTGD4KhA34qOHlPFpIm6O4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.0.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.20.0.1","locality":"internal","packets":2,"port":43454}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"38frmBtEgfI","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":15,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.10.1","protocol_identifier":17,"source_ipv4_address":"10.10.10.1","source_transport_port":52837,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:jI3Kb3eebBn6wSG8vdNDd3rT5eY=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.10.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.10.1","locality":"internal","packets":3,"port":52837}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"38frmBtEgfI","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":15,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.10.1","protocol_identifier":17,"source_ipv4_address":"10.10.10.1","source_transport_port":52837,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:jI3Kb3eebBn6wSG8vdNDd3rT5eY=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.10.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.10.1","locality":"internal","packets":2,"port":52837}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:401","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"b7SlZfUSuVA","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:401","destination_transport_port":5678,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:401","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:jPPsu6xuLKidwts3HEFDcMotUV4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:401"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:401","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:401","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"b7SlZfUSuVA","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:401","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":9,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:401","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:jPPsu6xuLKidwts3HEFDcMotUV4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:401"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:401","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:501","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VSgWWLDT0B0","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:501","destination_transport_port":5678,"egress_interface":10,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":495,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:501","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:5591MHyJIXcwUkG4sl3Rs9ro+Ng=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:501"]},"source":{"bytes":495,"ip":"fe80::ff:fe00:501","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:501","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VSgWWLDT0B0","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:501","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":10,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":330,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:501","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:5591MHyJIXcwUkG4sl3Rs9ro+Ng=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:501"]},"source":{"bytes":330,"ip":"fe80::ff:fe00:501","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:601","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZgYFJ0tL2g","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:601","destination_transport_port":5678,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:601","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:0uFiK83G7mZT66yRsishu3GrI+Y=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:601"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:601","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:601","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZgYFJ0tL2g","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:601","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":11,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:601","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:0uFiK83G7mZT66yRsishu3GrI+Y=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:601"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:601","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:701","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"dmeH14jqz_U","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:701","destination_transport_port":5678,"egress_interface":12,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:701","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:GHzTYB/S+swKAM+TWkXhIHekjME=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:701"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:701","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:701","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"dmeH14jqz_U","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:701","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":12,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:701","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:GHzTYB/S+swKAM+TWkXhIHekjME=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:701"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:701","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:801","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Il9O6oJGqRk","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:801","destination_transport_port":5678,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:801","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:Y0L0KaggvOgNiQSbjBDXSANtIRo=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:801"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:801","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:801","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Il9O6oJGqRk","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:801","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":13,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:801","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:Y0L0KaggvOgNiQSbjBDXSANtIRo=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:801"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:801","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:901","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"fA2V7HT45yo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:901","destination_transport_port":5678,"egress_interface":14,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:901","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:ckujBEtohW0WnvxDVLoLAfkwHeE=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:901"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:901","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:901","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"fA2V7HT45yo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:901","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":14,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:901","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:ckujBEtohW0WnvxDVLoLAfkwHeE=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:901"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:901","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1001","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r9myTc0ZAtE","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1001","destination_transport_port":5678,"egress_interface":15,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1001","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:3MYYQzFTLjghJ6R8FULtQ6M3TY4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1001"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:1001","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1001","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r9myTc0ZAtE","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1001","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":15,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1001","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:3MYYQzFTLjghJ6R8FULtQ6M3TY4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1001"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:1001","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1101","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"we4v-M4gTEo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1101","destination_transport_port":5678,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1101","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:RCaNdj14AFbHfSM4MQquuPjYpgs=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1101"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:1101","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1101","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"we4v-M4gTEo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1101","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":16,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1101","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:RCaNdj14AFbHfSM4MQquuPjYpgs=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1101"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:1101","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1201","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"N9KUKy-eIwc","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1201","destination_transport_port":5678,"egress_interface":17,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1201","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:AL2CtUGKb1BgJM4KclloxlRQdRc=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1201"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:1201","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1201","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"N9KUKy-eIwc","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1201","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":17,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1201","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:AL2CtUGKb1BgJM4KclloxlRQdRc=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1201"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:1201","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX Mikrotik RouterOS 6.39.2","events":[{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.128.17","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"1SREAwMSn_Y","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.128.17","destination_transport_port":123,"egress_interface":7,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794170,"flow_start_sys_up_time":2666794170,"ingress_interface":13,"ip_next_hop_ipv4_address":"192.168.224.1","ip_version":4,"octet_delta_count":152,"packet_delta_count":2,"post_nat_destination_ipv4_address":"192.168.128.17","post_nat_source_ipv4_address":"192.168.230.216","protocol_identifier":17,"source_ipv4_address":"10.10.8.197","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:xhtOANVN9QLWDf3Tox5fsHMf1j4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.197","192.168.128.17"]},"source":{"bytes":152,"ip":"10.10.8.197","locality":"internal","packets":2,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.230.216","locality":"internal","port":82},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-1ecQ0Y-YzY","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.230.216","destination_transport_port":82,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794210,"flow_start_sys_up_time":2666794210,"ingress_interface":7,"ip_next_hop_ipv4_address":"10.10.6.11","ip_version":4,"octet_delta_count":502,"packet_delta_count":8,"post_nat_destination_ipv4_address":"10.10.6.11","post_nat_source_ipv4_address":"192.168.35.143","protocol_identifier":6,"source_ipv4_address":"192.168.35.143","source_transport_port":46518,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":502,"community_id":"1:X9Jzjnw7Bw6phIzn9EyEGGF0sCg=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.35.143","192.168.230.216"]},"source":{"bytes":502,"ip":"192.168.35.143","locality":"internal","packets":8,"port":46518}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.35.143","locality":"internal","port":46518},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_ztnBsqvzw4","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.35.143","destination_transport_port":46518,"egress_interface":7,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794210,"flow_start_sys_up_time":2666794210,"ingress_interface":11,"ip_next_hop_ipv4_address":"192.168.224.1","ip_version":4,"octet_delta_count":2233,"packet_delta_count":8,"post_nat_destination_ipv4_address":"192.168.35.143","post_nat_source_ipv4_address":"192.168.230.216","protocol_identifier":6,"source_ipv4_address":"10.10.6.11","source_transport_port":80,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":2233,"community_id":"1:pDmVo/Rru0kNar+as9ZR2B9R8ig=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.6.11","192.168.35.143"]},"source":{"bytes":2233,"ip":"10.10.6.11","locality":"internal","packets":8,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.230.216","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"83jerlRbQig","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.230.216","destination_transport_port":123,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794210,"flow_start_sys_up_time":2666794210,"ingress_interface":7,"ip_next_hop_ipv4_address":"10.10.8.197","ip_version":4,"octet_delta_count":152,"packet_delta_count":2,"post_nat_destination_ipv4_address":"10.10.8.197","post_nat_source_ipv4_address":"192.168.128.17","protocol_identifier":17,"source_ipv4_address":"192.168.128.17","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:XpciCcuce+PqeEptJQCPs7PXDWw=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.128.17","192.168.230.216"]},"source":{"bytes":152,"ip":"192.168.128.17","locality":"internal","packets":2,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.5.191","locality":"internal","port":42502},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r6DcuKSlKG8","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.5.191","destination_transport_port":42502,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794300,"flow_start_sys_up_time":2666793230,"ingress_interface":13,"ip_next_hop_ipv4_address":"172.20.5.191","ip_version":4,"octet_delta_count":79724,"packet_delta_count":57,"post_nat_destination_ipv4_address":"172.20.5.191","post_nat_source_ipv4_address":"10.10.8.220","protocol_identifier":6,"source_ipv4_address":"10.10.8.220","source_transport_port":80,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":79724,"community_id":"1:mijZXFPsGq/HPIz0GoNycp+l6z4=","direction":"unknown","iana_number":6,"packets":57,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.220","172.20.5.191"]},"source":{"bytes":79724,"ip":"10.10.8.220","locality":"internal","packets":57,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.1","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MJV4se1d1EY","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.1","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794320,"flow_start_sys_up_time":2666794320,"ingress_interface":9,"ip_next_hop_ipv4_address":"172.20.4.1","ip_version":4,"octet_delta_count":161,"packet_delta_count":3,"post_nat_destination_ipv4_address":"172.20.4.1","post_nat_source_ipv4_address":"172.20.4.199","protocol_identifier":17,"source_ipv4_address":"172.20.4.199","source_transport_port":10240,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":161,"community_id":"1:1bkChZwKODrxts9j+uOWU8Z71yI=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","172.20.4.199"]},"source":{"bytes":161,"ip":"172.20.4.199","locality":"internal","packets":3,"port":10240}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.199","locality":"internal","port":10240},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MJV4se1d1EY","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.199","destination_transport_port":10240,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794320,"flow_start_sys_up_time":2666794320,"ingress_interface":0,"ip_next_hop_ipv4_address":"172.20.4.199","ip_version":4,"octet_delta_count":245,"packet_delta_count":3,"post_nat_destination_ipv4_address":"172.20.4.199","post_nat_source_ipv4_address":"172.20.4.1","protocol_identifier":17,"source_ipv4_address":"172.20.4.1","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":245,"community_id":"1:1bkChZwKODrxts9j+uOWU8Z71yI=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","172.20.4.199"]},"source":{"bytes":245,"ip":"172.20.4.1","locality":"internal","packets":3,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"10.10.8.34","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Md4y9RxWsu0","locality":"internal"},"netflow":{"destination_ipv4_address":"10.10.8.34","destination_transport_port":0,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794330,"flow_start_sys_up_time":2666790320,"ingress_interface":9,"ip_next_hop_ipv4_address":"10.10.8.34","ip_version":4,"octet_delta_count":504,"packet_delta_count":6,"post_nat_destination_ipv4_address":"10.10.8.34","post_nat_source_ipv4_address":"172.20.4.30","protocol_identifier":1,"source_ipv4_address":"172.20.4.30","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":504,"community_id":"1:R5/ADz+BGeMBuTetWufJMjY3Fp0=","direction":"unknown","iana_number":1,"packets":6,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.34","172.20.4.30"]},"source":{"bytes":504,"ip":"172.20.4.30","locality":"internal","packets":6,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.30","locality":"internal","port":59571},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_XZysP4InTc","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.30","destination_transport_port":59571,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794400,"flow_start_sys_up_time":2666792700,"ingress_interface":13,"ip_next_hop_ipv4_address":"172.20.4.30","ip_version":4,"octet_delta_count":784,"packet_delta_count":6,"post_nat_destination_ipv4_address":"172.20.4.30","post_nat_source_ipv4_address":"10.10.8.105","protocol_identifier":6,"source_ipv4_address":"10.10.8.105","source_transport_port":22,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":784,"community_id":"1:UTPqIKbgBOhUsWyDGwpQ9ybvG1Q=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.105","172.20.4.30"]},"source":{"bytes":784,"ip":"10.10.8.105","locality":"internal","packets":6,"port":22}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"10.10.8.105","locality":"internal","port":22},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_XZysP4InTc","locality":"internal"},"netflow":{"destination_ipv4_address":"10.10.8.105","destination_transport_port":22,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794400,"flow_start_sys_up_time":2666792270,"ingress_interface":9,"ip_next_hop_ipv4_address":"10.10.8.105","ip_version":4,"octet_delta_count":433,"packet_delta_count":8,"post_nat_destination_ipv4_address":"10.10.8.105","post_nat_source_ipv4_address":"172.20.4.30","protocol_identifier":6,"source_ipv4_address":"172.20.4.30","source_transport_port":59571,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":433,"community_id":"1:UTPqIKbgBOhUsWyDGwpQ9ybvG1Q=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.105","172.20.4.30"]},"source":{"bytes":433,"ip":"172.20.4.30","locality":"internal","packets":8,"port":59571}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.183.199","locality":"internal","port":6667},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"5stvUzTWY8c","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.183.199","destination_transport_port":6667,"egress_interface":7,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794440,"flow_start_sys_up_time":2666794440,"ingress_interface":12,"ip_next_hop_ipv4_address":"192.168.224.1","ip_version":4,"octet_delta_count":196,"packet_delta_count":3,"post_nat_destination_ipv4_address":"192.168.183.199","post_nat_source_ipv4_address":"192.168.230.216","protocol_identifier":6,"source_ipv4_address":"10.10.7.11","source_transport_port":48378,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":196,"community_id":"1:+2FFzJt+KXMsdRFIIwAkTVbJJ3k=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.7.11","192.168.183.199"]},"source":{"bytes":196,"ip":"10.10.7.11","locality":"internal","packets":3,"port":48378}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"192.168.230.216","locality":"internal","port":48378},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VdPCBSYnnS0","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.230.216","destination_transport_port":48378,"egress_interface":12,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794490,"flow_start_sys_up_time":2666794490,"ingress_interface":7,"ip_next_hop_ipv4_address":"10.10.7.11","ip_version":4,"octet_delta_count":206,"packet_delta_count":3,"post_nat_destination_ipv4_address":"10.10.7.11","post_nat_source_ipv4_address":"192.168.183.199","protocol_identifier":6,"source_ipv4_address":"192.168.183.199","source_transport_port":6667,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":206,"community_id":"1:wUPylJNkPlJks6QXwY7UebXp0Nk=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.183.199","192.168.230.216"]},"source":{"bytes":206,"ip":"192.168.183.199","locality":"internal","packets":3,"port":6667}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"172.20.4.30","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"asoP1PL3Pao","locality":"internal"},"netflow":{"destination_ipv4_address":"172.20.4.30","destination_transport_port":0,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794700,"flow_start_sys_up_time":2666790400,"ingress_interface":13,"ip_next_hop_ipv4_address":"172.20.4.30","ip_version":4,"octet_delta_count":504,"packet_delta_count":6,"post_nat_destination_ipv4_address":"172.20.4.30","post_nat_source_ipv4_address":"10.10.8.34","protocol_identifier":1,"source_ipv4_address":"10.10.8.34","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":504,"community_id":"1:egGU52actG9xRhZUuYg20CpjWzI=","direction":"unknown","iana_number":1,"packets":6,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.34","172.20.4.30"]},"source":{"bytes":504,"ip":"10.10.8.34","locality":"internal","packets":6,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"10.10.8.220","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r6DcuKSlKG8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.10.8.220","destination_transport_port":80,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666794930,"flow_start_sys_up_time":2666792760,"ingress_interface":9,"ip_next_hop_ipv4_address":"10.10.8.220","ip_version":4,"octet_delta_count":3539,"packet_delta_count":58,"post_nat_destination_ipv4_address":"10.10.8.220","post_nat_source_ipv4_address":"172.20.5.191","protocol_identifier":6,"source_ipv4_address":"172.20.5.191","source_transport_port":42502,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":3539,"community_id":"1:mijZXFPsGq/HPIz0GoNycp+l6z4=","direction":"unknown","iana_number":6,"packets":58,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.220","172.20.5.191"]},"source":{"bytes":3539,"ip":"172.20.5.191","locality":"internal","packets":58,"port":42502}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"4AA5ETLDkm0","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.20.4.1","protocol_identifier":17,"source_ipv4_address":"172.20.4.1","source_transport_port":33332,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:4xsmybmBWEF/OhjZe6xnUkZg4O4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","255.255.255.255"]},"source":{"bytes":495,"ip":"172.20.4.1","locality":"internal","packets":3,"port":33332}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"4AA5ETLDkm0","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":9,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.20.4.1","protocol_identifier":17,"source_ipv4_address":"172.20.4.1","source_transport_port":33332,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:4xsmybmBWEF/OhjZe6xnUkZg4O4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.20.4.1","255.255.255.255"]},"source":{"bytes":330,"ip":"172.20.4.1","locality":"internal","packets":2,"port":33332}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"BaTGW6h8V9s","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":10,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":435,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.30.0.1","protocol_identifier":17,"source_ipv4_address":"172.30.0.1","source_transport_port":53298,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":435,"community_id":"1:AK+uc3uJyb6v35G+oeC8Ehp4dOE=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.30.0.1","255.255.255.255"]},"source":{"bytes":435,"ip":"172.30.0.1","locality":"internal","packets":3,"port":53298}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"BaTGW6h8V9s","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":10,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":290,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"172.30.0.1","protocol_identifier":17,"source_ipv4_address":"172.30.0.1","source_transport_port":53298,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":290,"community_id":"1:AK+uc3uJyb6v35G+oeC8Ehp4dOE=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.30.0.1","255.255.255.255"]},"source":{"bytes":290,"ip":"172.30.0.1","locality":"internal","packets":2,"port":53298}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"a0peNOTOYXA","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.6.1","protocol_identifier":17,"source_ipv4_address":"10.10.6.1","source_transport_port":48172,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:RAC/9JDBXZ5+D1hZFUTfKaz2ugo=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.6.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.6.1","locality":"internal","packets":3,"port":48172}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"a0peNOTOYXA","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":11,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.6.1","protocol_identifier":17,"source_ipv4_address":"10.10.6.1","source_transport_port":48172,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:RAC/9JDBXZ5+D1hZFUTfKaz2ugo=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.6.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.6.1","locality":"internal","packets":2,"port":48172}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"rX81_0wnl4c","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":12,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.7.1","protocol_identifier":17,"source_ipv4_address":"10.10.7.1","source_transport_port":48935,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:aBxBvbPn1huzZcWnY6vxAArokoQ=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.7.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.7.1","locality":"internal","packets":3,"port":48935}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"rX81_0wnl4c","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":12,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.7.1","protocol_identifier":17,"source_ipv4_address":"10.10.7.1","source_transport_port":48935,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:aBxBvbPn1huzZcWnY6vxAArokoQ=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.7.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.7.1","locality":"internal","packets":2,"port":48935}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7EW3D8kjT4Q","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.8.1","protocol_identifier":17,"source_ipv4_address":"10.10.8.1","source_transport_port":51931,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:OGKDsfaFh3XEKadSh2qUGRfql5E=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.8.1","locality":"internal","packets":3,"port":51931}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7EW3D8kjT4Q","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":13,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.8.1","protocol_identifier":17,"source_ipv4_address":"10.10.8.1","source_transport_port":51931,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:OGKDsfaFh3XEKadSh2qUGRfql5E=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.8.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.8.1","locality":"internal","packets":2,"port":51931}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"JacJ1_FgpYg","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":14,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.20.0.1","protocol_identifier":17,"source_ipv4_address":"10.20.0.1","source_transport_port":43454,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:SZHwZuTGD4KhA34qOHlPFpIm6O4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.0.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.20.0.1","locality":"internal","packets":3,"port":43454}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"JacJ1_FgpYg","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":14,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.20.0.1","protocol_identifier":17,"source_ipv4_address":"10.20.0.1","source_transport_port":43454,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:SZHwZuTGD4KhA34qOHlPFpIm6O4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.0.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.20.0.1","locality":"internal","packets":2,"port":43454}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"38frmBtEgfI","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":15,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":495,"packet_delta_count":3,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.10.1","protocol_identifier":17,"source_ipv4_address":"10.10.10.1","source_transport_port":52837,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:jI3Kb3eebBn6wSG8vdNDd3rT5eY=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.10.1","255.255.255.255"]},"source":{"bytes":495,"ip":"10.10.10.1","locality":"internal","packets":3,"port":52837}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"38frmBtEgfI","locality":"internal"},"netflow":{"destination_ipv4_address":"255.255.255.255","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":15,"ip_next_hop_ipv4_address":"255.255.255.255","ip_version":4,"octet_delta_count":330,"packet_delta_count":2,"post_nat_destination_ipv4_address":"255.255.255.255","post_nat_source_ipv4_address":"10.10.10.1","protocol_identifier":17,"source_ipv4_address":"10.10.10.1","source_transport_port":52837,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:jI3Kb3eebBn6wSG8vdNDd3rT5eY=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.10.1","255.255.255.255"]},"source":{"bytes":330,"ip":"10.10.10.1","locality":"internal","packets":2,"port":52837}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:401","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"b7SlZfUSuVA","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:401","destination_transport_port":5678,"egress_interface":9,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:401","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:jPPsu6xuLKidwts3HEFDcMotUV4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:401"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:401","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:401","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"b7SlZfUSuVA","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:401","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":9,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:401","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:jPPsu6xuLKidwts3HEFDcMotUV4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:401"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:401","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:501","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VSgWWLDT0B0","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:501","destination_transport_port":5678,"egress_interface":10,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":495,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:501","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":495,"community_id":"1:5591MHyJIXcwUkG4sl3Rs9ro+Ng=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:501"]},"source":{"bytes":495,"ip":"fe80::ff:fe00:501","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:501","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"VSgWWLDT0B0","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:501","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":10,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":330,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:501","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":330,"community_id":"1:5591MHyJIXcwUkG4sl3Rs9ro+Ng=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:501"]},"source":{"bytes":330,"ip":"fe80::ff:fe00:501","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:601","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZgYFJ0tL2g","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:601","destination_transport_port":5678,"egress_interface":11,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:601","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:0uFiK83G7mZT66yRsishu3GrI+Y=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:601"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:601","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:601","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZgYFJ0tL2g","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:601","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795740,"flow_start_sys_up_time":2666795740,"ingress_interface":11,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:601","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:0uFiK83G7mZT66yRsishu3GrI+Y=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:601"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:601","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:701","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"dmeH14jqz_U","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:701","destination_transport_port":5678,"egress_interface":12,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:701","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:GHzTYB/S+swKAM+TWkXhIHekjME=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:701"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:701","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:701","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"dmeH14jqz_U","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:701","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":12,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:701","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:GHzTYB/S+swKAM+TWkXhIHekjME=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:701"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:701","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:801","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Il9O6oJGqRk","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:801","destination_transport_port":5678,"egress_interface":13,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:801","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:Y0L0KaggvOgNiQSbjBDXSANtIRo=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:801"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:801","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:801","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Il9O6oJGqRk","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:801","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":13,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:801","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:Y0L0KaggvOgNiQSbjBDXSANtIRo=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:801"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:801","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:901","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"fA2V7HT45yo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:901","destination_transport_port":5678,"egress_interface":14,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:901","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:ckujBEtohW0WnvxDVLoLAfkwHeE=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:901"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:901","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:901","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"fA2V7HT45yo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:901","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":14,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:901","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:ckujBEtohW0WnvxDVLoLAfkwHeE=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:901"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:901","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1001","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r9myTc0ZAtE","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1001","destination_transport_port":5678,"egress_interface":15,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1001","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:3MYYQzFTLjghJ6R8FULtQ6M3TY4=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1001"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:1001","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1001","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"r9myTc0ZAtE","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1001","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":15,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1001","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:3MYYQzFTLjghJ6R8FULtQ6M3TY4=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1001"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:1001","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1101","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"we4v-M4gTEo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1101","destination_transport_port":5678,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1101","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:RCaNdj14AFbHfSM4MQquuPjYpgs=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1101"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:1101","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1101","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"we4v-M4gTEo","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1101","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":16,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1101","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:RCaNdj14AFbHfSM4MQquuPjYpgs=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1101"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:1101","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1201","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"N9KUKy-eIwc","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1201","destination_transport_port":5678,"egress_interface":17,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":0,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":555,"packet_delta_count":3,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1201","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":555,"community_id":"1:AL2CtUGKb1BgJM4KclloxlRQdRc=","direction":"unknown","iana_number":17,"packets":3,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1201"]},"source":{"bytes":555,"ip":"fe80::ff:fe00:1201","locality":"internal","packets":3,"port":5678}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-07-19T16:18:08Z","Meta":null,"Fields":{"destination":{"ip":"fe80::ff:fe00:1201","locality":"internal","port":5678},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"N9KUKy-eIwc","locality":"internal"},"netflow":{"destination_ipv6_address":"fe80::ff:fe00:1201","destination_transport_port":5678,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-07-19T16:18:08Z","uptime_millis":0,"version":10},"flow_end_sys_up_time":2666795750,"flow_start_sys_up_time":2666795750,"ingress_interface":17,"ip_next_hop_ipv6_address":"ff02::1","ip_version":6,"octet_delta_count":370,"packet_delta_count":2,"protocol_identifier":17,"source_ipv6_address":"fe80::ff:fe00:1201","source_transport_port":5678,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":370,"community_id":"1:AL2CtUGKb1BgJM4KclloxlRQdRc=","direction":"unknown","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::ff:fe00:1201"]},"source":{"bytes":370,"ip":"fe80::ff:fe00:1201","locality":"internal","packets":2,"port":5678}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_multiple_netflow_exporters
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:147 seq:0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 152
        
    helper.go:24: [netflow-v9] state 0x2a688f00 addTemplate 257 0x2a7745e0
        
    helper.go:24: [netflow-v9] state 0x2a688f00 addTemplate 258 0x2a774600
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] state 0x2a688f00 addTemplate 259 0x2a774620
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 12
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:1
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 60
        
    helper.go:24: [netflow-v9] state 0x2a688f90 addTemplate 1024 0x2a774800
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 60
        
    helper.go:24: [netflow-v9] state 0x2a688f90 addTemplate 2048 0x2a774820
        
    helper.go:24: [netflow-v9] FlowSet ID 1024 length 240
        
    helper.go:24: [netflow-v9] FlowSet ID 2048 length 64
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:147 seq:1
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 52
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 multiple netflow exporters","events":[{"Timestamp":"2015-10-08T19:06:29Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":147,"timestamp":"2015-10-08T19:06:29Z","uptime_millis":33990,"version":9},"options":{"exported_flow_record_total_count":1,"exported_message_total_count":0},"scope":{"octet_delta_count":0},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.248","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"1E-M5OJg_go","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.248","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"yMxFd8CW_Ok","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.248","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.248","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"NF1W3jyrHAA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"Tw1iOKJ-dfE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.201","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.201","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.202","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"sNF38-obC7k","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.202","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"458D6voFu3E","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.202","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.202","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"ff02::1","locality":"internal","port":34304},"event":{"action":"netflow_flow","category":["network"],"duration":38081000000,"end":"2015-10-08T19:04:25.9Z","kind":"event","start":"2015-10-08T19:03:47.819Z","type":["connection"]},"flow":{"id":"hsSxbBU-M1o","locality":"internal"},"netflow":{"destination_ipv6_address":"ff02::1","destination_transport_port":34304,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":40976,"flow_start_sys_up_time":2895,"ingress_interface":0,"ip_class_of_service":0,"ip_version":6,"octet_delta_count":672,"packet_delta_count":7,"protocol_identifier":58,"source_ipv6_address":"fe80::20c:29ff:fe83:3b6e","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":672,"community_id":"1:z1qoJyUMuKy3HX8rkIDvBK/vyL8=","direction":"unknown","iana_number":58,"packets":7,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::20c:29ff:fe83:3b6e","ff02::1"]},"source":{"bytes":672,"ip":"fe80::20c:29ff:fe83:3b6e","locality":"internal","packets":7,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:06:29Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","port":65058},"event":{"action":"netflow_flow","category":["network"],"duration":5000000,"end":"2015-10-08T19:05:55.015Z","kind":"event","start":"2015-10-08T19:05:55.01Z","type":["connection"]},"flow":{"id":"zQfsdfKgh-o","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"172.16.32.1","destination_ipv4_prefix_length":0,"destination_transport_port":65058,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":147,"timestamp":"2015-10-08T19:06:29Z","uptime_millis":33990,"version":9},"flow_end_sys_up_time":5,"flow_start_sys_up_time":0,"ingress_interface":0,"ip_class_of_service":16,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":200,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_ipv4_prefix_length":0,"source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":200,"community_id":"1:xXTn9GECsRXx7t5CqUym4B1cCNU=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"bytes":200,"ip":"172.16.32.201","locality":"internal","packets":2,"port":22}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 multiple netflow exporters","events":[{"Timestamp":"2015-10-08T19:06:29Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":147,"timestamp":"2015-10-08T19:06:29Z","uptime_millis":33990,"version":9},"options":{"exported_flow_record_total_count":1,"exported_message_total_count":0},"scope":{"octet_delta_count":0},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.248","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"1E-M5OJg_go","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.248","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:46.141Z","kind":"event","start":"2015-10-08T19:03:46.14Z","type":["connection"]},"flow":{"id":"yMxFd8CW_Ok","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":1217,"flow_start_sys_up_time":1216,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.248","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:QKTFMKhaT7j1xLTKOURCTVzbKk8=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.248"]},"source":{"bytes":76,"ip":"172.16.32.248","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.201","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"NF1W3jyrHAA","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.201","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":1000000,"end":"2015-10-08T19:03:51.814Z","kind":"event","start":"2015-10-08T19:03:51.813Z","type":["connection"]},"flow":{"id":"Tw1iOKJ-dfE","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":6890,"flow_start_sys_up_time":6889,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.201","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:8JJSV5jQe+UfRnLVV/iA7sy8Nz0=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.201"]},"source":{"bytes":76,"ip":"172.16.32.201","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.202","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"sNF38-obC7k","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.202","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.100","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.100","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.100","locality":"internal","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2015-10-08T19:03:55.958Z","kind":"event","start":"2015-10-08T19:03:55.958Z","type":["connection"]},"flow":{"id":"458D6voFu3E","locality":"internal"},"netflow":{"destination_ipv4_address":"172.16.32.100","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":11034,"flow_start_sys_up_time":11034,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"172.16.32.202","source_transport_port":123,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:SYyoe1e5BMoo9l35SqJ7wRextZg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.100","172.16.32.202"]},"source":{"bytes":76,"ip":"172.16.32.202","locality":"internal","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:04:30Z","Meta":null,"Fields":{"destination":{"ip":"ff02::1","locality":"internal","port":34304},"event":{"action":"netflow_flow","category":["network"],"duration":38081000000,"end":"2015-10-08T19:04:25.9Z","kind":"event","start":"2015-10-08T19:03:47.819Z","type":["connection"]},"flow":{"id":"hsSxbBU-M1o","locality":"internal"},"netflow":{"destination_ipv6_address":"ff02::1","destination_transport_port":34304,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-08T19:04:30Z","uptime_millis":45076,"version":9},"flow_end_sys_up_time":40976,"flow_start_sys_up_time":2895,"ingress_interface":0,"ip_class_of_service":0,"ip_version":6,"octet_delta_count":672,"packet_delta_count":7,"protocol_identifier":58,"source_ipv6_address":"fe80::20c:29ff:fe83:3b6e","source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":672,"community_id":"1:z1qoJyUMuKy3HX8rkIDvBK/vyL8=","direction":"unknown","iana_number":58,"packets":7,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["fe80::20c:29ff:fe83:3b6e","ff02::1"]},"source":{"bytes":672,"ip":"fe80::20c:29ff:fe83:3b6e","locality":"internal","packets":7,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-08T19:06:29Z","Meta":null,"Fields":{"destination":{"ip":"172.16.32.1","locality":"internal","port":65058},"event":{"action":"netflow_flow","category":["network"],"duration":5000000,"end":"2015-10-08T19:05:55.015Z","kind":"event","start":"2015-10-08T19:05:55.01Z","type":["connection"]},"flow":{"id":"zQfsdfKgh-o","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"172.16.32.1","destination_ipv4_prefix_length":0,"destination_transport_port":65058,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":147,"timestamp":"2015-10-08T19:06:29Z","uptime_millis":33990,"version":9},"flow_end_sys_up_time":5,"flow_start_sys_up_time":0,"ingress_interface":0,"ip_class_of_service":16,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":200,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"172.16.32.201","source_ipv4_prefix_length":0,"source_transport_port":22,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":200,"community_id":"1:xXTn9GECsRXx7t5CqUym4B1cCNU=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.16.32.1","172.16.32.201"]},"source":{"bytes":200,"ip":"172.16.32.201","locality":"internal","packets":2,"port":22}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_H3C_Netstream_with_varstring
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:12
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 116
        
    helper.go:24: [netflow-v9] Size of field ipv4RouterSc in template is out of bounds (size=2, min=4, max=4)
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689350 addTemplate 3281 0x2a84cc00
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:133
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 84
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 H3C Netstream with varstring","events":[{"Timestamp":"2018-07-18T01:35:35Z","Meta":null,"Fields":{"destination":{"ip":"20.20.255.255","locality":"external","port":137},"event":{"action":"netflow_flow","category":["network"],"duration":29695000000,"end":"2018-07-18T01:35:02.969Z","kind":"event","start":"2018-07-18T01:34:33.274Z","type":["connection"]},"flow":{"id":"dK1E5m-O-ns","locality":"external"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"20.20.255.255","destination_ipv4_prefix_length":32,"destination_transport_port":137,"dst_traffic_index":4294967295,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-07-18T01:35:35Z","uptime_millis":1871244,"version":9},"flow_direction":0,"flow_end_sys_up_time":1839213,"flow_start_sys_up_time":1809518,"forwarding_status":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","ip_version":4,"octet_delta_count":702,"packet_delta_count":9,"protocol_identifier":17,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"20.20.20.20","source_ipv4_prefix_length":32,"source_transport_port":137,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow","vrf_name":""},"network":{"bytes":702,"community_id":"1:H4Lg41gxc8Sb+0ZP09wcnLj0a/Y=","direction":"inbound","iana_number":17,"packets":9,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["20.20.20.20","20.20.255.255"]},"source":{"bytes":702,"ip":"20.20.20.20","locality":"external","packets":9,"port":137}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 H3C Netstream with varstring","events":[{"Timestamp":"2018-07-18T01:35:35Z","Meta":null,"Fields":{"destination":{"ip":"20.20.255.255","locality":"external","port":137},"event":{"action":"netflow_flow","category":["network"],"duration":29695000000,"end":"2018-07-18T01:35:02.969Z","kind":"event","start":"2018-07-18T01:34:33.274Z","type":["connection"]},"flow":{"id":"dK1E5m-O-ns","locality":"external"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"20.20.255.255","destination_ipv4_prefix_length":32,"destination_transport_port":137,"dst_traffic_index":4294967295,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-07-18T01:35:35Z","uptime_millis":1871244,"version":9},"flow_direction":0,"flow_end_sys_up_time":1839213,"flow_start_sys_up_time":1809518,"forwarding_status":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","ip_version":4,"octet_delta_count":702,"packet_delta_count":9,"protocol_identifier":17,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"20.20.20.20","source_ipv4_prefix_length":32,"source_transport_port":137,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow","vrf_name":""},"network":{"bytes":702,"community_id":"1:H4Lg41gxc8Sb+0ZP09wcnLj0a/Y=","direction":"inbound","iana_number":17,"packets":9,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["20.20.20.20","20.20.255.255"]},"source":{"bytes":702,"ip":"20.20.20.20","locality":"external","packets":9,"port":137}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_nprobe_DPI_L7
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:2
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 56
        
    helper.go:24: [netflow-v9] Field {0 57590} in template not found
        
    helper.go:24: [netflow-v9] Field {0 57591} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689560 addTemplate 256 0x2a84d620
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 100
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 nprobe DPI L7","events":[{"Timestamp":"1970-01-01T00:08:22Z","Meta":null,"Fields":{"destination":{"ip":"0.0.0.0","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"oFN7CMNpOLQ","locality":"internal"},"netflow":{"application_id":"AAAAUg==","application_name":"\u0000\u0000\u0000\u0000\u0000\"\u0000\u0000\u0000\u0000\u0004","destination_ipv4_address":"0.0.0.0","destination_transport_port":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"1970-01-01T00:08:22Z","uptime_millis":91000,"version":9},"flow_end_sys_up_time":104000,"flow_start_sys_up_time":101000,"octet_delta_count":82,"packet_delta_count":1,"protocol_identifier":0,"source_ipv4_address":"0.0.0.0","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":82,"community_id":"1:LFE/FJ5zfsQGP8HTeu6b6rxLS78=","direction":"unknown","iana_number":0,"packets":1,"transport":"unknown (0)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["0.0.0.0"]},"source":{"bytes":82,"ip":"0.0.0.0","locality":"internal","packets":1,"port":0}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 nprobe DPI L7","events":[{"Timestamp":"1970-01-01T00:08:22Z","Meta":null,"Fields":{"destination":{"ip":"0.0.0.0","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"oFN7CMNpOLQ","locality":"internal"},"netflow":{"application_id":"AAAAUg==","application_name":"\u0000\u0000\u0000\u0000\u0000\"\u0000\u0000\u0000\u0000\u0004","destination_ipv4_address":"0.0.0.0","destination_transport_port":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"1970-01-01T00:08:22Z","uptime_millis":91000,"version":9},"flow_end_sys_up_time":104000,"flow_start_sys_up_time":101000,"octet_delta_count":82,"packet_delta_count":1,"protocol_identifier":0,"source_ipv4_address":"0.0.0.0","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":82,"community_id":"1:LFE/FJ5zfsQGP8HTeu6b6rxLS78=","direction":"unknown","iana_number":0,"packets":1,"transport":"unknown (0)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["0.0.0.0"]},"source":{"bytes":82,"ip":"0.0.0.0","locality":"internal","packets":1,"port":0}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Streamcore
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:2143054578
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 712
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8320} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8321} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8322} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8323} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8324} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8325} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8326} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8327} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8328} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8320} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8321} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8322} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8323} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8324} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8325} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8326} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8327} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8328} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8256} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8257} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8258} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8259} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 256 0x2a932000
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 257 0x2a932020
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 258 0x2a932040
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 259 0x2a932060
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 260 0x2a932080
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 261 0x2a9320c0
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 156
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:2142545188
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 712
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8320} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8321} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8322} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8323} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8324} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8325} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8326} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8327} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8328} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8320} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8321} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8322} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8323} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8324} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8325} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8326} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8327} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8328} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8256} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8257} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8196} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8192} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8193} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8194} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8195} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8258} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8259} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8384} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8385} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8386} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8387} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8388} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8389} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8390} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8391} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8392} in template not found
        
    helper.go:24: [netflow-v9] Field {0 8393} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 256 0x2a9323c0
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 257 0x2a9323e0
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 258 0x2a932400
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 259 0x2a932420
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 260 0x2a932440
        
    helper.go:24: [netflow-v9] state 0x2a6897a0 addTemplate 261 0x2a932480
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 576
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Streamcore","events":[{"Timestamp":"2017-01-11T11:48:15Z","Meta":null,"Fields":{"destination":{"ip":"10.231.128.150","locality":"internal","port":50073},"event":{"action":"netflow_flow","category":["network"],"duration":6012000000,"end":"2017-01-11T11:47:28.879Z","kind":"event","start":"2017-01-11T11:47:22.867Z","type":["connection"]},"flow":{"id":"wdxUeEaOBho","locality":"external"},"netflow":{"destination_ipv4_address":"10.231.128.150","destination_transport_port":50073,"egress_interface":1148,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:48:15Z","uptime_millis":1721259615,"version":9},"flow_end_sys_up_time":1721213494,"flow_start_sys_up_time":1721207482,"ingress_interface":1152,"ip_class_of_service":40,"octet_delta_count":128,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"100.78.40.201","source_transport_port":8080,"tcp_control_bits":19,"type":"netflow_flow"},"network":{"bytes":128,"community_id":"1:7MtHGVqegLvVBZnjbdFbAv+jNIM=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.231.128.150","100.78.40.201"]},"source":{"bytes":128,"ip":"100.78.40.201","locality":"external","packets":3,"port":8080}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-01-11T11:48:15Z","Meta":null,"Fields":{"destination":{"ip":"100.78.40.201","locality":"external","port":8080},"event":{"action":"netflow_flow","category":["network"],"duration":6020000000,"end":"2017-01-11T11:47:28.886Z","kind":"event","start":"2017-01-11T11:47:22.866Z","type":["connection"]},"flow":{"id":"wdxUeEaOBho","locality":"external"},"netflow":{"destination_ipv4_address":"100.78.40.201","destination_transport_port":8080,"egress_interface":1152,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:48:15Z","uptime_millis":1721259615,"version":9},"flow_end_sys_up_time":1721213501,"flow_start_sys_up_time":1721207481,"ingress_interface":1148,"ip_class_of_service":40,"octet_delta_count":172,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"10.231.128.150","source_transport_port":50073,"tcp_control_bits":19,"type":"netflow_flow"},"network":{"bytes":172,"community_id":"1:7MtHGVqegLvVBZnjbdFbAv+jNIM=","direction":"unknown","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.231.128.150","100.78.40.201"]},"source":{"bytes":172,"ip":"10.231.128.150","locality":"internal","packets":4,"port":50073}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-01-11T11:23:51Z","Meta":null,"Fields":{"destination":{"ip":"10.27.8.20","locality":"internal","port":53483},"event":{"action":"netflow_flow","category":["network"],"duration":50997000000,"end":"2017-01-11T11:23:34.936Z","kind":"event","start":"2017-01-11T11:22:43.939Z","type":["connection"]},"flow":{"id":"6_Ia6lqx2cg","locality":"external"},"netflow":{"destination_ipv4_address":"10.27.8.20","destination_transport_port":53483,"egress_interface":1148,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:23:51Z","uptime_millis":1719795651,"version":9},"flow_end_sys_up_time":1719779587,"flow_start_sys_up_time":1719728590,"ingress_interface":1152,"ip_class_of_service":40,"octet_delta_count":3943,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"100.78.40.201","source_transport_port":8080,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":3943,"community_id":"1:sO2dc+7dqGsF7s8EIdc2tq1XlhQ=","direction":"unknown","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.27.8.20","100.78.40.201"]},"source":{"bytes":3943,"ip":"100.78.40.201","locality":"external","packets":10,"port":8080}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-01-11T11:23:51Z","Meta":null,"Fields":{"destination":{"ip":"100.78.40.201","locality":"external","port":8080},"event":{"action":"netflow_flow","category":["network"],"duration":51015000000,"end":"2017-01-11T11:23:34.954Z","kind":"event","start":"2017-01-11T11:22:43.939Z","type":["connection"]},"flow":{"id":"6_Ia6lqx2cg","locality":"external"},"netflow":{"destination_ipv4_address":"100.78.40.201","destination_transport_port":8080,"egress_interface":1152,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:23:51Z","uptime_millis":1719795651,"version":9},"flow_end_sys_up_time":1719779605,"flow_start_sys_up_time":1719728590,"ingress_interface":1148,"ip_class_of_service":40,"octet_delta_count":3052,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"10.27.8.20","source_transport_port":53483,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":3052,"community_id":"1:sO2dc+7dqGsF7s8EIdc2tq1XlhQ=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.27.8.20","100.78.40.201"]},"source":{"bytes":3052,"ip":"10.27.8.20","locality":"internal","packets":11,"port":53483}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Streamcore","events":[{"Timestamp":"2017-01-11T11:48:15Z","Meta":null,"Fields":{"destination":{"ip":"10.231.128.150","locality":"internal","port":50073},"event":{"action":"netflow_flow","category":["network"],"duration":6012000000,"end":"2017-01-11T11:47:28.879Z","kind":"event","start":"2017-01-11T11:47:22.867Z","type":["connection"]},"flow":{"id":"wdxUeEaOBho","locality":"external"},"netflow":{"destination_ipv4_address":"10.231.128.150","destination_transport_port":50073,"egress_interface":1148,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:48:15Z","uptime_millis":1721259615,"version":9},"flow_end_sys_up_time":1721213494,"flow_start_sys_up_time":1721207482,"ingress_interface":1152,"ip_class_of_service":40,"octet_delta_count":128,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"100.78.40.201","source_transport_port":8080,"tcp_control_bits":19,"type":"netflow_flow"},"network":{"bytes":128,"community_id":"1:7MtHGVqegLvVBZnjbdFbAv+jNIM=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.231.128.150","100.78.40.201"]},"source":{"bytes":128,"ip":"100.78.40.201","locality":"external","packets":3,"port":8080}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-01-11T11:48:15Z","Meta":null,"Fields":{"destination":{"ip":"100.78.40.201","locality":"external","port":8080},"event":{"action":"netflow_flow","category":["network"],"duration":6020000000,"end":"2017-01-11T11:47:28.886Z","kind":"event","start":"2017-01-11T11:47:22.866Z","type":["connection"]},"flow":{"id":"wdxUeEaOBho","locality":"external"},"netflow":{"destination_ipv4_address":"100.78.40.201","destination_transport_port":8080,"egress_interface":1152,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:48:15Z","uptime_millis":1721259615,"version":9},"flow_end_sys_up_time":1721213501,"flow_start_sys_up_time":1721207481,"ingress_interface":1148,"ip_class_of_service":40,"octet_delta_count":172,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"10.231.128.150","source_transport_port":50073,"tcp_control_bits":19,"type":"netflow_flow"},"network":{"bytes":172,"community_id":"1:7MtHGVqegLvVBZnjbdFbAv+jNIM=","direction":"unknown","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.231.128.150","100.78.40.201"]},"source":{"bytes":172,"ip":"10.231.128.150","locality":"internal","packets":4,"port":50073}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-01-11T11:23:51Z","Meta":null,"Fields":{"destination":{"ip":"10.27.8.20","locality":"internal","port":53483},"event":{"action":"netflow_flow","category":["network"],"duration":50997000000,"end":"2017-01-11T11:23:34.936Z","kind":"event","start":"2017-01-11T11:22:43.939Z","type":["connection"]},"flow":{"id":"6_Ia6lqx2cg","locality":"external"},"netflow":{"destination_ipv4_address":"10.27.8.20","destination_transport_port":53483,"egress_interface":1148,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:23:51Z","uptime_millis":1719795651,"version":9},"flow_end_sys_up_time":1719779587,"flow_start_sys_up_time":1719728590,"ingress_interface":1152,"ip_class_of_service":40,"octet_delta_count":3943,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"100.78.40.201","source_transport_port":8080,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":3943,"community_id":"1:sO2dc+7dqGsF7s8EIdc2tq1XlhQ=","direction":"unknown","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.27.8.20","100.78.40.201"]},"source":{"bytes":3943,"ip":"100.78.40.201","locality":"external","packets":10,"port":8080}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-01-11T11:23:51Z","Meta":null,"Fields":{"destination":{"ip":"100.78.40.201","locality":"external","port":8080},"event":{"action":"netflow_flow","category":["network"],"duration":51015000000,"end":"2017-01-11T11:23:34.954Z","kind":"event","start":"2017-01-11T11:22:43.939Z","type":["connection"]},"flow":{"id":"6_Ia6lqx2cg","locality":"external"},"netflow":{"destination_ipv4_address":"100.78.40.201","destination_transport_port":8080,"egress_interface":1152,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-01-11T11:23:51Z","uptime_millis":1719795651,"version":9},"flow_end_sys_up_time":1719779605,"flow_start_sys_up_time":1719728590,"ingress_interface":1148,"ip_class_of_service":40,"octet_delta_count":3052,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"10.27.8.20","source_transport_port":53483,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":3052,"community_id":"1:sO2dc+7dqGsF7s8EIdc2tq1XlhQ=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.27.8.20","100.78.40.201"]},"source":{"bytes":3052,"ip":"10.27.8.20","locality":"internal","packets":11,"port":53483}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_template_with_0_length_fields
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:100728833
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 176
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a6899e0 addTemplate 256 0x2aa96240
        
    helper.go:24: [netflow-v9] state 0x2a6899e0 addTemplate 257 0x2aa96260
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 460
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 template with 0 length fields","events":[{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.80","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:48.299Z","kind":"event","start":"2016-12-23T01:34:48.299Z","type":["connection"]},"flow":{"id":"BSsjrf_TZnk","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.80","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4132540,"flow_start_sys_up_time":4132540,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ULB1r6mICiBbVy83sLPpCdI1WpE=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.80","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:48.299Z","kind":"event","start":"2016-12-23T01:34:48.299Z","type":["connection"]},"flow":{"id":"R1Sjz_ITbgo","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4132540,"flow_start_sys_up_time":4132540,"ingress_interface":2,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":32,"post_packet_delta_count":1,"protocol_identifier":2,"source_ipv4_address":"192.168.1.80","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ULB1r6mICiBbVy83sLPpCdI1WpE=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.80","239.255.255.250"]},"source":{"bytes":0,"ip":"192.168.1.80","locality":"internal","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.95","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"FpUgB2PIhjQ","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.95","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"inbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"qN8iQExOvkc","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":2,"octet_delta_count":32,"packet_delta_count":1,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"192.168.1.95","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":32,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"inbound","iana_number":2,"packets":1,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":32,"ip":"192.168.1.95","locality":"internal","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.95","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"FpUgB2PIhjQ","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.95","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"qN8iQExOvkc","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":2,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":32,"post_packet_delta_count":1,"protocol_identifier":2,"source_ipv4_address":"192.168.1.95","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":0,"ip":"192.168.1.95","locality":"internal","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.33","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"WuFpyBG1Gt0","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.33","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"inbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"1aysHUs7BpA","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":2,"octet_delta_count":32,"packet_delta_count":1,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"192.168.1.33","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":32,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"inbound","iana_number":2,"packets":1,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":32,"ip":"192.168.1.33","locality":"internal","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.33","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"WuFpyBG1Gt0","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.33","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"1aysHUs7BpA","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":2,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":32,"post_packet_delta_count":1,"protocol_identifier":2,"source_ipv4_address":"192.168.1.33","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":0,"ip":"192.168.1.33","locality":"internal","packets":0,"port":0}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 template with 0 length fields","events":[{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.80","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:48.299Z","kind":"event","start":"2016-12-23T01:34:48.299Z","type":["connection"]},"flow":{"id":"BSsjrf_TZnk","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.80","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4132540,"flow_start_sys_up_time":4132540,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ULB1r6mICiBbVy83sLPpCdI1WpE=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.80","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:48.299Z","kind":"event","start":"2016-12-23T01:34:48.299Z","type":["connection"]},"flow":{"id":"R1Sjz_ITbgo","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4132540,"flow_start_sys_up_time":4132540,"ingress_interface":2,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":32,"post_packet_delta_count":1,"protocol_identifier":2,"source_ipv4_address":"192.168.1.80","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ULB1r6mICiBbVy83sLPpCdI1WpE=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.80","239.255.255.250"]},"source":{"bytes":0,"ip":"192.168.1.80","locality":"internal","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.95","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"FpUgB2PIhjQ","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.95","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"inbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"qN8iQExOvkc","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":2,"octet_delta_count":32,"packet_delta_count":1,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"192.168.1.95","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":32,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"inbound","iana_number":2,"packets":1,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":32,"ip":"192.168.1.95","locality":"internal","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.95","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"FpUgB2PIhjQ","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.95","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.469Z","kind":"event","start":"2016-12-23T01:34:51.469Z","type":["connection"]},"flow":{"id":"qN8iQExOvkc","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135710,"flow_start_sys_up_time":4135710,"ingress_interface":2,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":32,"post_packet_delta_count":1,"protocol_identifier":2,"source_ipv4_address":"192.168.1.95","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/vWRin3SqfXQJiLYySDX59nv1RI=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.95","239.255.255.250"]},"source":{"bytes":0,"ip":"192.168.1.95","locality":"internal","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.33","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"WuFpyBG1Gt0","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.33","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"inbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"1aysHUs7BpA","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":0,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":2,"octet_delta_count":32,"packet_delta_count":1,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"192.168.1.33","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":32,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"inbound","iana_number":2,"packets":1,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":32,"ip":"192.168.1.33","locality":"internal","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.33","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"WuFpyBG1Gt0","locality":"external"},"netflow":{"destination_ipv4_address":"192.168.1.33","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":2,"engine_id":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":3,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":0,"post_packet_delta_count":0,"protocol_identifier":2,"source_ipv4_address":"239.255.255.250","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":0,"ip":"239.255.255.250","locality":"external","packets":0,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-23T01:35:31Z","Meta":null,"Fields":{"destination":{"ip":"239.255.255.250","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-12-23T01:34:51.569Z","kind":"event","start":"2016-12-23T01:34:51.569Z","type":["connection"]},"flow":{"id":"1aysHUs7BpA","locality":"external"},"netflow":{"destination_ipv4_address":"239.255.255.250","destination_ipv4_prefix_length":32,"destination_transport_port":0,"egress_interface":3,"engine_id":1,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-12-23T01:35:31Z","uptime_millis":4175241,"version":9},"flow_direction":1,"flow_end_sys_up_time":4135810,"flow_start_sys_up_time":4135810,"ingress_interface":2,"octet_delta_count":0,"packet_delta_count":0,"post_octet_delta_count":32,"post_packet_delta_count":1,"protocol_identifier":2,"source_ipv4_address":"192.168.1.33","source_ipv4_prefix_length":32,"source_transport_port":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:/AXSKRoRIJEcn9AsawscEIuzsn0=","direction":"outbound","iana_number":2,"packets":0,"transport":"unknown (2)"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.33","239.255.255.250"]},"source":{"bytes":0,"ip":"192.168.1.33","locality":"internal","packets":0,"port":0}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_ASR1001-X
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:512 seq:919553
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 64
        
    helper.go:24: [netflow-v9] state 0x2a688bd0 addTemplate 259 0x2a9fedc0
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 1376
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco ASR1001-X","events":[{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.100.13","locality":"internal","port":53218},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_qSyv-Xe8IM","locality":"internal"},"netflow":{"application_id":"DQAFHg==","destination_ipv4_address":"10.12.100.13","destination_transport_port":53218,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.731Z","flow_start_milliseconds":"2017-10-09T20:22:20.637Z","ingress_interface":4,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":965,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"10.111.111.242","source_transport_port":52444,"type":"netflow_flow"},"network":{"bytes":965,"community_id":"1:yBbu9yh2dR3uiqZZPVQfNvrs/bw=","direction":"outbound","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.111.111.242"]},"source":{"bytes":965,"ip":"10.111.111.242","locality":"internal","packets":7,"port":52444}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.85","locality":"internal","port":41746},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7s_4xBb69Y0","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.85","destination_transport_port":41746,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.638Z","flow_start_milliseconds":"2017-10-09T20:22:20.638Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":284,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.10.4.29","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":284,"community_id":"1:EOGOZKIOsiiliNNjOuZs6sS3z0U=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.4.29","10.100.105.85"]},"source":{"bytes":284,"ip":"10.10.4.29","locality":"internal","packets":1,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.111.111.242","locality":"internal","port":52444},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_qSyv-Xe8IM","locality":"internal"},"netflow":{"application_id":"DQAFHg==","destination_ipv4_address":"10.111.111.242","destination_transport_port":52444,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.723Z","flow_start_milliseconds":"2017-10-09T20:22:20.639Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":670,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"10.12.100.13","source_transport_port":53218,"type":"netflow_flow"},"network":{"bytes":670,"community_id":"1:yBbu9yh2dR3uiqZZPVQfNvrs/bw=","direction":"inbound","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.111.111.242"]},"source":{"bytes":670,"ip":"10.12.100.13","locality":"internal","packets":6,"port":53218}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.11.21","locality":"internal","port":61440},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"jk1T8-P2OHM","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.10.11.21","destination_transport_port":61440,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.688Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":16,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.104.239","source_transport_port":1720,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:6b7hzb2lupBVrTTBOYzbyljYCzw=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.104.239"]},"source":{"bytes":80,"ip":"10.12.104.239","locality":"internal","packets":2,"port":1720}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.104.239","locality":"internal","port":1720},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"jk1T8-P2OHM","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.12.104.239","destination_transport_port":1720,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.686Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":4,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.10.11.21","source_transport_port":61440,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:6b7hzb2lupBVrTTBOYzbyljYCzw=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.104.239"]},"source":{"bytes":80,"ip":"10.10.11.21","locality":"internal","packets":2,"port":61440}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.15.131.98","locality":"internal","port":64400},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"6AEj_wlzQm4","locality":"internal"},"netflow":{"application_id":"AwAANQ==","destination_ipv4_address":"10.15.131.98","destination_transport_port":64400,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.64Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":4,"ip_class_of_service":72,"ip_next_hop_ipv4_address":"10.10.5.62","octet_delta_count":101,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.100.101.45","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":101,"community_id":"1:0nd0je2ss73gC5Cl39GkfxSV1iw=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.15.131.98","10.100.101.45"]},"source":{"bytes":101,"ip":"10.100.101.45","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.105.23","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MtCuD-nvBTY","locality":"internal"},"netflow":{"application_id":"AwAHFA==","destination_ipv4_address":"10.12.105.23","destination_transport_port":0,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.708Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":4,"ip_class_of_service":72,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":1134,"packet_delta_count":14,"protocol_identifier":17,"source_ipv4_address":"10.100.101.43","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":1134,"community_id":"1:5j05uMjmLSTBrzv+/f4RzVjsXoM=","direction":"outbound","iana_number":17,"packets":14,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.105.23","10.100.101.43"]},"source":{"bytes":1134,"ip":"10.100.101.43","locality":"internal","packets":14,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.11.31.108","locality":"internal","port":51708},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8zAXung0YbA","locality":"external"},"netflow":{"application_id":"DQACBg==","destination_ipv4_address":"10.11.31.108","destination_transport_port":51708,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.656Z","flow_start_milliseconds":"2017-10-09T20:22:20.641Z","ingress_interface":4,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.30","octet_delta_count":237,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"31.13.71.7","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":237,"community_id":"1:7lNSpJLSiDjzVjBtiTBatlKGNaQ=","direction":"outbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.31.108","31.13.71.7"]},"source":{"bytes":237,"ip":"31.13.71.7","locality":"external","packets":4,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.86","locality":"internal","port":58842},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"5LxKkXX5FfM","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.86","destination_transport_port":58842,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.642Z","flow_start_milliseconds":"2017-10-09T20:22:20.642Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":91,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.11.21.60","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":91,"community_id":"1:MHSDRtvJ2AI894PO4TVb4PrW/yc=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":91,"ip":"10.11.21.60","locality":"internal","packets":1,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"172.217.11.5","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MnDMft-qZjs","locality":"external"},"netflow":{"application_id":"DQABzg==","destination_ipv4_address":"172.217.11.5","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.642Z","flow_start_milliseconds":"2017-10-09T20:22:20.642Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":41,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.12.92.102","source_transport_port":50766,"type":"netflow_flow"},"network":{"bytes":41,"community_id":"1:uDd6b2aQtfD8+wElJrQKdgWAP34=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.92.102","172.217.11.5"]},"source":{"bytes":41,"ip":"10.12.92.102","locality":"internal","packets":1,"port":50766}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.11.21.60","locality":"internal","port":161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ddy-Ii-ZDDI","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.11.21.60","destination_transport_port":161,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.643Z","flow_start_milliseconds":"2017-10-09T20:22:20.643Z","ingress_interface":4,"ip_class_of_service":96,"ip_next_hop_ipv4_address":"10.10.5.29","octet_delta_count":111,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.100.105.86","source_transport_port":58843,"type":"netflow_flow"},"network":{"bytes":111,"community_id":"1:57eQyWSxMRU5bytTSoOoGX5Jnjk=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":111,"ip":"10.100.105.86","locality":"internal","packets":1,"port":58843}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.85","locality":"internal","port":41351},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Hiy-Ti0eVlY","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.85","destination_transport_port":41351,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.679Z","flow_start_milliseconds":"2017-10-09T20:22:20.644Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":1164,"packet_delta_count":4,"protocol_identifier":17,"source_ipv4_address":"10.10.4.234","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":1164,"community_id":"1:Ik5zyNApQAmWob0G79V+hMi5+Pg=","direction":"inbound","iana_number":17,"packets":4,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.4.234","10.100.105.85"]},"source":{"bytes":1164,"ip":"10.10.4.234","locality":"internal","packets":4,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.11.21","locality":"internal","port":61440},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7iMintjCsaw","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.10.11.21","destination_transport_port":61440,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.672Z","flow_start_milliseconds":"2017-10-09T20:22:20.644Z","ingress_interface":16,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.106.83","source_transport_port":1720,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:YHvXfhIeIZEgkebPSsnrYgUJJI0=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.106.83"]},"source":{"bytes":80,"ip":"10.12.106.83","locality":"internal","packets":2,"port":1720}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.92.102","locality":"internal","port":50766},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MnDMft-qZjs","locality":"external"},"netflow":{"application_id":"DQABzg==","destination_ipv4_address":"10.12.92.102","destination_transport_port":50766,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.644Z","flow_start_milliseconds":"2017-10-09T20:22:20.644Z","ingress_interface":4,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.162","octet_delta_count":52,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"172.217.11.5","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":52,"community_id":"1:uDd6b2aQtfD8+wElJrQKdgWAP34=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.92.102","172.217.11.5"]},"source":{"bytes":52,"ip":"172.217.11.5","locality":"external","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.106.83","locality":"internal","port":1720},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7iMintjCsaw","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.12.106.83","destination_transport_port":1720,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.669Z","flow_start_milliseconds":"2017-10-09T20:22:20.645Z","ingress_interface":4,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.10.11.21","source_transport_port":61440,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:YHvXfhIeIZEgkebPSsnrYgUJJI0=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.106.83"]},"source":{"bytes":80,"ip":"10.10.11.21","locality":"internal","packets":2,"port":61440}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"74.201.129.29","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"hphBugBrKPY","locality":"external"},"netflow":{"application_id":"DQABxQ==","destination_ipv4_address":"74.201.129.29","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.783Z","flow_start_milliseconds":"2017-10-09T20:22:20.646Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":3088,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"10.12.81.86","source_transport_port":58657,"type":"netflow_flow"},"network":{"bytes":3088,"community_id":"1:Lq6KbJ/pg4WbByH0CvgQv8BHdtA=","direction":"inbound","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.81.86","74.201.129.29"]},"source":{"bytes":3088,"ip":"10.12.81.86","locality":"internal","packets":10,"port":58657}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.100.13","locality":"internal","port":389},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gJ7Z20zGGk8","locality":"internal"},"netflow":{"application_id":"DQAB2Q==","destination_ipv4_address":"10.12.100.13","destination_transport_port":389,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.786Z","flow_start_milliseconds":"2017-10-09T20:22:20.647Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":5306,"packet_delta_count":24,"protocol_identifier":6,"source_ipv4_address":"10.14.121.98","source_transport_port":50174,"type":"netflow_flow"},"network":{"bytes":5306,"community_id":"1:/l55n91lgbmQbHIED/mfpk0OQk4=","direction":"inbound","iana_number":6,"packets":24,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.14.121.98"]},"source":{"bytes":5306,"ip":"10.14.121.98","locality":"internal","packets":24,"port":50174}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.86","locality":"internal","port":58843},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ddy-Ii-ZDDI","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.86","destination_transport_port":58843,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.649Z","flow_start_milliseconds":"2017-10-09T20:22:20.649Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":116,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.11.21.60","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":116,"community_id":"1:57eQyWSxMRU5bytTSoOoGX5Jnjk=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":116,"ip":"10.11.21.60","locality":"internal","packets":1,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.14.121.98","locality":"internal","port":50174},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gJ7Z20zGGk8","locality":"internal"},"netflow":{"application_id":"DQAB2Q==","destination_ipv4_address":"10.14.121.98","destination_transport_port":50174,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.788Z","flow_start_milliseconds":"2017-10-09T20:22:20.649Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.25","octet_delta_count":22764,"packet_delta_count":30,"protocol_identifier":6,"source_ipv4_address":"10.12.100.13","source_transport_port":389,"type":"netflow_flow"},"network":{"bytes":22764,"community_id":"1:/l55n91lgbmQbHIED/mfpk0OQk4=","direction":"inbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.14.121.98"]},"source":{"bytes":22764,"ip":"10.12.100.13","locality":"internal","packets":30,"port":389}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.11.21","locality":"internal","port":61443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZaFrMI9jg0","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.10.11.21","destination_transport_port":61443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.712Z","flow_start_milliseconds":"2017-10-09T20:22:20.65Z","ingress_interface":16,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.102.125","source_transport_port":1720,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:TswEOa5Y4y+EsDzrSTiDVjn6ljE=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.102.125"]},"source":{"bytes":80,"ip":"10.12.102.125","locality":"internal","packets":2,"port":1720}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.11.21.60","locality":"internal","port":161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"f6pXcQQIzpU","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.11.21.60","destination_transport_port":161,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.65Z","flow_start_milliseconds":"2017-10-09T20:22:20.65Z","ingress_interface":4,"ip_class_of_service":96,"ip_next_hop_ipv4_address":"10.10.5.29","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.100.105.86","source_transport_port":58844,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:6XcNqndTmSsA2vpub5no5PP6x94=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":75,"ip":"10.100.105.86","locality":"internal","packets":1,"port":58844}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.102.125","locality":"internal","port":1720},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZaFrMI9jg0","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.12.102.125","destination_transport_port":1720,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.71Z","flow_start_milliseconds":"2017-10-09T20:22:20.65Z","ingress_interface":4,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.10.11.21","source_transport_port":61443,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:TswEOa5Y4y+EsDzrSTiDVjn6ljE=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.102.125"]},"source":{"bytes":80,"ip":"10.10.11.21","locality":"internal","packets":2,"port":61443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.4.151","locality":"internal","port":161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gQGJtHjUcB8","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.10.4.151","destination_transport_port":161,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.662Z","flow_start_milliseconds":"2017-10-09T20:22:20.651Z","ingress_interface":4,"ip_class_of_service":96,"ip_next_hop_ipv4_address":"10.10.5.150","octet_delta_count":160,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"10.100.105.85","source_transport_port":37265,"type":"netflow_flow"},"network":{"bytes":160,"community_id":"1:JCgVF03O/JPuZMdchkd7MsulFlg=","direction":"outbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.4.151","10.100.105.85"]},"source":{"bytes":160,"ip":"10.100.105.85","locality":"internal","packets":2,"port":37265}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"17.253.24.253","locality":"external","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"UHiF_w4I6zM","locality":"external"},"netflow":{"application_id":"AwAAew==","destination_ipv4_address":"17.253.24.253","destination_transport_port":123,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.651Z","flow_start_milliseconds":"2017-10-09T20:22:20.651Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.14.25.80","source_transport_port":62427,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:nx2pvp49/72hmhlz+yyp8IVaZtQ=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.14.25.80","17.253.24.253"]},"source":{"bytes":76,"ip":"10.14.25.80","locality":"internal","packets":1,"port":62427}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.101.43","locality":"internal","port":49156},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"czsFrOKrayM","locality":"internal"},"netflow":{"application_id":"DQAB2Q==","destination_ipv4_address":"10.100.101.43","destination_transport_port":49156,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.692Z","flow_start_milliseconds":"2017-10-09T20:22:20.652Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":1340,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.150.13","source_transport_port":61792,"type":"netflow_flow"},"network":{"bytes":1340,"community_id":"1:zuc1AIKuUwVTrtFB2fYRrhsv2Ww=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.150.13","10.100.101.43"]},"source":{"bytes":1340,"ip":"10.12.150.13","locality":"internal","packets":2,"port":61792}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco ASR1001-X","events":[{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.100.13","locality":"internal","port":53218},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_qSyv-Xe8IM","locality":"internal"},"netflow":{"application_id":"DQAFHg==","destination_ipv4_address":"10.12.100.13","destination_transport_port":53218,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.731Z","flow_start_milliseconds":"2017-10-09T20:22:20.637Z","ingress_interface":4,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":965,"packet_delta_count":7,"protocol_identifier":6,"source_ipv4_address":"10.111.111.242","source_transport_port":52444,"type":"netflow_flow"},"network":{"bytes":965,"community_id":"1:yBbu9yh2dR3uiqZZPVQfNvrs/bw=","direction":"outbound","iana_number":6,"packets":7,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.111.111.242"]},"source":{"bytes":965,"ip":"10.111.111.242","locality":"internal","packets":7,"port":52444}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.85","locality":"internal","port":41746},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7s_4xBb69Y0","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.85","destination_transport_port":41746,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.638Z","flow_start_milliseconds":"2017-10-09T20:22:20.638Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":284,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.10.4.29","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":284,"community_id":"1:EOGOZKIOsiiliNNjOuZs6sS3z0U=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.4.29","10.100.105.85"]},"source":{"bytes":284,"ip":"10.10.4.29","locality":"internal","packets":1,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.111.111.242","locality":"internal","port":52444},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_qSyv-Xe8IM","locality":"internal"},"netflow":{"application_id":"DQAFHg==","destination_ipv4_address":"10.111.111.242","destination_transport_port":52444,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.723Z","flow_start_milliseconds":"2017-10-09T20:22:20.639Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":670,"packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"10.12.100.13","source_transport_port":53218,"type":"netflow_flow"},"network":{"bytes":670,"community_id":"1:yBbu9yh2dR3uiqZZPVQfNvrs/bw=","direction":"inbound","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.111.111.242"]},"source":{"bytes":670,"ip":"10.12.100.13","locality":"internal","packets":6,"port":53218}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.11.21","locality":"internal","port":61440},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"jk1T8-P2OHM","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.10.11.21","destination_transport_port":61440,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.688Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":16,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.104.239","source_transport_port":1720,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:6b7hzb2lupBVrTTBOYzbyljYCzw=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.104.239"]},"source":{"bytes":80,"ip":"10.12.104.239","locality":"internal","packets":2,"port":1720}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.104.239","locality":"internal","port":1720},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"jk1T8-P2OHM","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.12.104.239","destination_transport_port":1720,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.686Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":4,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.10.11.21","source_transport_port":61440,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:6b7hzb2lupBVrTTBOYzbyljYCzw=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.104.239"]},"source":{"bytes":80,"ip":"10.10.11.21","locality":"internal","packets":2,"port":61440}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.15.131.98","locality":"internal","port":64400},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"6AEj_wlzQm4","locality":"internal"},"netflow":{"application_id":"AwAANQ==","destination_ipv4_address":"10.15.131.98","destination_transport_port":64400,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.64Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":4,"ip_class_of_service":72,"ip_next_hop_ipv4_address":"10.10.5.62","octet_delta_count":101,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.100.101.45","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":101,"community_id":"1:0nd0je2ss73gC5Cl39GkfxSV1iw=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.15.131.98","10.100.101.45"]},"source":{"bytes":101,"ip":"10.100.101.45","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.105.23","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MtCuD-nvBTY","locality":"internal"},"netflow":{"application_id":"AwAHFA==","destination_ipv4_address":"10.12.105.23","destination_transport_port":0,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.708Z","flow_start_milliseconds":"2017-10-09T20:22:20.64Z","ingress_interface":4,"ip_class_of_service":72,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":1134,"packet_delta_count":14,"protocol_identifier":17,"source_ipv4_address":"10.100.101.43","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":1134,"community_id":"1:5j05uMjmLSTBrzv+/f4RzVjsXoM=","direction":"outbound","iana_number":17,"packets":14,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.105.23","10.100.101.43"]},"source":{"bytes":1134,"ip":"10.100.101.43","locality":"internal","packets":14,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.11.31.108","locality":"internal","port":51708},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8zAXung0YbA","locality":"external"},"netflow":{"application_id":"DQACBg==","destination_ipv4_address":"10.11.31.108","destination_transport_port":51708,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.656Z","flow_start_milliseconds":"2017-10-09T20:22:20.641Z","ingress_interface":4,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.30","octet_delta_count":237,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"31.13.71.7","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":237,"community_id":"1:7lNSpJLSiDjzVjBtiTBatlKGNaQ=","direction":"outbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.31.108","31.13.71.7"]},"source":{"bytes":237,"ip":"31.13.71.7","locality":"external","packets":4,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.86","locality":"internal","port":58842},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"5LxKkXX5FfM","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.86","destination_transport_port":58842,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.642Z","flow_start_milliseconds":"2017-10-09T20:22:20.642Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":91,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.11.21.60","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":91,"community_id":"1:MHSDRtvJ2AI894PO4TVb4PrW/yc=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":91,"ip":"10.11.21.60","locality":"internal","packets":1,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"172.217.11.5","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MnDMft-qZjs","locality":"external"},"netflow":{"application_id":"DQABzg==","destination_ipv4_address":"172.217.11.5","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.642Z","flow_start_milliseconds":"2017-10-09T20:22:20.642Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":41,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"10.12.92.102","source_transport_port":50766,"type":"netflow_flow"},"network":{"bytes":41,"community_id":"1:uDd6b2aQtfD8+wElJrQKdgWAP34=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.92.102","172.217.11.5"]},"source":{"bytes":41,"ip":"10.12.92.102","locality":"internal","packets":1,"port":50766}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.11.21.60","locality":"internal","port":161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ddy-Ii-ZDDI","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.11.21.60","destination_transport_port":161,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.643Z","flow_start_milliseconds":"2017-10-09T20:22:20.643Z","ingress_interface":4,"ip_class_of_service":96,"ip_next_hop_ipv4_address":"10.10.5.29","octet_delta_count":111,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.100.105.86","source_transport_port":58843,"type":"netflow_flow"},"network":{"bytes":111,"community_id":"1:57eQyWSxMRU5bytTSoOoGX5Jnjk=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":111,"ip":"10.100.105.86","locality":"internal","packets":1,"port":58843}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.85","locality":"internal","port":41351},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Hiy-Ti0eVlY","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.85","destination_transport_port":41351,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.679Z","flow_start_milliseconds":"2017-10-09T20:22:20.644Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":1164,"packet_delta_count":4,"protocol_identifier":17,"source_ipv4_address":"10.10.4.234","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":1164,"community_id":"1:Ik5zyNApQAmWob0G79V+hMi5+Pg=","direction":"inbound","iana_number":17,"packets":4,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.4.234","10.100.105.85"]},"source":{"bytes":1164,"ip":"10.10.4.234","locality":"internal","packets":4,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.11.21","locality":"internal","port":61440},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7iMintjCsaw","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.10.11.21","destination_transport_port":61440,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.672Z","flow_start_milliseconds":"2017-10-09T20:22:20.644Z","ingress_interface":16,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.106.83","source_transport_port":1720,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:YHvXfhIeIZEgkebPSsnrYgUJJI0=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.106.83"]},"source":{"bytes":80,"ip":"10.12.106.83","locality":"internal","packets":2,"port":1720}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.92.102","locality":"internal","port":50766},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MnDMft-qZjs","locality":"external"},"netflow":{"application_id":"DQABzg==","destination_ipv4_address":"10.12.92.102","destination_transport_port":50766,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.644Z","flow_start_milliseconds":"2017-10-09T20:22:20.644Z","ingress_interface":4,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.162","octet_delta_count":52,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"172.217.11.5","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":52,"community_id":"1:uDd6b2aQtfD8+wElJrQKdgWAP34=","direction":"outbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.92.102","172.217.11.5"]},"source":{"bytes":52,"ip":"172.217.11.5","locality":"external","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.106.83","locality":"internal","port":1720},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"7iMintjCsaw","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.12.106.83","destination_transport_port":1720,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.669Z","flow_start_milliseconds":"2017-10-09T20:22:20.645Z","ingress_interface":4,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.10.11.21","source_transport_port":61440,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:YHvXfhIeIZEgkebPSsnrYgUJJI0=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.106.83"]},"source":{"bytes":80,"ip":"10.10.11.21","locality":"internal","packets":2,"port":61440}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"74.201.129.29","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"hphBugBrKPY","locality":"external"},"netflow":{"application_id":"DQABxQ==","destination_ipv4_address":"74.201.129.29","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.783Z","flow_start_milliseconds":"2017-10-09T20:22:20.646Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":3088,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"10.12.81.86","source_transport_port":58657,"type":"netflow_flow"},"network":{"bytes":3088,"community_id":"1:Lq6KbJ/pg4WbByH0CvgQv8BHdtA=","direction":"inbound","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.81.86","74.201.129.29"]},"source":{"bytes":3088,"ip":"10.12.81.86","locality":"internal","packets":10,"port":58657}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.100.13","locality":"internal","port":389},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gJ7Z20zGGk8","locality":"internal"},"netflow":{"application_id":"DQAB2Q==","destination_ipv4_address":"10.12.100.13","destination_transport_port":389,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.786Z","flow_start_milliseconds":"2017-10-09T20:22:20.647Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":5306,"packet_delta_count":24,"protocol_identifier":6,"source_ipv4_address":"10.14.121.98","source_transport_port":50174,"type":"netflow_flow"},"network":{"bytes":5306,"community_id":"1:/l55n91lgbmQbHIED/mfpk0OQk4=","direction":"inbound","iana_number":6,"packets":24,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.14.121.98"]},"source":{"bytes":5306,"ip":"10.14.121.98","locality":"internal","packets":24,"port":50174}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.105.86","locality":"internal","port":58843},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ddy-Ii-ZDDI","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.100.105.86","destination_transport_port":58843,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.649Z","flow_start_milliseconds":"2017-10-09T20:22:20.649Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":116,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.11.21.60","source_transport_port":161,"type":"netflow_flow"},"network":{"bytes":116,"community_id":"1:57eQyWSxMRU5bytTSoOoGX5Jnjk=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":116,"ip":"10.11.21.60","locality":"internal","packets":1,"port":161}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.14.121.98","locality":"internal","port":50174},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gJ7Z20zGGk8","locality":"internal"},"netflow":{"application_id":"DQAB2Q==","destination_ipv4_address":"10.14.121.98","destination_transport_port":50174,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.788Z","flow_start_milliseconds":"2017-10-09T20:22:20.649Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.5.25","octet_delta_count":22764,"packet_delta_count":30,"protocol_identifier":6,"source_ipv4_address":"10.12.100.13","source_transport_port":389,"type":"netflow_flow"},"network":{"bytes":22764,"community_id":"1:/l55n91lgbmQbHIED/mfpk0OQk4=","direction":"inbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.100.13","10.14.121.98"]},"source":{"bytes":22764,"ip":"10.12.100.13","locality":"internal","packets":30,"port":389}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.11.21","locality":"internal","port":61443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZaFrMI9jg0","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.10.11.21","destination_transport_port":61443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.712Z","flow_start_milliseconds":"2017-10-09T20:22:20.65Z","ingress_interface":16,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.102.125","source_transport_port":1720,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:TswEOa5Y4y+EsDzrSTiDVjn6ljE=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.102.125"]},"source":{"bytes":80,"ip":"10.12.102.125","locality":"internal","packets":2,"port":1720}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.11.21.60","locality":"internal","port":161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"f6pXcQQIzpU","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.11.21.60","destination_transport_port":161,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.65Z","flow_start_milliseconds":"2017-10-09T20:22:20.65Z","ingress_interface":4,"ip_class_of_service":96,"ip_next_hop_ipv4_address":"10.10.5.29","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.100.105.86","source_transport_port":58844,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:6XcNqndTmSsA2vpub5no5PP6x94=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.11.21.60","10.100.105.86"]},"source":{"bytes":75,"ip":"10.100.105.86","locality":"internal","packets":1,"port":58844}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.12.102.125","locality":"internal","port":1720},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LZaFrMI9jg0","locality":"internal"},"netflow":{"application_id":"DQAAQA==","destination_ipv4_address":"10.12.102.125","destination_transport_port":1720,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.71Z","flow_start_milliseconds":"2017-10-09T20:22:20.65Z","ingress_interface":4,"ip_class_of_service":184,"ip_next_hop_ipv4_address":"10.10.5.100","octet_delta_count":80,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.10.11.21","source_transport_port":61443,"type":"netflow_flow"},"network":{"bytes":80,"community_id":"1:TswEOa5Y4y+EsDzrSTiDVjn6ljE=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.11.21","10.12.102.125"]},"source":{"bytes":80,"ip":"10.10.11.21","locality":"internal","packets":2,"port":61443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.10.4.151","locality":"internal","port":161},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gQGJtHjUcB8","locality":"internal"},"netflow":{"application_id":"AwAAoQ==","destination_ipv4_address":"10.10.4.151","destination_transport_port":161,"egress_interface":16,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":1,"flow_end_milliseconds":"2017-10-09T20:22:20.662Z","flow_start_milliseconds":"2017-10-09T20:22:20.651Z","ingress_interface":4,"ip_class_of_service":96,"ip_next_hop_ipv4_address":"10.10.5.150","octet_delta_count":160,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"10.100.105.85","source_transport_port":37265,"type":"netflow_flow"},"network":{"bytes":160,"community_id":"1:JCgVF03O/JPuZMdchkd7MsulFlg=","direction":"outbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.4.151","10.100.105.85"]},"source":{"bytes":160,"ip":"10.100.105.85","locality":"internal","packets":2,"port":37265}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"17.253.24.253","locality":"external","port":123},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"UHiF_w4I6zM","locality":"external"},"netflow":{"application_id":"AwAAew==","destination_ipv4_address":"17.253.24.253","destination_transport_port":123,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.651Z","flow_start_milliseconds":"2017-10-09T20:22:20.651Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.14.25.80","source_transport_port":62427,"type":"netflow_flow"},"network":{"bytes":76,"community_id":"1:nx2pvp49/72hmhlz+yyp8IVaZtQ=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.14.25.80","17.253.24.253"]},"source":{"bytes":76,"ip":"10.14.25.80","locality":"internal","packets":1,"port":62427}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-09T20:22:35Z","Meta":null,"Fields":{"destination":{"ip":"10.100.101.43","locality":"internal","port":49156},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"czsFrOKrayM","locality":"internal"},"netflow":{"application_id":"DQAB2Q==","destination_ipv4_address":"10.100.101.43","destination_transport_port":49156,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":512,"timestamp":"2017-10-09T20:22:35Z","uptime_millis":2628072005,"version":9},"flow_direction":0,"flow_end_milliseconds":"2017-10-09T20:22:20.692Z","flow_start_milliseconds":"2017-10-09T20:22:20.652Z","ingress_interface":16,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.10.3.114","octet_delta_count":1340,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"10.12.150.13","source_transport_port":61792,"type":"netflow_flow"},"network":{"bytes":1340,"community_id":"1:zuc1AIKuUwVTrtFB2fYRrhsv2Ww=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.12.150.13","10.100.101.43"]},"source":{"bytes":1340,"ip":"10.12.150.13","locality":"internal","packets":2,"port":61792}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Palo_Alto_PAN-OS_with_app-id
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:207392621
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 72
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 256 0x2a59dd40
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 88
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 260 0x2a59dd60
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 72
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 258 0x2a59dd80
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 88
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 262 0x2a59dda0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 257 0x2a59ddc0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 100
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 261 0x2a59dde0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 259 0x2a59de00
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 100
        
    helper.go:24: [netflow-v9] Field {0 56701} in template not found
        
    helper.go:24: [netflow-v9] Field {0 56702} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689710 addTemplate 263 0x2a59de20
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:207392627
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    helper.go:24: [netflow-v9] FlowSet ID 257 length 155
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Palo Alto PAN-OS with app-id","events":[{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.32.91.205","locality":"internal","port":49519},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"0HZ2F4aNlps","locality":"external"},"netflow":{"destination_ipv4_address":"10.32.91.205","destination_transport_port":49519,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":421604,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"23.35.171.27","source_transport_port":80,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:11Kt5B6QyX5pDO/SLJ43Bphmq88=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.32.91.205","23.35.171.27"]},"source":{"bytes":70,"ip":"23.35.171.27","locality":"external","packets":1,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"162.115.24.30","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":339000000000,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:33:52Z","type":["connection"]},"flow":{"id":"GTu1zsDt3yw","locality":"external"},"netflow":{"destination_ipv4_address":"162.115.24.30","destination_transport_port":443,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":5,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":415347,"flow_start_sys_up_time":1802899112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":111,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.32.105.103","source_transport_port":39702,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":111,"community_id":"1:5QI8VSitrcJRweFVICeaszFbRls=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.32.105.103","162.115.24.30"]},"source":{"bytes":111,"ip":"10.32.105.103","locality":"internal","packets":1,"port":39702}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"34.202.173.126","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"nUCuFEB8z_c","locality":"external"},"netflow":{"destination_ipv4_address":"34.202.173.126","destination_transport_port":443,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34878752,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.32.144.145","source_transport_port":52069,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:vBBJ4SjT7kXd3iaexKMtabgqSCs=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.32.144.145","34.202.173.126"]},"source":{"bytes":70,"ip":"10.32.144.145","locality":"internal","packets":1,"port":52069}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.130.145.44","locality":"internal","port":49449},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"inYZm0Y9EVM","locality":"external"},"netflow":{"destination_ipv4_address":"10.130.145.44","destination_transport_port":49449,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34578179,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"23.209.52.99","source_transport_port":443,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:wTMnIMoRsRJzOmrl2DNxoGTllNw=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.130.145.44","23.209.52.99"]},"source":{"bytes":70,"ip":"23.209.52.99","locality":"external","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.50.96.20","locality":"internal","port":5432},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"6vds_sLxXqE","locality":"internal"},"netflow":{"destination_ipv4_address":"10.50.96.20","destination_transport_port":5432,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34078638,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":78,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.50.97.57","source_transport_port":55481,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":78,"community_id":"1:Jz7Lbm9U8/7FsldE07RUIDaIwMg=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.50.96.20","10.50.97.57"]},"source":{"bytes":78,"ip":"10.50.97.57","locality":"internal","packets":1,"port":55481}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.50.97.57","locality":"internal","port":55481},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"6vds_sLxXqE","locality":"internal"},"netflow":{"destination_ipv4_address":"10.50.97.57","destination_transport_port":55481,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34078638,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":78,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.50.96.20","source_transport_port":5432,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":78,"community_id":"1:Jz7Lbm9U8/7FsldE07RUIDaIwMg=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.50.96.20","10.50.97.57"]},"source":{"bytes":78,"ip":"10.50.96.20","locality":"internal","packets":1,"port":5432}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.48.208.209","locality":"internal","port":60068},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"v3XVGdLaIe4","locality":"external"},"netflow":{"destination_ipv4_address":"10.48.208.209","destination_transport_port":60068,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":280972,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"34.234.173.147","source_transport_port":443,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:rTQvVbrQGU0Tg6wM++r40r7jciY=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.48.208.209","34.234.173.147"]},"source":{"bytes":70,"ip":"34.234.173.147","locality":"external","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"65.52.108.254","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"aenMB9Z5Tzc","locality":"external"},"netflow":{"destination_ipv4_address":"65.52.108.254","destination_transport_port":443,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":35036619,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.130.167.43","source_transport_port":62196,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:IZHqRmHtHCL+iLqMZ6Ge76dclyk=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.130.167.43","65.52.108.254"]},"source":{"bytes":70,"ip":"10.130.167.43","locality":"internal","packets":1,"port":62196}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Palo Alto PAN-OS with app-id","events":[{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.32.91.205","locality":"internal","port":49519},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"0HZ2F4aNlps","locality":"external"},"netflow":{"destination_ipv4_address":"10.32.91.205","destination_transport_port":49519,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":421604,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"23.35.171.27","source_transport_port":80,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:11Kt5B6QyX5pDO/SLJ43Bphmq88=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.32.91.205","23.35.171.27"]},"source":{"bytes":70,"ip":"23.35.171.27","locality":"external","packets":1,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"162.115.24.30","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":339000000000,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:33:52Z","type":["connection"]},"flow":{"id":"GTu1zsDt3yw","locality":"external"},"netflow":{"destination_ipv4_address":"162.115.24.30","destination_transport_port":443,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":5,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":415347,"flow_start_sys_up_time":1802899112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":111,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.32.105.103","source_transport_port":39702,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":111,"community_id":"1:5QI8VSitrcJRweFVICeaszFbRls=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.32.105.103","162.115.24.30"]},"source":{"bytes":111,"ip":"10.32.105.103","locality":"internal","packets":1,"port":39702}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"34.202.173.126","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"nUCuFEB8z_c","locality":"external"},"netflow":{"destination_ipv4_address":"34.202.173.126","destination_transport_port":443,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34878752,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.32.144.145","source_transport_port":52069,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:vBBJ4SjT7kXd3iaexKMtabgqSCs=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.32.144.145","34.202.173.126"]},"source":{"bytes":70,"ip":"10.32.144.145","locality":"internal","packets":1,"port":52069}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.130.145.44","locality":"internal","port":49449},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"inYZm0Y9EVM","locality":"external"},"netflow":{"destination_ipv4_address":"10.130.145.44","destination_transport_port":49449,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34578179,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"23.209.52.99","source_transport_port":443,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:wTMnIMoRsRJzOmrl2DNxoGTllNw=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.130.145.44","23.209.52.99"]},"source":{"bytes":70,"ip":"23.209.52.99","locality":"external","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.50.96.20","locality":"internal","port":5432},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"6vds_sLxXqE","locality":"internal"},"netflow":{"destination_ipv4_address":"10.50.96.20","destination_transport_port":5432,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34078638,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":78,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.50.97.57","source_transport_port":55481,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":78,"community_id":"1:Jz7Lbm9U8/7FsldE07RUIDaIwMg=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.50.96.20","10.50.97.57"]},"source":{"bytes":78,"ip":"10.50.97.57","locality":"internal","packets":1,"port":55481}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.50.97.57","locality":"internal","port":55481},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"6vds_sLxXqE","locality":"internal"},"netflow":{"destination_ipv4_address":"10.50.97.57","destination_transport_port":55481,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":34078638,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":78,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.50.96.20","source_transport_port":5432,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":78,"community_id":"1:Jz7Lbm9U8/7FsldE07RUIDaIwMg=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.50.96.20","10.50.97.57"]},"source":{"bytes":78,"ip":"10.50.96.20","locality":"internal","packets":1,"port":5432}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"10.48.208.209","locality":"internal","port":60068},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"v3XVGdLaIe4","locality":"external"},"netflow":{"destination_ipv4_address":"10.48.208.209","destination_transport_port":60068,"egress_interface":24,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":280972,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":23,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"34.234.173.147","source_transport_port":443,"tcp_control_bits":18,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:rTQvVbrQGU0Tg6wM++r40r7jciY=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.48.208.209","34.234.173.147"]},"source":{"bytes":70,"ip":"34.234.173.147","locality":"external","packets":1,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-11-13T14:39:31Z","Meta":null,"Fields":{"destination":{"ip":"65.52.108.254","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-11-13T14:39:31Z","kind":"event","start":"2017-11-13T14:39:31Z","type":["connection"]},"flow":{"id":"aenMB9Z5Tzc","locality":"external"},"netflow":{"destination_ipv4_address":"65.52.108.254","destination_transport_port":443,"egress_interface":23,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2017-11-13T14:39:31Z","uptime_millis":1803238112,"version":9},"firewall_event":1,"flow_direction":0,"flow_end_sys_up_time":1803238112,"flow_id":35036619,"flow_start_sys_up_time":1803238112,"icmp_type_code_ipv4":0,"ingress_interface":24,"ip_class_of_service":0,"octet_delta_count":70,"packet_delta_count":1,"private_enterprise_number":25461,"protocol_identifier":6,"source_ipv4_address":"10.130.167.43","source_transport_port":62196,"tcp_control_bits":2,"type":"netflow_flow"},"network":{"bytes":70,"community_id":"1:IZHqRmHtHCL+iLqMZ6Ge76dclyk=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.130.167.43","65.52.108.254"]},"source":{"bytes":70,"ip":"10.130.167.43","locality":"internal","packets":1,"port":62196}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_Barracuda_extended_uniflow_template_256
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:506932
        
    helper.go:24: [ipfix] FlowSet ID 2 length 164
        
    helper.go:24: [ipfix] state 0x2a689a10 addTemplate 256 0x2a727e60
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:506930
        
    helper.go:24: [ipfix] FlowSet ID 256 length 280
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX Barracuda extended uniflow template 256","events":[{"Timestamp":"2018-04-18T08:16:47Z","Meta":null,"Fields":{"destination":{"ip":"64.235.151.76","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"kind":"event","type":["connection"]},"flow":{"id":"kSpZ1WuBhjc","locality":"external"},"netflow":{"audit_counter":4157725,"bind_ipv4_address":"213.208.150.99","bind_transport_port":64238,"conn_ipv4_address":"64.235.151.76","conn_transport_port":443,"destination_ipv4_address":"64.235.151.76","destination_transport_port":443,"egress_interface":3689,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-04-18T08:16:47Z","uptime_millis":0,"version":10},"firewall_event":1,"flow_duration_milliseconds":0,"flow_end_sys_up_time":1957197969,"flow_start_sys_up_time":1957197969,"fw_rule":"MTH:MTH-MC-to-Inet","ingress_interface":35233,"log_op":1,"octet_delta_count":0,"octet_total_count":0,"packet_delta_count":0,"packet_total_count":0,"protocol_identifier":6,"reason":0,"reason_text":"Normal Operation","service_name":"https","source_ipv4_address":"10.236.5.4","source_mac_address":"00-50-56-B9-26-46","source_transport_port":51917,"timestamp":1524039407,"traffic_type":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:3g7/10xslZq/7OW7ucdoDYgE3IY=","direction":"unknown","iana_number":6,"packets":0,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.5.4","64.235.151.76"]},"source":{"bytes":0,"ip":"10.236.5.4","locality":"internal","mac":"00-50-56-B9-26-46","packets":0,"port":51917}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-18T08:16:47Z","Meta":null,"Fields":{"destination":{"ip":"10.236.5.4","locality":"internal","port":51917},"event":{"action":"netflow_flow","category":["network"],"duration":0,"kind":"event","type":["connection"]},"flow":{"id":"kSpZ1WuBhjc","locality":"external"},"netflow":{"audit_counter":4157725,"bind_ipv4_address":"213.208.150.99","bind_transport_port":64238,"conn_ipv4_address":"64.235.151.76","conn_transport_port":443,"destination_ipv4_address":"10.236.5.4","destination_transport_port":51917,"egress_interface":35233,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-04-18T08:16:47Z","uptime_millis":0,"version":10},"firewall_event":1,"flow_duration_milliseconds":0,"flow_end_sys_up_time":1957197969,"flow_start_sys_up_time":1957197969,"fw_rule":"MTH:MTH-MC-to-Inet","ingress_interface":3689,"log_op":1,"octet_delta_count":0,"octet_total_count":0,"packet_delta_count":0,"packet_total_count":0,"protocol_identifier":6,"reason":0,"reason_text":"Normal Operation","service_name":"https","source_ipv4_address":"64.235.151.76","source_mac_address":"00-00-00-00-00-00","source_transport_port":443,"timestamp":1524039407,"traffic_type":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:3g7/10xslZq/7OW7ucdoDYgE3IY=","direction":"unknown","iana_number":6,"packets":0,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.5.4","64.235.151.76"]},"source":{"bytes":0,"ip":"64.235.151.76","locality":"external","mac":"00-00-00-00-00-00","packets":0,"port":443}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX Barracuda extended uniflow template 256","events":[{"Timestamp":"2018-04-18T08:16:47Z","Meta":null,"Fields":{"destination":{"ip":"64.235.151.76","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":0,"kind":"event","type":["connection"]},"flow":{"id":"kSpZ1WuBhjc","locality":"external"},"netflow":{"audit_counter":4157725,"bind_ipv4_address":"213.208.150.99","bind_transport_port":64238,"conn_ipv4_address":"64.235.151.76","conn_transport_port":443,"destination_ipv4_address":"64.235.151.76","destination_transport_port":443,"egress_interface":3689,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-04-18T08:16:47Z","uptime_millis":0,"version":10},"firewall_event":1,"flow_duration_milliseconds":0,"flow_end_sys_up_time":1957197969,"flow_start_sys_up_time":1957197969,"fw_rule":"MTH:MTH-MC-to-Inet","ingress_interface":35233,"log_op":1,"octet_delta_count":0,"octet_total_count":0,"packet_delta_count":0,"packet_total_count":0,"protocol_identifier":6,"reason":0,"reason_text":"Normal Operation","service_name":"https","source_ipv4_address":"10.236.5.4","source_mac_address":"00-50-56-B9-26-46","source_transport_port":51917,"timestamp":1524039407,"traffic_type":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:3g7/10xslZq/7OW7ucdoDYgE3IY=","direction":"unknown","iana_number":6,"packets":0,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.5.4","64.235.151.76"]},"source":{"bytes":0,"ip":"10.236.5.4","locality":"internal","mac":"00-50-56-B9-26-46","packets":0,"port":51917}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-18T08:16:47Z","Meta":null,"Fields":{"destination":{"ip":"10.236.5.4","locality":"internal","port":51917},"event":{"action":"netflow_flow","category":["network"],"duration":0,"kind":"event","type":["connection"]},"flow":{"id":"kSpZ1WuBhjc","locality":"external"},"netflow":{"audit_counter":4157725,"bind_ipv4_address":"213.208.150.99","bind_transport_port":64238,"conn_ipv4_address":"64.235.151.76","conn_transport_port":443,"destination_ipv4_address":"10.236.5.4","destination_transport_port":51917,"egress_interface":35233,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-04-18T08:16:47Z","uptime_millis":0,"version":10},"firewall_event":1,"flow_duration_milliseconds":0,"flow_end_sys_up_time":1957197969,"flow_start_sys_up_time":1957197969,"fw_rule":"MTH:MTH-MC-to-Inet","ingress_interface":3689,"log_op":1,"octet_delta_count":0,"octet_total_count":0,"packet_delta_count":0,"packet_total_count":0,"protocol_identifier":6,"reason":0,"reason_text":"Normal Operation","service_name":"https","source_ipv4_address":"64.235.151.76","source_mac_address":"00-00-00-00-00-00","source_transport_port":443,"timestamp":1524039407,"traffic_type":0,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:3g7/10xslZq/7OW7ucdoDYgE3IY=","direction":"unknown","iana_number":6,"packets":0,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.5.4","64.235.151.76"]},"source":{"bytes":0,"ip":"64.235.151.76","locality":"external","mac":"00-00-00-00-00-00","packets":0,"port":443}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_IE150_IE151
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:35088
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 22
        
    helper.go:24: [netflow-v9] state 0x2a689bf0 addTemplate 256 0x2a79d000
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 22
        
    helper.go:24: [netflow-v9] state 0x2a689bf0 addTemplate 257 0x2a79d040
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 64
        
    helper.go:24: [netflow-v9] state 0x2a689bf0 addTemplate 266 0x2a79d080
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 64
        
    helper.go:24: [netflow-v9] state 0x2a689bf0 addTemplate 292 0x2a79d0a0
        
    helper.go:24: [netflow-v9] FlowSet ID 266 length 52
        
    helper.go:24: [netflow-v9] FlowSet ID 292 length 52
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 IE150 IE151","events":[{"Timestamp":"2017-12-01T17:04:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.2","locality":"internal","port":137},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"X6k2SQeAX5c","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.2","destination_transport_port":137,"egress_vrfid":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-12-01T17:04:39Z","uptime_millis":591967,"version":9},"flow_direction":0,"flow_end_seconds":"2017-12-01T17:04:26Z","flow_start_seconds":"2017-12-01T17:04:26Z","ingress_interface":13,"ingress_vrfid":0,"ip_class_of_service":0,"octet_delta_count":78,"packet_delta_count":1,"protocol_identifier":17,"sampler_id":1,"source_ipv4_address":"192.168.0.3","source_transport_port":137,"type":"netflow_flow"},"network":{"bytes":78,"community_id":"1:1DzICq61xHbOOLkFA+YUG9pmNpo=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.3"]},"source":{"bytes":78,"ip":"192.168.0.3","locality":"internal","packets":1,"port":137}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-12-01T17:04:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.5","locality":"internal","port":6343},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"XEzNKvE_H1k","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.5","destination_transport_port":6343,"egress_interface":13,"egress_vrfid":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-12-01T17:04:39Z","uptime_millis":591967,"version":9},"flow_direction":1,"flow_end_seconds":"2017-12-01T17:04:29Z","flow_start_seconds":"2017-12-01T17:04:29Z","ingress_vrfid":0,"ip_class_of_service":0,"octet_delta_count":232,"packet_delta_count":1,"protocol_identifier":17,"sampler_id":1,"source_ipv4_address":"192.168.0.4","source_transport_port":58130,"type":"netflow_flow"},"network":{"bytes":232,"community_id":"1:FNxXvGAyYWw3vwZ19uivr2R5TOI=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.4","192.168.0.5"]},"source":{"bytes":232,"ip":"192.168.0.4","locality":"internal","packets":1,"port":58130}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 IE150 IE151","events":[{"Timestamp":"2017-12-01T17:04:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.2","locality":"internal","port":137},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"X6k2SQeAX5c","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.2","destination_transport_port":137,"egress_vrfid":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-12-01T17:04:39Z","uptime_millis":591967,"version":9},"flow_direction":0,"flow_end_seconds":"2017-12-01T17:04:26Z","flow_start_seconds":"2017-12-01T17:04:26Z","ingress_interface":13,"ingress_vrfid":0,"ip_class_of_service":0,"octet_delta_count":78,"packet_delta_count":1,"protocol_identifier":17,"sampler_id":1,"source_ipv4_address":"192.168.0.3","source_transport_port":137,"type":"netflow_flow"},"network":{"bytes":78,"community_id":"1:1DzICq61xHbOOLkFA+YUG9pmNpo=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.3"]},"source":{"bytes":78,"ip":"192.168.0.3","locality":"internal","packets":1,"port":137}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-12-01T17:04:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.5","locality":"internal","port":6343},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"XEzNKvE_H1k","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.5","destination_transport_port":6343,"egress_interface":13,"egress_vrfid":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-12-01T17:04:39Z","uptime_millis":591967,"version":9},"flow_direction":1,"flow_end_seconds":"2017-12-01T17:04:29Z","flow_start_seconds":"2017-12-01T17:04:29Z","ingress_vrfid":0,"ip_class_of_service":0,"octet_delta_count":232,"packet_delta_count":1,"protocol_identifier":17,"sampler_id":1,"source_ipv4_address":"192.168.0.4","source_transport_port":58130,"type":"netflow_flow"},"network":{"bytes":232,"community_id":"1:FNxXvGAyYWw3vwZ19uivr2R5TOI=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.4","192.168.0.5"]},"source":{"bytes":232,"ip":"192.168.0.4","locality":"internal","packets":1,"port":58130}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_WLC_8500_release_8.2
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:67813
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] state 0x2a689e30 addTemplate 256 0x2a7c2240
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] Field {0 20000} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689e30 addTemplate 258 0x2a7c2260
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] state 0x2a689e30 addTemplate 259 0x2a7c2280
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 72
        
    helper.go:24: [netflow-v9] Field {0 20000} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a689e30 addTemplate 262 0x2a7c22a0
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco WLC 8500 release 8.2"}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco WLC 8500 release 8.2"}
=== RUN   TestDatFiles/Netflow_9_Cisco_1941/K9_release_15.1
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:406528
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 64
        
    helper.go:24: [netflow-v9] state 0x2a689fb0 addTemplate 256 0x2a7c24a0
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 1276
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco 1941/K9 release 15.1","events":[{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.1","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"BPlkuHwo9sU","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.1","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":37301,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:Q0JWoL0pSyHJDJxF9+6Nqpnqn3I=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.1","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":37301}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.65","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-PhJhHv5gvE","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.65","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":58411,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:ixp5Xp0pUmGBy18PlAIUAecp4n4=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.65","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":58411}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.1","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"zTrEnrxMnjo","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.1","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":37661,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:uuaH/p8dMr2C7F6OvG7QTwKafoI=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.1","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":37661}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.65","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"G4AVpSxBAVo","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.65","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":60212,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:cN6L1398Z+/E9YhZhQQEXXzKWfI=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.65","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":60212}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.142","locality":"internal","port":37450},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2nQmjOOzSH0","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.3.142","destination_transport_port":37450,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.142","octet_delta_count":964,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"158.85.58.115","source_mac_address":"00-23-04-18-EF-40","source_transport_port":5222,"tcp_control_bits":29,"type":"netflow_flow"},"network":{"bytes":964,"community_id":"1:Hi/9p/anXVpWlMC/6/k3Zr9I1to=","direction":"outbound","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["158.85.58.115","192.168.3.142"]},"source":{"bytes":964,"ip":"158.85.58.115","locality":"external","mac":"00-23-04-18-EF-40","packets":10,"port":5222}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"216.58.212.195","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"z7uHiA5SrD0","locality":"external"},"netflow":{"application_id":"BQAAQg==","destination_ipv4_address":"216.58.212.195","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":2748,"packet_delta_count":8,"protocol_identifier":17,"source_ipv4_address":"192.168.0.88","source_mac_address":"A4-D1-8C-E9-30-2C","source_transport_port":61490,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":2748,"community_id":"1:qgStw7dQK+Tl0+hQK5Uq9q42HEM=","direction":"inbound","iana_number":17,"packets":8,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.88","216.58.212.195"]},"source":{"bytes":2748,"ip":"192.168.0.88","locality":"internal","mac":"A4-D1-8C-E9-30-2C","packets":8,"port":61490}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.88","locality":"internal","port":61490},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"z7uHiA5SrD0","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.0.88","destination_transport_port":61490,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.88","octet_delta_count":2023,"packet_delta_count":9,"protocol_identifier":17,"source_ipv4_address":"216.58.212.195","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":2023,"community_id":"1:qgStw7dQK+Tl0+hQK5Uq9q42HEM=","direction":"outbound","iana_number":17,"packets":9,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.88","216.58.212.195"]},"source":{"bytes":2023,"ip":"216.58.212.195","locality":"external","mac":"00-23-04-18-EF-40","packets":9,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"216.58.201.106","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"eyNcUtWu34I","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"216.58.201.106","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":2180,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.1.201","source_mac_address":"98-01-A7-9F-8D-5F","source_transport_port":50299,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":2180,"community_id":"1:qby1BSw4pTWxwlh6xrXkVFUjmW0=","direction":"inbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.201","216.58.201.106"]},"source":{"bytes":2180,"ip":"192.168.1.201","locality":"internal","mac":"98-01-A7-9F-8D-5F","packets":9,"port":50299}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.201","locality":"internal","port":50299},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"eyNcUtWu34I","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.1.201","destination_transport_port":50299,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.1.201","octet_delta_count":700,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"216.58.201.106","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":700,"community_id":"1:qby1BSw4pTWxwlh6xrXkVFUjmW0=","direction":"outbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.201","216.58.201.106"]},"source":{"bytes":700,"ip":"216.58.201.106","locality":"external","mac":"00-23-04-18-EF-40","packets":9,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.2.118","locality":"internal","port":61353},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"i7e4W23LBGg","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.2.118","destination_transport_port":61353,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.2.118","octet_delta_count":161,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"52.236.33.163","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":161,"community_id":"1:TbEdA3tLJqC2kZYCOR3uLDsO9Zs=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["52.236.33.163","192.168.2.118"]},"source":{"bytes":161,"ip":"52.236.33.163","locality":"external","mac":"00-23-04-18-EF-40","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"52.216.130.237","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ALOJ32qLh_s","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"52.216.130.237","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1764,"packet_delta_count":21,"protocol_identifier":6,"source_ipv4_address":"192.168.3.34","source_mac_address":"1C-5C-F2-07-0F-2A","source_transport_port":61674,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":1764,"community_id":"1:k+G++HkZbxWsJmSxiwjNGauDdMo=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["52.216.130.237","192.168.3.34"]},"source":{"bytes":1764,"ip":"192.168.3.34","locality":"internal","mac":"1C-5C-F2-07-0F-2A","packets":21,"port":61674}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.34","locality":"internal","port":61672},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"h9s7TXaoMZw","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.34","destination_transport_port":61672,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.34","octet_delta_count":13811,"packet_delta_count":30,"protocol_identifier":6,"source_ipv4_address":"209.197.3.19","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":31,"type":"netflow_flow"},"network":{"bytes":13811,"community_id":"1:/IDNcRrgXRDN+hVYssIa2UWNFFc=","direction":"outbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.3.34","209.197.3.19"]},"source":{"bytes":13811,"ip":"209.197.3.19","locality":"external","mac":"00-23-04-18-EF-40","packets":30,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.34","locality":"internal","port":61674},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ALOJ32qLh_s","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.34","destination_transport_port":61674,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.34","octet_delta_count":4717,"packet_delta_count":16,"protocol_identifier":6,"source_ipv4_address":"52.216.130.237","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":4717,"community_id":"1:k+G++HkZbxWsJmSxiwjNGauDdMo=","direction":"outbound","iana_number":6,"packets":16,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["52.216.130.237","192.168.3.34"]},"source":{"bytes":4717,"ip":"52.216.130.237","locality":"external","mac":"00-23-04-18-EF-40","packets":16,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"172.217.23.232","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2GPS5gJiF8g","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"172.217.23.232","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":2419,"packet_delta_count":13,"protocol_identifier":6,"source_ipv4_address":"192.168.0.157","source_mac_address":"B0-34-95-0D-D2-5D","source_transport_port":51209,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":2419,"community_id":"1:oFTpsIQUx9tiU/r2SmwlsJKnuus=","direction":"inbound","iana_number":6,"packets":13,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.217.23.232","192.168.0.157"]},"source":{"bytes":2419,"ip":"192.168.0.157","locality":"internal","mac":"B0-34-95-0D-D2-5D","packets":13,"port":51209}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.157","locality":"internal","port":51209},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2GPS5gJiF8g","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.0.157","destination_transport_port":51209,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.157","octet_delta_count":5551,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"172.217.23.232","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":5551,"community_id":"1:oFTpsIQUx9tiU/r2SmwlsJKnuus=","direction":"outbound","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.217.23.232","192.168.0.157"]},"source":{"bytes":5551,"ip":"172.217.23.232","locality":"external","mac":"00-23-04-18-EF-40","packets":10,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.178","locality":"internal","port":45584},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ughO0a0lrBw","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.178","destination_transport_port":45584,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.178","octet_delta_count":187,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"107.21.232.174","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":25,"type":"netflow_flow"},"network":{"bytes":187,"community_id":"1:lWK6ttJ9rWv8JtxbOL3hnjCMNMU=","direction":"outbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["107.21.232.174","192.168.3.178"]},"source":{"bytes":187,"ip":"107.21.232.174","locality":"external","mac":"00-23-04-18-EF-40","packets":3,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"107.21.232.174","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ughO0a0lrBw","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"107.21.232.174","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":104,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.3.178","source_mac_address":"DC-EF-CA-4C-DA-57","source_transport_port":45584,"tcp_control_bits":17,"type":"netflow_flow"},"network":{"bytes":104,"community_id":"1:lWK6ttJ9rWv8JtxbOL3hnjCMNMU=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["107.21.232.174","192.168.3.178"]},"source":{"bytes":104,"ip":"192.168.3.178","locality":"internal","mac":"DC-EF-CA-4C-DA-57","packets":2,"port":45584}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"95.0.145.242","locality":"external","port":2222},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ie4W_7Snl8w","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"95.0.145.242","destination_transport_port":2222,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":4050,"packet_delta_count":72,"protocol_identifier":6,"source_ipv4_address":"192.168.2.118","source_mac_address":"70-18-8B-5C-C9-B5","source_transport_port":64233,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":4050,"community_id":"1:6p8Cv/jo8TMJvy1G2nAPs9x6DFk=","direction":"inbound","iana_number":6,"packets":72,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["95.0.145.242","192.168.2.118"]},"source":{"bytes":4050,"ip":"192.168.2.118","locality":"internal","mac":"70-18-8B-5C-C9-B5","packets":72,"port":64233}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.2.118","locality":"internal","port":64233},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ie4W_7Snl8w","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.2.118","destination_transport_port":64233,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.2.118","octet_delta_count":3719,"packet_delta_count":72,"protocol_identifier":6,"source_ipv4_address":"95.0.145.242","source_mac_address":"00-23-04-18-EF-40","source_transport_port":2222,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":3719,"community_id":"1:6p8Cv/jo8TMJvy1G2nAPs9x6DFk=","direction":"outbound","iana_number":6,"packets":72,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["95.0.145.242","192.168.2.118"]},"source":{"bytes":3719,"ip":"95.0.145.242","locality":"external","mac":"00-23-04-18-EF-40","packets":72,"port":2222}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"23.5.100.66","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"yokq763qB0U","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"23.5.100.66","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1402,"packet_delta_count":16,"protocol_identifier":6,"source_ipv4_address":"192.168.0.79","source_mac_address":"8C-29-37-7A-28-C0","source_transport_port":54275,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":1402,"community_id":"1:9vhQhoWddOoV+A74fuYIGy8zA54=","direction":"inbound","iana_number":6,"packets":16,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["23.5.100.66","192.168.0.79"]},"source":{"bytes":1402,"ip":"192.168.0.79","locality":"internal","mac":"8C-29-37-7A-28-C0","packets":16,"port":54275}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"23.5.100.66","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DCY-5ocv9ik","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"23.5.100.66","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1538,"packet_delta_count":17,"protocol_identifier":6,"source_ipv4_address":"192.168.0.79","source_mac_address":"8C-29-37-7A-28-C0","source_transport_port":54276,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":1538,"community_id":"1:hbJVG+ljKDlDBqE4TqstvyId5+U=","direction":"inbound","iana_number":6,"packets":17,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["23.5.100.66","192.168.0.79"]},"source":{"bytes":1538,"ip":"192.168.0.79","locality":"internal","mac":"8C-29-37-7A-28-C0","packets":17,"port":54276}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.79","locality":"internal","port":54276},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DCY-5ocv9ik","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.0.79","destination_transport_port":54276,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.79","octet_delta_count":13002,"packet_delta_count":14,"protocol_identifier":6,"source_ipv4_address":"23.5.100.66","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":13002,"community_id":"1:hbJVG+ljKDlDBqE4TqstvyId5+U=","direction":"outbound","iana_number":6,"packets":14,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["23.5.100.66","192.168.0.79"]},"source":{"bytes":13002,"ip":"23.5.100.66","locality":"external","mac":"00-23-04-18-EF-40","packets":14,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.61","locality":"internal","port":57007},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B7rjR_940zU","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.0.61","destination_transport_port":57007,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.61","octet_delta_count":1194,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"170.251.180.15","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1194,"community_id":"1:usm9s48ZKXop7u60nquyl3OGGmU=","direction":"outbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["170.251.180.15","192.168.0.61"]},"source":{"bytes":1194,"ip":"170.251.180.15","locality":"external","mac":"00-23-04-18-EF-40","packets":4,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"170.251.180.15","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B7rjR_940zU","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"170.251.180.15","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":682,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.0.61","source_mac_address":"90-61-AE-76-E5-E9","source_transport_port":57007,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":682,"community_id":"1:usm9s48ZKXop7u60nquyl3OGGmU=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["170.251.180.15","192.168.0.61"]},"source":{"bytes":682,"ip":"192.168.0.61","locality":"internal","mac":"90-61-AE-76-E5-E9","packets":2,"port":57007}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"74.119.119.84","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"0RrmR_QtH34","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"74.119.119.84","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1804,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.3.34","source_mac_address":"1C-5C-F2-07-0F-2A","source_transport_port":61694,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":1804,"community_id":"1:/jxDWhvRG2nr/ht0LPbgCBQrKOo=","direction":"inbound","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["74.119.119.84","192.168.3.34"]},"source":{"bytes":1804,"ip":"192.168.3.34","locality":"internal","mac":"1C-5C-F2-07-0F-2A","packets":11,"port":61694}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.142","locality":"internal","port":59459},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O1-Y9rjVH2A","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.3.142","destination_transport_port":59459,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.142","octet_delta_count":4774,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"185.60.218.19","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":4774,"community_id":"1:ubJyGYO3ADUgo0t/BtTgdjnF4fk=","direction":"outbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["185.60.218.19","192.168.3.142"]},"source":{"bytes":4774,"ip":"185.60.218.19","locality":"external","mac":"00-23-04-18-EF-40","packets":9,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"185.60.218.15","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"CtFBGbTcLpg","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"185.60.218.15","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":135,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.3.200","source_mac_address":"18-20-32-BB-1D-62","source_transport_port":64493,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:q44LzNKb1dp9tu+LzQFSpppE8Gg=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["185.60.218.15","192.168.3.200"]},"source":{"bytes":135,"ip":"192.168.3.200","locality":"internal","mac":"18-20-32-BB-1D-62","packets":2,"port":64493}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.200","locality":"internal","port":64493},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"CtFBGbTcLpg","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.200","destination_transport_port":64493,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.200","octet_delta_count":135,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"185.60.218.15","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:q44LzNKb1dp9tu+LzQFSpppE8Gg=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["185.60.218.15","192.168.3.200"]},"source":{"bytes":135,"ip":"185.60.218.15","locality":"external","mac":"00-23-04-18-EF-40","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"169.45.214.246","locality":"external","port":5222},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lT_guTKc7y4","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"169.45.214.246","destination_transport_port":5222,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":194,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"192.168.0.95","source_mac_address":"A0-39-F7-4D-49-D5","source_transport_port":35053,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":194,"community_id":"1:e0AnW/lunIiMyNSi9fNN7W5p7Bg=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["169.45.214.246","192.168.0.95"]},"source":{"bytes":194,"ip":"192.168.0.95","locality":"internal","mac":"A0-39-F7-4D-49-D5","packets":3,"port":35053}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco 1941/K9 release 15.1","events":[{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.1","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"BPlkuHwo9sU","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.1","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":37301,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:Q0JWoL0pSyHJDJxF9+6Nqpnqn3I=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.1","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":37301}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.65","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"-PhJhHv5gvE","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.65","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":58411,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:ixp5Xp0pUmGBy18PlAIUAecp4n4=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.65","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":58411}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.1","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"zTrEnrxMnjo","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.1","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":37661,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:uuaH/p8dMr2C7F6OvG7QTwKafoI=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.1","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":37661}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"62.217.193.65","locality":"external","port":53},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"G4AVpSxBAVo","locality":"external"},"netflow":{"application_id":"BQAASA==","destination_ipv4_address":"62.217.193.65","destination_transport_port":53,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":75,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.0.111","source_mac_address":"EC-1F-72-11-9F-C1","source_transport_port":60212,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":75,"community_id":"1:cN6L1398Z+/E9YhZhQQEXXzKWfI=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["62.217.193.65","192.168.0.111"]},"source":{"bytes":75,"ip":"192.168.0.111","locality":"internal","mac":"EC-1F-72-11-9F-C1","packets":1,"port":60212}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.142","locality":"internal","port":37450},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2nQmjOOzSH0","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.3.142","destination_transport_port":37450,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.142","octet_delta_count":964,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"158.85.58.115","source_mac_address":"00-23-04-18-EF-40","source_transport_port":5222,"tcp_control_bits":29,"type":"netflow_flow"},"network":{"bytes":964,"community_id":"1:Hi/9p/anXVpWlMC/6/k3Zr9I1to=","direction":"outbound","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["158.85.58.115","192.168.3.142"]},"source":{"bytes":964,"ip":"158.85.58.115","locality":"external","mac":"00-23-04-18-EF-40","packets":10,"port":5222}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"216.58.212.195","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"z7uHiA5SrD0","locality":"external"},"netflow":{"application_id":"BQAAQg==","destination_ipv4_address":"216.58.212.195","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":2748,"packet_delta_count":8,"protocol_identifier":17,"source_ipv4_address":"192.168.0.88","source_mac_address":"A4-D1-8C-E9-30-2C","source_transport_port":61490,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":2748,"community_id":"1:qgStw7dQK+Tl0+hQK5Uq9q42HEM=","direction":"inbound","iana_number":17,"packets":8,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.88","216.58.212.195"]},"source":{"bytes":2748,"ip":"192.168.0.88","locality":"internal","mac":"A4-D1-8C-E9-30-2C","packets":8,"port":61490}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.88","locality":"internal","port":61490},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"z7uHiA5SrD0","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.0.88","destination_transport_port":61490,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.88","octet_delta_count":2023,"packet_delta_count":9,"protocol_identifier":17,"source_ipv4_address":"216.58.212.195","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":2023,"community_id":"1:qgStw7dQK+Tl0+hQK5Uq9q42HEM=","direction":"outbound","iana_number":17,"packets":9,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.88","216.58.212.195"]},"source":{"bytes":2023,"ip":"216.58.212.195","locality":"external","mac":"00-23-04-18-EF-40","packets":9,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"216.58.201.106","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"eyNcUtWu34I","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"216.58.201.106","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":2180,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"192.168.1.201","source_mac_address":"98-01-A7-9F-8D-5F","source_transport_port":50299,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":2180,"community_id":"1:qby1BSw4pTWxwlh6xrXkVFUjmW0=","direction":"inbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.201","216.58.201.106"]},"source":{"bytes":2180,"ip":"192.168.1.201","locality":"internal","mac":"98-01-A7-9F-8D-5F","packets":9,"port":50299}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.1.201","locality":"internal","port":50299},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"eyNcUtWu34I","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.1.201","destination_transport_port":50299,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.1.201","octet_delta_count":700,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"216.58.201.106","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":700,"community_id":"1:qby1BSw4pTWxwlh6xrXkVFUjmW0=","direction":"outbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.1.201","216.58.201.106"]},"source":{"bytes":700,"ip":"216.58.201.106","locality":"external","mac":"00-23-04-18-EF-40","packets":9,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.2.118","locality":"internal","port":61353},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"i7e4W23LBGg","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.2.118","destination_transport_port":61353,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.2.118","octet_delta_count":161,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"52.236.33.163","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":161,"community_id":"1:TbEdA3tLJqC2kZYCOR3uLDsO9Zs=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["52.236.33.163","192.168.2.118"]},"source":{"bytes":161,"ip":"52.236.33.163","locality":"external","mac":"00-23-04-18-EF-40","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"52.216.130.237","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ALOJ32qLh_s","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"52.216.130.237","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1764,"packet_delta_count":21,"protocol_identifier":6,"source_ipv4_address":"192.168.3.34","source_mac_address":"1C-5C-F2-07-0F-2A","source_transport_port":61674,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":1764,"community_id":"1:k+G++HkZbxWsJmSxiwjNGauDdMo=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["52.216.130.237","192.168.3.34"]},"source":{"bytes":1764,"ip":"192.168.3.34","locality":"internal","mac":"1C-5C-F2-07-0F-2A","packets":21,"port":61674}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.34","locality":"internal","port":61672},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"h9s7TXaoMZw","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.34","destination_transport_port":61672,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.34","octet_delta_count":13811,"packet_delta_count":30,"protocol_identifier":6,"source_ipv4_address":"209.197.3.19","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":31,"type":"netflow_flow"},"network":{"bytes":13811,"community_id":"1:/IDNcRrgXRDN+hVYssIa2UWNFFc=","direction":"outbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.3.34","209.197.3.19"]},"source":{"bytes":13811,"ip":"209.197.3.19","locality":"external","mac":"00-23-04-18-EF-40","packets":30,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.34","locality":"internal","port":61674},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ALOJ32qLh_s","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.34","destination_transport_port":61674,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.34","octet_delta_count":4717,"packet_delta_count":16,"protocol_identifier":6,"source_ipv4_address":"52.216.130.237","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":4717,"community_id":"1:k+G++HkZbxWsJmSxiwjNGauDdMo=","direction":"outbound","iana_number":6,"packets":16,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["52.216.130.237","192.168.3.34"]},"source":{"bytes":4717,"ip":"52.216.130.237","locality":"external","mac":"00-23-04-18-EF-40","packets":16,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"172.217.23.232","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2GPS5gJiF8g","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"172.217.23.232","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":2419,"packet_delta_count":13,"protocol_identifier":6,"source_ipv4_address":"192.168.0.157","source_mac_address":"B0-34-95-0D-D2-5D","source_transport_port":51209,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":2419,"community_id":"1:oFTpsIQUx9tiU/r2SmwlsJKnuus=","direction":"inbound","iana_number":6,"packets":13,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.217.23.232","192.168.0.157"]},"source":{"bytes":2419,"ip":"192.168.0.157","locality":"internal","mac":"B0-34-95-0D-D2-5D","packets":13,"port":51209}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.157","locality":"internal","port":51209},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"2GPS5gJiF8g","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.0.157","destination_transport_port":51209,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.157","octet_delta_count":5551,"packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"172.217.23.232","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":5551,"community_id":"1:oFTpsIQUx9tiU/r2SmwlsJKnuus=","direction":"outbound","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["172.217.23.232","192.168.0.157"]},"source":{"bytes":5551,"ip":"172.217.23.232","locality":"external","mac":"00-23-04-18-EF-40","packets":10,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.178","locality":"internal","port":45584},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ughO0a0lrBw","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.178","destination_transport_port":45584,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.178","octet_delta_count":187,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"107.21.232.174","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":25,"type":"netflow_flow"},"network":{"bytes":187,"community_id":"1:lWK6ttJ9rWv8JtxbOL3hnjCMNMU=","direction":"outbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["107.21.232.174","192.168.3.178"]},"source":{"bytes":187,"ip":"107.21.232.174","locality":"external","mac":"00-23-04-18-EF-40","packets":3,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"107.21.232.174","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ughO0a0lrBw","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"107.21.232.174","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":104,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.3.178","source_mac_address":"DC-EF-CA-4C-DA-57","source_transport_port":45584,"tcp_control_bits":17,"type":"netflow_flow"},"network":{"bytes":104,"community_id":"1:lWK6ttJ9rWv8JtxbOL3hnjCMNMU=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["107.21.232.174","192.168.3.178"]},"source":{"bytes":104,"ip":"192.168.3.178","locality":"internal","mac":"DC-EF-CA-4C-DA-57","packets":2,"port":45584}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"95.0.145.242","locality":"external","port":2222},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ie4W_7Snl8w","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"95.0.145.242","destination_transport_port":2222,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":4050,"packet_delta_count":72,"protocol_identifier":6,"source_ipv4_address":"192.168.2.118","source_mac_address":"70-18-8B-5C-C9-B5","source_transport_port":64233,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":4050,"community_id":"1:6p8Cv/jo8TMJvy1G2nAPs9x6DFk=","direction":"inbound","iana_number":6,"packets":72,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["95.0.145.242","192.168.2.118"]},"source":{"bytes":4050,"ip":"192.168.2.118","locality":"internal","mac":"70-18-8B-5C-C9-B5","packets":72,"port":64233}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.2.118","locality":"internal","port":64233},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Ie4W_7Snl8w","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.2.118","destination_transport_port":64233,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.2.118","octet_delta_count":3719,"packet_delta_count":72,"protocol_identifier":6,"source_ipv4_address":"95.0.145.242","source_mac_address":"00-23-04-18-EF-40","source_transport_port":2222,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":3719,"community_id":"1:6p8Cv/jo8TMJvy1G2nAPs9x6DFk=","direction":"outbound","iana_number":6,"packets":72,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["95.0.145.242","192.168.2.118"]},"source":{"bytes":3719,"ip":"95.0.145.242","locality":"external","mac":"00-23-04-18-EF-40","packets":72,"port":2222}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"23.5.100.66","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"yokq763qB0U","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"23.5.100.66","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1402,"packet_delta_count":16,"protocol_identifier":6,"source_ipv4_address":"192.168.0.79","source_mac_address":"8C-29-37-7A-28-C0","source_transport_port":54275,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":1402,"community_id":"1:9vhQhoWddOoV+A74fuYIGy8zA54=","direction":"inbound","iana_number":6,"packets":16,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["23.5.100.66","192.168.0.79"]},"source":{"bytes":1402,"ip":"192.168.0.79","locality":"internal","mac":"8C-29-37-7A-28-C0","packets":16,"port":54275}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"23.5.100.66","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DCY-5ocv9ik","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"23.5.100.66","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1538,"packet_delta_count":17,"protocol_identifier":6,"source_ipv4_address":"192.168.0.79","source_mac_address":"8C-29-37-7A-28-C0","source_transport_port":54276,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":1538,"community_id":"1:hbJVG+ljKDlDBqE4TqstvyId5+U=","direction":"inbound","iana_number":6,"packets":17,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["23.5.100.66","192.168.0.79"]},"source":{"bytes":1538,"ip":"192.168.0.79","locality":"internal","mac":"8C-29-37-7A-28-C0","packets":17,"port":54276}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.79","locality":"internal","port":54276},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"DCY-5ocv9ik","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.0.79","destination_transport_port":54276,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.79","octet_delta_count":13002,"packet_delta_count":14,"protocol_identifier":6,"source_ipv4_address":"23.5.100.66","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":13002,"community_id":"1:hbJVG+ljKDlDBqE4TqstvyId5+U=","direction":"outbound","iana_number":6,"packets":14,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["23.5.100.66","192.168.0.79"]},"source":{"bytes":13002,"ip":"23.5.100.66","locality":"external","mac":"00-23-04-18-EF-40","packets":14,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.61","locality":"internal","port":57007},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B7rjR_940zU","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.0.61","destination_transport_port":57007,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.0.61","octet_delta_count":1194,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"170.251.180.15","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1194,"community_id":"1:usm9s48ZKXop7u60nquyl3OGGmU=","direction":"outbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["170.251.180.15","192.168.0.61"]},"source":{"bytes":1194,"ip":"170.251.180.15","locality":"external","mac":"00-23-04-18-EF-40","packets":4,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"170.251.180.15","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"B7rjR_940zU","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"170.251.180.15","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":682,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.0.61","source_mac_address":"90-61-AE-76-E5-E9","source_transport_port":57007,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":682,"community_id":"1:usm9s48ZKXop7u60nquyl3OGGmU=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["170.251.180.15","192.168.0.61"]},"source":{"bytes":682,"ip":"192.168.0.61","locality":"internal","mac":"90-61-AE-76-E5-E9","packets":2,"port":57007}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"74.119.119.84","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"0RrmR_QtH34","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"74.119.119.84","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":1804,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"192.168.3.34","source_mac_address":"1C-5C-F2-07-0F-2A","source_transport_port":61694,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":1804,"community_id":"1:/jxDWhvRG2nr/ht0LPbgCBQrKOo=","direction":"inbound","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["74.119.119.84","192.168.3.34"]},"source":{"bytes":1804,"ip":"192.168.3.34","locality":"internal","mac":"1C-5C-F2-07-0F-2A","packets":11,"port":61694}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.142","locality":"internal","port":59459},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"O1-Y9rjVH2A","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"192.168.3.142","destination_transport_port":59459,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.142","octet_delta_count":4774,"packet_delta_count":9,"protocol_identifier":6,"source_ipv4_address":"185.60.218.19","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":26,"type":"netflow_flow"},"network":{"bytes":4774,"community_id":"1:ubJyGYO3ADUgo0t/BtTgdjnF4fk=","direction":"outbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["185.60.218.19","192.168.3.142"]},"source":{"bytes":4774,"ip":"185.60.218.19","locality":"external","mac":"00-23-04-18-EF-40","packets":9,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"185.60.218.15","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"CtFBGbTcLpg","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"185.60.218.15","destination_transport_port":443,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":135,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"192.168.3.200","source_mac_address":"18-20-32-BB-1D-62","source_transport_port":64493,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:q44LzNKb1dp9tu+LzQFSpppE8Gg=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["185.60.218.15","192.168.3.200"]},"source":{"bytes":135,"ip":"192.168.3.200","locality":"internal","mac":"18-20-32-BB-1D-62","packets":2,"port":64493}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"192.168.3.200","locality":"internal","port":64493},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"CtFBGbTcLpg","locality":"external"},"netflow":{"application_id":"BQAAEA==","destination_ipv4_address":"192.168.3.200","destination_transport_port":64493,"dot1q_vlan_id":872,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":1,"ingress_interface":11,"ip_class_of_service":48,"ip_next_hop_ipv4_address":"192.168.3.200","octet_delta_count":135,"packet_delta_count":2,"protocol_identifier":6,"source_ipv4_address":"185.60.218.15","source_mac_address":"00-23-04-18-EF-40","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:q44LzNKb1dp9tu+LzQFSpppE8Gg=","direction":"outbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["185.60.218.15","192.168.3.200"]},"source":{"bytes":135,"ip":"185.60.218.15","locality":"external","mac":"00-23-04-18-EF-40","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-10-03T17:03:39Z","Meta":null,"Fields":{"destination":{"ip":"169.45.214.246","locality":"external","port":5222},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lT_guTKc7y4","locality":"external"},"netflow":{"application_id":"BQAAAQ==","destination_ipv4_address":"169.45.214.246","destination_transport_port":5222,"dot1q_vlan_id":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-10-03T17:03:39Z","uptime_millis":210280120,"version":9},"flow_direction":0,"ingress_interface":17,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"109.166.216.93","octet_delta_count":194,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"192.168.0.95","source_mac_address":"A0-39-F7-4D-49-D5","source_transport_port":35053,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":194,"community_id":"1:e0AnW/lunIiMyNSi9fNN7W5p7Bg=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["169.45.214.246","192.168.0.95"]},"source":{"bytes":194,"ip":"192.168.0.95","locality":"internal","mac":"A0-39-F7-4D-49-D5","packets":3,"port":35053}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_Barracuda_firewall
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:22930452
        
    helper.go:24: [ipfix] FlowSet ID 2 length 68
        
    helper.go:24: [ipfix] state 0x2a43d470 addTemplate 256 0x2a99e3c0
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:22938954
        
    helper.go:24: [ipfix] FlowSet ID 256 length 576
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX Barracuda firewall","events":[{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.252.50","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20269000000,"kind":"event","type":["connection"]},"flow":{"id":"2vFIarATx_4","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.252.50","destination_transport_port":53,"egress_interface":26092,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20269,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375053,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":65,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.130.239","source_mac_address":"00-00-00-00-00-00","source_transport_port":65105,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:hn30QwbDmwNihxKr9rCALGUWPgE=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.99.130.239","10.99.252.50"]},"source":{"bytes":0,"ip":"10.99.130.239","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":65105}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.130.239","locality":"internal","port":65105},"event":{"action":"netflow_flow","category":["network"],"duration":20269000000,"kind":"event","type":["connection"]},"flow":{"id":"2vFIarATx_4","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.130.239","destination_transport_port":65105,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20269,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375053,"ingress_interface":26092,"octet_delta_count":81,"octet_total_count":81,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.252.50","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":81,"community_id":"1:hn30QwbDmwNihxKr9rCALGUWPgE=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.99.130.239","10.99.252.50"]},"source":{"bytes":81,"ip":"10.99.252.50","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.98.243.20","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20306000000,"kind":"event","type":["connection"]},"flow":{"id":"wU3G8idsscw","locality":"internal"},"netflow":{"destination_ipv4_address":"10.98.243.20","destination_transport_port":53,"egress_interface":41874,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20306,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375016,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":65,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.130.239","source_mac_address":"00-00-00-00-00-00","source_transport_port":65105,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ocm1auwAPO+Yk9MSSqJM5efL6qY=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.130.239"]},"source":{"bytes":0,"ip":"10.99.130.239","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":65105}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.130.239","locality":"internal","port":65105},"event":{"action":"netflow_flow","category":["network"],"duration":20306000000,"kind":"event","type":["connection"]},"flow":{"id":"wU3G8idsscw","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.130.239","destination_transport_port":65105,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20306,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375016,"ingress_interface":41874,"octet_delta_count":81,"octet_total_count":81,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.98.243.20","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":81,"community_id":"1:ocm1auwAPO+Yk9MSSqJM5efL6qY=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.130.239"]},"source":{"bytes":81,"ip":"10.98.243.20","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.98.243.20","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20317000000,"kind":"event","type":["connection"]},"flow":{"id":"rOmj8EdZ2dc","locality":"internal"},"netflow":{"destination_ipv4_address":"10.98.243.20","destination_transport_port":53,"egress_interface":41874,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20317,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375005,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":60,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.168.140","source_mac_address":"00-00-00-00-00-00","source_transport_port":52344,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:bcQGBQMaIVFnAydHjNGt5YPnRAY=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":0,"ip":"10.99.168.140","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":52344}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.168.140","locality":"internal","port":52344},"event":{"action":"netflow_flow","category":["network"],"duration":20317000000,"kind":"event","type":["connection"]},"flow":{"id":"rOmj8EdZ2dc","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.168.140","destination_transport_port":52344,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20317,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375005,"ingress_interface":41874,"octet_delta_count":113,"octet_total_count":113,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.98.243.20","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":113,"community_id":"1:bcQGBQMaIVFnAydHjNGt5YPnRAY=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":113,"ip":"10.98.243.20","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.98.243.20","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20368000000,"kind":"event","type":["connection"]},"flow":{"id":"JE7pThaMwJY","locality":"internal"},"netflow":{"destination_ipv4_address":"10.98.243.20","destination_transport_port":53,"egress_interface":41874,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20368,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395374954,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":60,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.168.140","source_mac_address":"00-00-00-00-00-00","source_transport_port":50294,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ojn8oXkIUR5w+o320kdpJMiPmmM=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":0,"ip":"10.99.168.140","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":50294}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.168.140","locality":"internal","port":50294},"event":{"action":"netflow_flow","category":["network"],"duration":20368000000,"kind":"event","type":["connection"]},"flow":{"id":"JE7pThaMwJY","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.168.140","destination_transport_port":50294,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20368,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395374954,"ingress_interface":41874,"octet_delta_count":113,"octet_total_count":113,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.98.243.20","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":113,"community_id":"1:ojn8oXkIUR5w+o320kdpJMiPmmM=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":113,"ip":"10.98.243.20","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX Barracuda firewall","events":[{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.252.50","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20269000000,"kind":"event","type":["connection"]},"flow":{"id":"2vFIarATx_4","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.252.50","destination_transport_port":53,"egress_interface":26092,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20269,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375053,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":65,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.130.239","source_mac_address":"00-00-00-00-00-00","source_transport_port":65105,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:hn30QwbDmwNihxKr9rCALGUWPgE=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.99.130.239","10.99.252.50"]},"source":{"bytes":0,"ip":"10.99.130.239","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":65105}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.130.239","locality":"internal","port":65105},"event":{"action":"netflow_flow","category":["network"],"duration":20269000000,"kind":"event","type":["connection"]},"flow":{"id":"2vFIarATx_4","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.130.239","destination_transport_port":65105,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20269,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375053,"ingress_interface":26092,"octet_delta_count":81,"octet_total_count":81,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.252.50","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":81,"community_id":"1:hn30QwbDmwNihxKr9rCALGUWPgE=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.99.130.239","10.99.252.50"]},"source":{"bytes":81,"ip":"10.99.252.50","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.98.243.20","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20306000000,"kind":"event","type":["connection"]},"flow":{"id":"wU3G8idsscw","locality":"internal"},"netflow":{"destination_ipv4_address":"10.98.243.20","destination_transport_port":53,"egress_interface":41874,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20306,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375016,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":65,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.130.239","source_mac_address":"00-00-00-00-00-00","source_transport_port":65105,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ocm1auwAPO+Yk9MSSqJM5efL6qY=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.130.239"]},"source":{"bytes":0,"ip":"10.99.130.239","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":65105}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.130.239","locality":"internal","port":65105},"event":{"action":"netflow_flow","category":["network"],"duration":20306000000,"kind":"event","type":["connection"]},"flow":{"id":"wU3G8idsscw","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.130.239","destination_transport_port":65105,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20306,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375016,"ingress_interface":41874,"octet_delta_count":81,"octet_total_count":81,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.98.243.20","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":81,"community_id":"1:ocm1auwAPO+Yk9MSSqJM5efL6qY=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.130.239"]},"source":{"bytes":81,"ip":"10.98.243.20","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.98.243.20","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20317000000,"kind":"event","type":["connection"]},"flow":{"id":"rOmj8EdZ2dc","locality":"internal"},"netflow":{"destination_ipv4_address":"10.98.243.20","destination_transport_port":53,"egress_interface":41874,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20317,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375005,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":60,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.168.140","source_mac_address":"00-00-00-00-00-00","source_transport_port":52344,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:bcQGBQMaIVFnAydHjNGt5YPnRAY=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":0,"ip":"10.99.168.140","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":52344}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.168.140","locality":"internal","port":52344},"event":{"action":"netflow_flow","category":["network"],"duration":20317000000,"kind":"event","type":["connection"]},"flow":{"id":"rOmj8EdZ2dc","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.168.140","destination_transport_port":52344,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20317,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395375005,"ingress_interface":41874,"octet_delta_count":113,"octet_total_count":113,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.98.243.20","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":113,"community_id":"1:bcQGBQMaIVFnAydHjNGt5YPnRAY=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":113,"ip":"10.98.243.20","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.98.243.20","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":20368000000,"kind":"event","type":["connection"]},"flow":{"id":"JE7pThaMwJY","locality":"internal"},"netflow":{"destination_ipv4_address":"10.98.243.20","destination_transport_port":53,"egress_interface":41874,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20368,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395374954,"ingress_interface":48660,"octet_delta_count":0,"octet_total_count":60,"packet_delta_count":0,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.99.168.140","source_mac_address":"00-00-00-00-00-00","source_transport_port":50294,"type":"netflow_flow"},"network":{"bytes":0,"community_id":"1:ojn8oXkIUR5w+o320kdpJMiPmmM=","direction":"unknown","iana_number":17,"packets":0,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":0,"ip":"10.99.168.140","locality":"internal","mac":"00-00-00-00-00-00","packets":0,"port":50294}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-06-29T13:58:28Z","Meta":null,"Fields":{"destination":{"ip":"10.99.168.140","locality":"internal","port":50294},"event":{"action":"netflow_flow","category":["network"],"duration":20368000000,"kind":"event","type":["connection"]},"flow":{"id":"JE7pThaMwJY","locality":"internal"},"netflow":{"destination_ipv4_address":"10.99.168.140","destination_transport_port":50294,"egress_interface":48660,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-06-29T13:58:28Z","uptime_millis":0,"version":10},"firewall_event":2,"flow_duration_milliseconds":20368,"flow_end_sys_up_time":2395395322,"flow_start_sys_up_time":2395374954,"ingress_interface":41874,"octet_delta_count":113,"octet_total_count":113,"packet_delta_count":1,"packet_total_count":1,"protocol_identifier":17,"source_ipv4_address":"10.98.243.20","source_mac_address":"00-00-00-00-00-00","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":113,"community_id":"1:ojn8oXkIUR5w+o320kdpJMiPmmM=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.98.243.20","10.99.168.140"]},"source":{"bytes":113,"ip":"10.98.243.20","locality":"internal","mac":"00-00-00-00-00-00","packets":1,"port":53}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_Nokia_BRAS
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:2228226 seq:950
        
    helper.go:24: [ipfix] FlowSet ID 2 length 64
        
    helper.go:24: [ipfix] state 0x2a43c300 addTemplate 256 0x2aac62e0
        
    helper.go:24: [ipfix] FlowSet ID 2 length 64
        
    helper.go:24: [ipfix] state 0x2a43c300 addTemplate 257 0x2aac6300
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:2228226 seq:953
        
    helper.go:24: [ipfix] FlowSet ID 256 length 60
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX Nokia BRAS","events":[{"Timestamp":"2017-12-14T07:23:45Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.34","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"aVnWxMM8qxI","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.34","destination_transport_port":80,"exporter":{"address":"192.0.2.1:4444","source_id":2228226,"timestamp":"2017-12-14T07:23:45Z","uptime_millis":0,"version":10},"flow_id":3389049088,"flow_start_milliseconds":"2017-12-14T07:23:45.148Z","nat_inside_svcid":100,"nat_outside_svcid":0,"nat_sub_string":"USER1@10.10.0.123","padding_octets":"AA==","protocol_identifier":6,"source_ipv4_address":"10.0.1.228","source_transport_port":5878,"type":"netflow_flow"},"network":{"community_id":"1:WBN/ZleczX2flsJWsHfNA7w+NGg=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.34","10.0.1.228"]},"source":{"ip":"10.0.1.228","locality":"internal","port":5878}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX Nokia BRAS","events":[{"Timestamp":"2017-12-14T07:23:45Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.34","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"aVnWxMM8qxI","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.34","destination_transport_port":80,"exporter":{"address":"192.0.2.1:4444","source_id":2228226,"timestamp":"2017-12-14T07:23:45Z","uptime_millis":0,"version":10},"flow_id":3389049088,"flow_start_milliseconds":"2017-12-14T07:23:45.148Z","nat_inside_svcid":100,"nat_outside_svcid":0,"nat_sub_string":"USER1@10.10.0.123","padding_octets":"AA==","protocol_identifier":6,"source_ipv4_address":"10.0.1.228","source_transport_port":5878,"type":"netflow_flow"},"network":{"community_id":"1:WBN/ZleczX2flsJWsHfNA7w+NGg=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.34","10.0.1.228"]},"source":{"ip":"10.0.1.228","locality":"internal","port":5878}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_invalid_01
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 56
        
    helper.go:24: [netflow-v9] state 0x2a43cba0 addTemplate 1024 0x2aac6d40
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 56
        
    helper.go:24: [netflow-v9] state 0x2a43cba0 addTemplate 2048 0x2aac6d60
        
    netflow_test.go:106: test Netflow 9 invalid 01: decode error: error parsing flows: EOF
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 invalid 01"}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 invalid 01"}
=== RUN   TestDatFiles/Netflow_9_options_template_with_scope_fields
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:147 seq:0
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 152
        
    helper.go:24: [netflow-v9] state 0x2a43cd20 addTemplate 257 0x2aac6fe0
        
    helper.go:24: [netflow-v9] state 0x2a43cd20 addTemplate 258 0x2aac7000
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] state 0x2a43cd20 addTemplate 259 0x2aac7020
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 12
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 options template with scope fields","events":[{"Timestamp":"2015-10-08T19:06:29Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":147,"timestamp":"2015-10-08T19:06:29Z","uptime_millis":33990,"version":9},"options":{"exported_flow_record_total_count":1,"exported_message_total_count":0},"scope":{"octet_delta_count":0},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 options template with scope fields","events":[{"Timestamp":"2015-10-08T19:06:29Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":147,"timestamp":"2015-10-08T19:06:29Z","uptime_millis":33990,"version":9},"options":{"exported_flow_record_total_count":1,"exported_message_total_count":0},"scope":{"octet_delta_count":0},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_H3C
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:2816 seq:2855
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 112
        
    helper.go:24: [netflow-v9] Size of field ipv4RouterSc in template is out of bounds (size=2, min=4, max=4)
        
    helper.go:24: [netflow-v9] Field {0 0} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a43d020 addTemplate 3281 0x2aac7800
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:2816 seq:60342277
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    helper.go:24: [netflow-v9] FlowSet ID 3281 length 80
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 H3C","events":[{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.163.21","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":89519000000,"end":"2018-05-21T09:25:03.677Z","kind":"event","start":"2018-05-21T09:23:34.158Z","type":["connection"]},"flow":{"id":"6gDDasxO-4o","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.163.21","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1590,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284082,"flow_start_sys_up_time":3958194563,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.25.142","ip_version":4,"octet_delta_count":1027087,"packet_delta_count":697,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.30","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":1027087,"community_id":"1:eNQLlW0lcfh1MdwlzdboFVeTFPw=","direction":"inbound","iana_number":6,"packets":697,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.163.21","10.22.166.30"]},"source":{"bytes":1027087,"ip":"10.22.166.30","locality":"internal","packets":697,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.21.3.172","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60005000000,"end":"2018-05-21T09:25:03.662Z","kind":"event","start":"2018-05-21T09:24:03.657Z","type":["connection"]},"flow":{"id":"RJbWY0zxttI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.21.3.172","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":494,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284067,"flow_start_sys_up_time":3958224062,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.7.6","ip_version":4,"octet_delta_count":6200,"packet_delta_count":6,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.12","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":6200,"community_id":"1:rFVeEEfyW/QNxIVODefqxH2vcCI=","direction":"inbound","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.21.3.172","10.22.166.12"]},"source":{"bytes":6200,"ip":"10.22.166.12","locality":"internal","packets":6,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.178.37","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60016000000,"end":"2018-05-21T09:25:03.656Z","kind":"event","start":"2018-05-21T09:24:03.64Z","type":["connection"]},"flow":{"id":"MfdYhUDA3Y4","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.178.37","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2908,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284061,"flow_start_sys_up_time":3958224045,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.25.202","ip_version":4,"octet_delta_count":11896,"packet_delta_count":21,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.33","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":11896,"community_id":"1:916CXqxTbwb6orlTyTE7PhRLUSE=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.33","10.22.178.37"]},"source":{"bytes":11896,"ip":"10.22.166.33","locality":"internal","packets":21,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.100.253","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":90011000000,"end":"2018-05-21T09:25:03.643Z","kind":"event","start":"2018-05-21T09:23:33.632Z","type":["connection"]},"flow":{"id":"_QFogYw9xiY","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.100.253","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":789,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284048,"flow_start_sys_up_time":3958194037,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.70","ip_version":4,"octet_delta_count":1041,"packet_delta_count":3,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.35","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":1041,"community_id":"1:ATN9Q9amiD3qSYMP+k9EmMdOQo8=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.100.253","10.22.166.35"]},"source":{"bytes":1041,"ip":"10.22.166.35","locality":"internal","packets":3,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.136.36","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":30000000000,"end":"2018-05-21T09:24:03.629Z","kind":"event","start":"2018-05-21T09:23:33.629Z","type":["connection"]},"flow":{"id":"-O7eEnuq5LI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.136.36","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1246,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224034,"flow_start_sys_up_time":3958194034,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.162","ip_version":4,"octet_delta_count":1740,"packet_delta_count":20,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.36","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":1740,"community_id":"1:Uh1hQvm7B77MqivbmxlOAMomv1Q=","direction":"inbound","iana_number":6,"packets":20,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.136.36","10.22.166.36"]},"source":{"bytes":1740,"ip":"10.22.166.36","locality":"internal","packets":20,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.147.28","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29467000000,"end":"2018-05-21T09:24:03.669Z","kind":"event","start":"2018-05-21T09:23:34.202Z","type":["connection"]},"flow":{"id":"pcgnaJ3iCvI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.147.28","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1285,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224074,"flow_start_sys_up_time":3958194607,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.206","ip_version":4,"octet_delta_count":2998,"packet_delta_count":16,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.36","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":2998,"community_id":"1:8L5Jeq2Dap6SaVFyk8CIRCH/U3I=","direction":"inbound","iana_number":6,"packets":16,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.147.28","10.22.166.36"]},"source":{"bytes":2998,"ip":"10.22.166.36","locality":"internal","packets":16,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.141.16","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29452000000,"end":"2018-05-21T09:24:03.67Z","kind":"event","start":"2018-05-21T09:23:34.218Z","type":["connection"]},"flow":{"id":"_gbuwRW4AVE","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.141.16","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1271,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224075,"flow_start_sys_up_time":3958194623,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.182","ip_version":4,"octet_delta_count":55773,"packet_delta_count":37,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.28","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":55773,"community_id":"1:1eLIKeR0kNtd51Gm9QKpAxDjPUg=","direction":"inbound","iana_number":6,"packets":37,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.141.16","10.22.166.28"]},"source":{"bytes":55773,"ip":"10.22.166.28","locality":"internal","packets":37,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.162.17","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29449000000,"end":"2018-05-21T09:24:03.684Z","kind":"event","start":"2018-05-21T09:23:34.235Z","type":["connection"]},"flow":{"id":"VOe0rUor-cg","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.162.17","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1472,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224089,"flow_start_sys_up_time":3958194640,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.19.138","ip_version":4,"octet_delta_count":3239438,"packet_delta_count":2135,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.35","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":3239438,"community_id":"1:mJOXFnQdKGi0FJX8FtN1mVlaVRo=","direction":"inbound","iana_number":6,"packets":2135,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.162.17","10.22.166.35"]},"source":{"bytes":3239438,"ip":"10.22.166.35","locality":"internal","packets":2135,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.171.36","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":30000000000,"end":"2018-05-21T09:24:03.685Z","kind":"event","start":"2018-05-21T09:23:33.685Z","type":["connection"]},"flow":{"id":"nkp7tr2MVcs","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.171.36","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1513,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224090,"flow_start_sys_up_time":3958194090,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.19.174","ip_version":4,"octet_delta_count":5701,"packet_delta_count":20,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.15","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":5701,"community_id":"1:CKdc0BQVlrSUdYIl/rZl5QGwVCA=","direction":"inbound","iana_number":6,"packets":20,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.171.36","10.22.166.15"]},"source":{"bytes":5701,"ip":"10.22.166.15","locality":"internal","packets":20,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.208.12","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29391000000,"end":"2018-05-21T09:24:03.691Z","kind":"event","start":"2018-05-21T09:23:34.3Z","type":["connection"]},"flow":{"id":"WxCFEmsTIh0","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.208.12","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2967,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224096,"flow_start_sys_up_time":3958194705,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.29.66","ip_version":4,"octet_delta_count":4255012,"packet_delta_count":2804,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.2","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":4255012,"community_id":"1:YvCd9zipqzFOMrFXl/Spyy0/4sk=","direction":"inbound","iana_number":6,"packets":2804,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.2","10.22.208.12"]},"source":{"bytes":4255012,"ip":"10.22.166.2","locality":"internal","packets":2804,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.196.21","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29196000000,"end":"2018-05-21T09:24:03.699Z","kind":"event","start":"2018-05-21T09:23:34.503Z","type":["connection"]},"flow":{"id":"rAIv2psXy74","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.196.21","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2719,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224104,"flow_start_sys_up_time":3958194908,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.29.18","ip_version":4,"octet_delta_count":37557,"packet_delta_count":25,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.28","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":37557,"community_id":"1:GhEcsw3dhL4icOZFUJYc5u6lf58=","direction":"inbound","iana_number":6,"packets":25,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.28","10.22.196.21"]},"source":{"bytes":37557,"ip":"10.22.166.28","locality":"internal","packets":25,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.202.15","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":30000000000,"end":"2018-05-21T09:24:03.753Z","kind":"event","start":"2018-05-21T09:23:33.753Z","type":["connection"]},"flow":{"id":"lR18K-eSVNM","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.202.15","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2953,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224158,"flow_start_sys_up_time":3958194158,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.29.42","ip_version":4,"octet_delta_count":23676,"packet_delta_count":68,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.25","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":23676,"community_id":"1:0qcEq1XnhKE12NOUrXbjgRk70E0=","direction":"inbound","iana_number":6,"packets":68,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.25","10.22.202.15"]},"source":{"bytes":23676,"ip":"10.22.166.25","locality":"internal","packets":68,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.166.26","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":89282000000,"end":"2018-05-21T09:25:03.971Z","kind":"event","start":"2018-05-21T09:23:34.689Z","type":["connection"]},"flow":{"id":"1XCFo-Jv19g","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.166.26","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1492,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284376,"flow_start_sys_up_time":3958195094,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.19.154","ip_version":4,"octet_delta_count":22821,"packet_delta_count":30,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.25","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":22821,"community_id":"1:djYyh9fkbHyZ086z3anBPgMpvVw=","direction":"inbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.166.26","10.22.166.25"]},"source":{"bytes":22821,"ip":"10.22.166.25","locality":"internal","packets":30,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.21.3.117","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":90012000000,"end":"2018-05-21T09:25:03.95Z","kind":"event","start":"2018-05-21T09:23:33.938Z","type":["connection"]},"flow":{"id":"DkV-9Meb8W8","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.21.3.117","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":494,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284355,"flow_start_sys_up_time":3958194343,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.7.6","ip_version":4,"octet_delta_count":526,"packet_delta_count":2,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.12","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":526,"community_id":"1:BbUCV6M75DxtXVLg7BD5cEmQP/4=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.21.3.117","10.22.166.12"]},"source":{"bytes":526,"ip":"10.22.166.12","locality":"internal","packets":2,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.145.26","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60005000000,"end":"2018-05-21T09:25:03.938Z","kind":"event","start":"2018-05-21T09:24:03.933Z","type":["connection"]},"flow":{"id":"v1m_MeAqdL4","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.145.26","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1349,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284343,"flow_start_sys_up_time":3958224338,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.25.70","ip_version":4,"octet_delta_count":33129,"packet_delta_count":220,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.17","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":33129,"community_id":"1:YnxrxAyx+D+FJm1W+w8UNgPa2rs=","direction":"inbound","iana_number":6,"packets":220,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.145.26","10.22.166.17"]},"source":{"bytes":33129,"ip":"10.22.166.17","locality":"internal","packets":220,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.21.75.38","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60006000000,"end":"2018-05-21T09:25:03.928Z","kind":"event","start":"2018-05-21T09:24:03.922Z","type":["connection"]},"flow":{"id":"ru0mPvG-tKw","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.21.75.38","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1743,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284333,"flow_start_sys_up_time":3958224327,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.17.78","ip_version":4,"octet_delta_count":5092,"packet_delta_count":9,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.36","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":5092,"community_id":"1:DJ1L7SqBOi1rRa0BwHHVoNY4yt0=","direction":"inbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.21.75.38","10.22.166.36"]},"source":{"bytes":5092,"ip":"10.22.166.36","locality":"internal","packets":9,"port":0}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 H3C","events":[{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.163.21","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":89519000000,"end":"2018-05-21T09:25:03.677Z","kind":"event","start":"2018-05-21T09:23:34.158Z","type":["connection"]},"flow":{"id":"6gDDasxO-4o","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.163.21","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1590,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284082,"flow_start_sys_up_time":3958194563,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.25.142","ip_version":4,"octet_delta_count":1027087,"packet_delta_count":697,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.30","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":1027087,"community_id":"1:eNQLlW0lcfh1MdwlzdboFVeTFPw=","direction":"inbound","iana_number":6,"packets":697,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.163.21","10.22.166.30"]},"source":{"bytes":1027087,"ip":"10.22.166.30","locality":"internal","packets":697,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.21.3.172","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60005000000,"end":"2018-05-21T09:25:03.662Z","kind":"event","start":"2018-05-21T09:24:03.657Z","type":["connection"]},"flow":{"id":"RJbWY0zxttI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.21.3.172","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":494,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284067,"flow_start_sys_up_time":3958224062,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.7.6","ip_version":4,"octet_delta_count":6200,"packet_delta_count":6,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.12","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":6200,"community_id":"1:rFVeEEfyW/QNxIVODefqxH2vcCI=","direction":"inbound","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.21.3.172","10.22.166.12"]},"source":{"bytes":6200,"ip":"10.22.166.12","locality":"internal","packets":6,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.178.37","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60016000000,"end":"2018-05-21T09:25:03.656Z","kind":"event","start":"2018-05-21T09:24:03.64Z","type":["connection"]},"flow":{"id":"MfdYhUDA3Y4","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.178.37","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2908,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284061,"flow_start_sys_up_time":3958224045,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.25.202","ip_version":4,"octet_delta_count":11896,"packet_delta_count":21,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.33","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":11896,"community_id":"1:916CXqxTbwb6orlTyTE7PhRLUSE=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.33","10.22.178.37"]},"source":{"bytes":11896,"ip":"10.22.166.33","locality":"internal","packets":21,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.100.253","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":90011000000,"end":"2018-05-21T09:25:03.643Z","kind":"event","start":"2018-05-21T09:23:33.632Z","type":["connection"]},"flow":{"id":"_QFogYw9xiY","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.100.253","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":789,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284048,"flow_start_sys_up_time":3958194037,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.70","ip_version":4,"octet_delta_count":1041,"packet_delta_count":3,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.35","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":1041,"community_id":"1:ATN9Q9amiD3qSYMP+k9EmMdOQo8=","direction":"inbound","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.100.253","10.22.166.35"]},"source":{"bytes":1041,"ip":"10.22.166.35","locality":"internal","packets":3,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.136.36","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":30000000000,"end":"2018-05-21T09:24:03.629Z","kind":"event","start":"2018-05-21T09:23:33.629Z","type":["connection"]},"flow":{"id":"-O7eEnuq5LI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.136.36","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1246,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224034,"flow_start_sys_up_time":3958194034,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.162","ip_version":4,"octet_delta_count":1740,"packet_delta_count":20,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.36","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":1740,"community_id":"1:Uh1hQvm7B77MqivbmxlOAMomv1Q=","direction":"inbound","iana_number":6,"packets":20,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.136.36","10.22.166.36"]},"source":{"bytes":1740,"ip":"10.22.166.36","locality":"internal","packets":20,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.147.28","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29467000000,"end":"2018-05-21T09:24:03.669Z","kind":"event","start":"2018-05-21T09:23:34.202Z","type":["connection"]},"flow":{"id":"pcgnaJ3iCvI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.147.28","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1285,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224074,"flow_start_sys_up_time":3958194607,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.206","ip_version":4,"octet_delta_count":2998,"packet_delta_count":16,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.36","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":2998,"community_id":"1:8L5Jeq2Dap6SaVFyk8CIRCH/U3I=","direction":"inbound","iana_number":6,"packets":16,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.147.28","10.22.166.36"]},"source":{"bytes":2998,"ip":"10.22.166.36","locality":"internal","packets":16,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.141.16","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29452000000,"end":"2018-05-21T09:24:03.67Z","kind":"event","start":"2018-05-21T09:23:34.218Z","type":["connection"]},"flow":{"id":"_gbuwRW4AVE","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.141.16","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1271,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224075,"flow_start_sys_up_time":3958194623,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.17.182","ip_version":4,"octet_delta_count":55773,"packet_delta_count":37,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.28","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":55773,"community_id":"1:1eLIKeR0kNtd51Gm9QKpAxDjPUg=","direction":"inbound","iana_number":6,"packets":37,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.141.16","10.22.166.28"]},"source":{"bytes":55773,"ip":"10.22.166.28","locality":"internal","packets":37,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.162.17","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29449000000,"end":"2018-05-21T09:24:03.684Z","kind":"event","start":"2018-05-21T09:23:34.235Z","type":["connection"]},"flow":{"id":"VOe0rUor-cg","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.162.17","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1472,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224089,"flow_start_sys_up_time":3958194640,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.19.138","ip_version":4,"octet_delta_count":3239438,"packet_delta_count":2135,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.35","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":3239438,"community_id":"1:mJOXFnQdKGi0FJX8FtN1mVlaVRo=","direction":"inbound","iana_number":6,"packets":2135,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.162.17","10.22.166.35"]},"source":{"bytes":3239438,"ip":"10.22.166.35","locality":"internal","packets":2135,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.171.36","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":30000000000,"end":"2018-05-21T09:24:03.685Z","kind":"event","start":"2018-05-21T09:23:33.685Z","type":["connection"]},"flow":{"id":"nkp7tr2MVcs","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.171.36","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1513,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224090,"flow_start_sys_up_time":3958194090,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.19.174","ip_version":4,"octet_delta_count":5701,"packet_delta_count":20,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.15","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":5701,"community_id":"1:CKdc0BQVlrSUdYIl/rZl5QGwVCA=","direction":"inbound","iana_number":6,"packets":20,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.171.36","10.22.166.15"]},"source":{"bytes":5701,"ip":"10.22.166.15","locality":"internal","packets":20,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.208.12","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29391000000,"end":"2018-05-21T09:24:03.691Z","kind":"event","start":"2018-05-21T09:23:34.3Z","type":["connection"]},"flow":{"id":"WxCFEmsTIh0","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.208.12","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2967,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224096,"flow_start_sys_up_time":3958194705,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.29.66","ip_version":4,"octet_delta_count":4255012,"packet_delta_count":2804,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.2","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":4255012,"community_id":"1:YvCd9zipqzFOMrFXl/Spyy0/4sk=","direction":"inbound","iana_number":6,"packets":2804,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.2","10.22.208.12"]},"source":{"bytes":4255012,"ip":"10.22.166.2","locality":"internal","packets":2804,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.196.21","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":29196000000,"end":"2018-05-21T09:24:03.699Z","kind":"event","start":"2018-05-21T09:23:34.503Z","type":["connection"]},"flow":{"id":"rAIv2psXy74","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.196.21","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2719,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224104,"flow_start_sys_up_time":3958194908,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.29.18","ip_version":4,"octet_delta_count":37557,"packet_delta_count":25,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.28","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":37557,"community_id":"1:GhEcsw3dhL4icOZFUJYc5u6lf58=","direction":"inbound","iana_number":6,"packets":25,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.28","10.22.196.21"]},"source":{"bytes":37557,"ip":"10.22.166.28","locality":"internal","packets":25,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.202.15","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":30000000000,"end":"2018-05-21T09:24:03.753Z","kind":"event","start":"2018-05-21T09:23:33.753Z","type":["connection"]},"flow":{"id":"lR18K-eSVNM","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.202.15","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":2953,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958224158,"flow_start_sys_up_time":3958194158,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.29.42","ip_version":4,"octet_delta_count":23676,"packet_delta_count":68,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.25","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":23676,"community_id":"1:0qcEq1XnhKE12NOUrXbjgRk70E0=","direction":"inbound","iana_number":6,"packets":68,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.166.25","10.22.202.15"]},"source":{"bytes":23676,"ip":"10.22.166.25","locality":"internal","packets":68,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.20.166.26","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":89282000000,"end":"2018-05-21T09:25:03.971Z","kind":"event","start":"2018-05-21T09:23:34.689Z","type":["connection"]},"flow":{"id":"1XCFo-Jv19g","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.20.166.26","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1492,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284376,"flow_start_sys_up_time":3958195094,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.20.19.154","ip_version":4,"octet_delta_count":22821,"packet_delta_count":30,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.25","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":22821,"community_id":"1:djYyh9fkbHyZ086z3anBPgMpvVw=","direction":"inbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.20.166.26","10.22.166.25"]},"source":{"bytes":22821,"ip":"10.22.166.25","locality":"internal","packets":30,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.21.3.117","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":90012000000,"end":"2018-05-21T09:25:03.95Z","kind":"event","start":"2018-05-21T09:23:33.938Z","type":["connection"]},"flow":{"id":"DkV-9Meb8W8","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.21.3.117","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":494,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284355,"flow_start_sys_up_time":3958194343,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.7.6","ip_version":4,"octet_delta_count":526,"packet_delta_count":2,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.12","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":526,"community_id":"1:BbUCV6M75DxtXVLg7BD5cEmQP/4=","direction":"inbound","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.21.3.117","10.22.166.12"]},"source":{"bytes":526,"ip":"10.22.166.12","locality":"internal","packets":2,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.22.145.26","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60005000000,"end":"2018-05-21T09:25:03.938Z","kind":"event","start":"2018-05-21T09:24:03.933Z","type":["connection"]},"flow":{"id":"v1m_MeAqdL4","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.22.145.26","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1349,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284343,"flow_start_sys_up_time":3958224338,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.25.70","ip_version":4,"octet_delta_count":33129,"packet_delta_count":220,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.17","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":33129,"community_id":"1:YnxrxAyx+D+FJm1W+w8UNgPa2rs=","direction":"inbound","iana_number":6,"packets":220,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.22.145.26","10.22.166.17"]},"source":{"bytes":33129,"ip":"10.22.166.17","locality":"internal","packets":220,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-21T09:25:04Z","Meta":null,"Fields":{"destination":{"ip":"10.21.75.38","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"duration":60006000000,"end":"2018-05-21T09:25:03.928Z","kind":"event","start":"2018-05-21T09:24:03.922Z","type":["connection"]},"flow":{"id":"ru0mPvG-tKw","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.21.75.38","destination_ipv4_prefix_length":24,"destination_transport_port":0,"dst_traffic_index":4294967295,"egress_interface":1743,"exporter":{"address":"192.0.2.1:4444","source_id":2816,"timestamp":"2018-05-21T09:25:04Z","uptime_millis":3958284405,"version":9},"flow_direction":0,"flow_end_sys_up_time":3958284333,"flow_start_sys_up_time":3958224327,"forwarding_status":0,"ingress_interface":2662,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.21.17.78","ip_version":4,"octet_delta_count":5092,"packet_delta_count":9,"protocol_identifier":6,"sampling_algorithm":0,"sampling_interval":0,"source_ipv4_address":"10.22.166.36","source_ipv4_prefix_length":24,"source_transport_port":0,"src_traffic_index":0,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":5092,"community_id":"1:DJ1L7SqBOi1rRa0BwHHVoNY4yt0=","direction":"inbound","iana_number":6,"packets":9,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.21.75.38","10.22.166.36"]},"source":{"bytes":5092,"ip":"10.22.166.36","locality":"internal","packets":9,"port":0}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Ubiquiti_Edgerouter_with_MPLS_labels
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:31663
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43d650 addTemplate 1024 0x2a79d840
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43d650 addTemplate 1025 0x2a79d860
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43d650 addTemplate 2048 0x2a79d880
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43d650 addTemplate 2049 0x2a79d8a0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:31826
        
    helper.go:24: [netflow-v9] FlowSet ID 1024 length 472
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:31664
        
    helper.go:24: [netflow-v9] FlowSet ID 1025 length 472
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Ubiquiti Edgerouter with MPLS labels","events":[{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":17232},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:17:25.825Z","kind":"event","start":"2016-09-10T16:17:25.825Z","type":["connection"]},"flow":{"id":"KYJ6RiyA5YM","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":17232,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":408995827,"flow_start_sys_up_time":408995827,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":174,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"10.1.0.135","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":174,"community_id":"1:NBTWKwdDGkYieqGKPdWehkSsDm4=","direction":"inbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.135","10.4.0.251"]},"source":{"bytes":174,"ip":"10.1.0.135","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":2,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":17232},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:17:25.825Z","kind":"event","start":"2016-09-10T16:17:25.825Z","type":["connection"]},"flow":{"id":"4GHcyowN7sg","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":17232,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":408995827,"flow_start_sys_up_time":408995827,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":87,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.1.0.136","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":87,"community_id":"1:Dyu6ee2GSLgQQ7vGPNfn9m+ogiM=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.136","10.4.0.251"]},"source":{"bytes":87,"ip":"10.1.0.136","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":51369},"event":{"action":"netflow_flow","category":["network"],"duration":140227000000,"end":"2016-09-10T15:22:30.891Z","kind":"event","start":"2016-09-10T15:20:10.664Z","type":["connection"]},"flow":{"id":"GRn2z1Rao3c","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":51369,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":405700893,"flow_start_sys_up_time":405560666,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":1920,"packet_delta_count":15,"protocol_identifier":6,"source_ipv4_address":"10.1.0.232","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow","vlan_id":0},"network":{"bytes":1920,"community_id":"1:8fXYyfmQTXQv1A8dwYcRyrZr5bA=","direction":"inbound","iana_number":6,"packets":15,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.232","10.4.0.251"]},"source":{"bytes":1920,"ip":"10.1.0.232","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":15,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":51370},"event":{"action":"netflow_flow","category":["network"],"duration":140227000000,"end":"2016-09-10T15:22:30.891Z","kind":"event","start":"2016-09-10T15:20:10.664Z","type":["connection"]},"flow":{"id":"iHA6jdIkqjA","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":51370,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":405700893,"flow_start_sys_up_time":405560666,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":610,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"10.1.0.232","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow","vlan_id":0},"network":{"bytes":610,"community_id":"1:mNTeyDMHqs2HRwBAdsSLCzMRjjI=","direction":"inbound","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.232","10.4.0.251"]},"source":{"bytes":610,"ip":"10.1.0.232","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":8,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":44006},"event":{"action":"netflow_flow","category":["network"],"duration":177102000000,"end":"2016-09-10T16:20:32.763Z","kind":"event","start":"2016-09-10T16:17:35.661Z","type":["connection"]},"flow":{"id":"cBjtKefzGos","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":44006,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":409182765,"flow_start_sys_up_time":409005663,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":2420,"packet_delta_count":21,"protocol_identifier":6,"source_ipv4_address":"10.5.0.91","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":31,"type":"netflow_flow","vlan_id":0},"network":{"bytes":2420,"community_id":"1:/16s6/4OVEnao8jPez9fez90nkk=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","10.5.0.91"]},"source":{"bytes":2420,"ip":"10.5.0.91","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":21,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":33282},"event":{"action":"netflow_flow","category":["network"],"duration":176903000000,"end":"2016-09-10T16:20:32.666Z","kind":"event","start":"2016-09-10T16:17:35.763Z","type":["connection"]},"flow":{"id":"EzT0lQWYBRw","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":33282,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":409182668,"flow_start_sys_up_time":409005765,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":10204,"packet_delta_count":30,"protocol_identifier":6,"source_ipv4_address":"10.1.0.30","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":31,"type":"netflow_flow","vlan_id":0},"network":{"bytes":10204,"community_id":"1:6KrMdAfJt1Y285J57/II02tBqvw=","direction":"inbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.30","10.4.0.251"]},"source":{"bytes":10204,"ip":"10.1.0.30","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":30,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":64642},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T15:22:36.207Z","kind":"event","start":"2016-09-10T15:22:36.207Z","type":["connection"]},"flow":{"id":"TROGwofkmJA","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":64642,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":405706209,"flow_start_sys_up_time":405706209,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":216,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"10.3.0.100","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow","vlan_id":0},"network":{"bytes":216,"community_id":"1:tqJ7J04mTp1f5t9jqcuGIbqiLM8=","direction":"inbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.3.0.100","10.4.0.251"]},"source":{"bytes":216,"ip":"10.3.0.100","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":4,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":9497},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:17:35.661Z","kind":"event","start":"2016-09-10T16:17:35.661Z","type":["connection"]},"flow":{"id":"wLclDbADA9s","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":9497,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":409005663,"flow_start_sys_up_time":409005663,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":152,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.1.0.135","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":152,"community_id":"1:qoM8TuOJj+A0BLulnxvxPwcFsfs=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.135","10.4.0.251"]},"source":{"bytes":152,"ip":"10.1.0.135","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.73","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":116000000,"end":"2016-09-10T15:23:38.951Z","kind":"event","start":"2016-09-10T15:23:38.835Z","type":["connection"]},"flow":{"id":"LpdyE0SSB-o","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.0.0.73","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":405769136,"flow_start_sys_up_time":405769020,"ingress_interface":2,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":260,"packet_delta_count":5,"post_destination_mac_address":"44-D9-E7-BE-EF-8E","post_source_mac_address":"44-D9-E7-BE-EF-22","post_vlan_id":0,"protocol_identifier":6,"source_ipv4_address":"192.168.1.98","source_transport_port":55105,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":260,"community_id":"1:eh+yszc/KHzqQp5jYGjCrbErF5w=","direction":"outbound","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.73","192.168.1.98"]},"source":{"bytes":260,"ip":"192.168.1.98","locality":"internal","packets":5,"port":55105}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":10001},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"32P6av-L8P0","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":10001,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":32,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":42506,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":32,"community_id":"1:wuo75Abni2/KMmq9G5RDRtUHum4=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":32,"ip":"10.4.0.251","locality":"internal","packets":1,"port":42506}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":37868},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"ft_m5C7Hgpo","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":37868,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":40295,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:GCl5GOo95EWKkGa7RwFq6LQyB3I=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":40295}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":56911},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"bVX88Ii80AQ","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":56911,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":36071,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:C7Lu8zD8/tm/pDhREb0JsqNmu3U=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":36071}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":56327},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"bA4nBN4veuI","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":56327,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":49829,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:RxUxXSe/yIC0j4o5I9nZhC1kDXA=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":49829}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":56239},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"lY5yfRKXE3s","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":56239,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":35059,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:MX45AfOFOz7aFL6GL7Ga9yfeUtY=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":35059}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":39832},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"x3GfEtY3zCQ","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":39832,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":38231,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:ZY/RS9VGxN4ZyVhbQwapnUeJxb4=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":38231}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"10.2.0.95","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":1250988000000,"end":"2016-09-10T15:23:44.363Z","kind":"event","start":"2016-09-10T15:02:53.375Z","type":["connection"]},"flow":{"id":"bfT831bq5AI","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.2.0.95","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":405774548,"flow_start_sys_up_time":404523560,"ingress_interface":2,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":3668,"packet_delta_count":21,"post_destination_mac_address":"44-D9-E7-BE-EF-8E","post_source_mac_address":"06-BE-EF-BE-EF-B9","post_vlan_id":0,"protocol_identifier":6,"source_ipv4_address":"192.168.1.102","source_transport_port":47690,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":3668,"community_id":"1:qYI9Y2rQNRYLaB2hC3tf5xtUts0=","direction":"outbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.2.0.95","192.168.1.102"]},"source":{"bytes":3668,"ip":"192.168.1.102","locality":"internal","packets":21,"port":47690}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Ubiquiti Edgerouter with MPLS labels","events":[{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":17232},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:17:25.825Z","kind":"event","start":"2016-09-10T16:17:25.825Z","type":["connection"]},"flow":{"id":"KYJ6RiyA5YM","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":17232,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":408995827,"flow_start_sys_up_time":408995827,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":174,"packet_delta_count":2,"protocol_identifier":17,"source_ipv4_address":"10.1.0.135","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":174,"community_id":"1:NBTWKwdDGkYieqGKPdWehkSsDm4=","direction":"inbound","iana_number":17,"packets":2,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.135","10.4.0.251"]},"source":{"bytes":174,"ip":"10.1.0.135","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":2,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":17232},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:17:25.825Z","kind":"event","start":"2016-09-10T16:17:25.825Z","type":["connection"]},"flow":{"id":"4GHcyowN7sg","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":17232,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":408995827,"flow_start_sys_up_time":408995827,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":87,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.1.0.136","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":87,"community_id":"1:Dyu6ee2GSLgQQ7vGPNfn9m+ogiM=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.136","10.4.0.251"]},"source":{"bytes":87,"ip":"10.1.0.136","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":51369},"event":{"action":"netflow_flow","category":["network"],"duration":140227000000,"end":"2016-09-10T15:22:30.891Z","kind":"event","start":"2016-09-10T15:20:10.664Z","type":["connection"]},"flow":{"id":"GRn2z1Rao3c","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":51369,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":405700893,"flow_start_sys_up_time":405560666,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":1920,"packet_delta_count":15,"protocol_identifier":6,"source_ipv4_address":"10.1.0.232","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow","vlan_id":0},"network":{"bytes":1920,"community_id":"1:8fXYyfmQTXQv1A8dwYcRyrZr5bA=","direction":"inbound","iana_number":6,"packets":15,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.232","10.4.0.251"]},"source":{"bytes":1920,"ip":"10.1.0.232","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":15,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":51370},"event":{"action":"netflow_flow","category":["network"],"duration":140227000000,"end":"2016-09-10T15:22:30.891Z","kind":"event","start":"2016-09-10T15:20:10.664Z","type":["connection"]},"flow":{"id":"iHA6jdIkqjA","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":51370,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":405700893,"flow_start_sys_up_time":405560666,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":610,"packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"10.1.0.232","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow","vlan_id":0},"network":{"bytes":610,"community_id":"1:mNTeyDMHqs2HRwBAdsSLCzMRjjI=","direction":"inbound","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.232","10.4.0.251"]},"source":{"bytes":610,"ip":"10.1.0.232","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":8,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":44006},"event":{"action":"netflow_flow","category":["network"],"duration":177102000000,"end":"2016-09-10T16:20:32.763Z","kind":"event","start":"2016-09-10T16:17:35.661Z","type":["connection"]},"flow":{"id":"cBjtKefzGos","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":44006,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":409182765,"flow_start_sys_up_time":409005663,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":2420,"packet_delta_count":21,"protocol_identifier":6,"source_ipv4_address":"10.5.0.91","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":31,"type":"netflow_flow","vlan_id":0},"network":{"bytes":2420,"community_id":"1:/16s6/4OVEnao8jPez9fez90nkk=","direction":"inbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","10.5.0.91"]},"source":{"bytes":2420,"ip":"10.5.0.91","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":21,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":33282},"event":{"action":"netflow_flow","category":["network"],"duration":176903000000,"end":"2016-09-10T16:20:32.666Z","kind":"event","start":"2016-09-10T16:17:35.763Z","type":["connection"]},"flow":{"id":"EzT0lQWYBRw","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":33282,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":409182668,"flow_start_sys_up_time":409005765,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":10204,"packet_delta_count":30,"protocol_identifier":6,"source_ipv4_address":"10.1.0.30","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":31,"type":"netflow_flow","vlan_id":0},"network":{"bytes":10204,"community_id":"1:6KrMdAfJt1Y285J57/II02tBqvw=","direction":"inbound","iana_number":6,"packets":30,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.30","10.4.0.251"]},"source":{"bytes":10204,"ip":"10.1.0.30","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":30,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":64642},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T15:22:36.207Z","kind":"event","start":"2016-09-10T15:22:36.207Z","type":["connection"]},"flow":{"id":"TROGwofkmJA","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":64642,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":405706209,"flow_start_sys_up_time":405706209,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":216,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"10.3.0.100","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":443,"tcp_control_bits":27,"type":"netflow_flow","vlan_id":0},"network":{"bytes":216,"community_id":"1:tqJ7J04mTp1f5t9jqcuGIbqiLM8=","direction":"inbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.3.0.100","10.4.0.251"]},"source":{"bytes":216,"ip":"10.3.0.100","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":4,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:23:30Z","Meta":null,"Fields":{"destination":{"ip":"10.4.0.251","locality":"internal","mac":"44-D9-E7-BE-EF-89","port":9497},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:17:35.661Z","kind":"event","start":"2016-09-10T16:17:35.661Z","type":["connection"]},"flow":{"id":"wLclDbADA9s","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.4.0.251","destination_mac_address":"44-D9-E7-BE-EF-89","destination_transport_port":9497,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:23:30Z","uptime_millis":409360002,"version":9},"flow_direction":0,"flow_end_sys_up_time":409005663,"flow_start_sys_up_time":409005663,"ingress_interface":4,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":152,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.1.0.135","source_mac_address":"06-BE-EF-BE-EF-4F","source_transport_port":53,"tcp_control_bits":0,"type":"netflow_flow","vlan_id":0},"network":{"bytes":152,"community_id":"1:qoM8TuOJj+A0BLulnxvxPwcFsfs=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.1.0.135","10.4.0.251"]},"source":{"bytes":152,"ip":"10.1.0.135","locality":"internal","mac":"06-BE-EF-BE-EF-4F","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.73","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":116000000,"end":"2016-09-10T15:23:38.951Z","kind":"event","start":"2016-09-10T15:23:38.835Z","type":["connection"]},"flow":{"id":"LpdyE0SSB-o","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.0.0.73","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":405769136,"flow_start_sys_up_time":405769020,"ingress_interface":2,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":260,"packet_delta_count":5,"post_destination_mac_address":"44-D9-E7-BE-EF-8E","post_source_mac_address":"44-D9-E7-BE-EF-22","post_vlan_id":0,"protocol_identifier":6,"source_ipv4_address":"192.168.1.98","source_transport_port":55105,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":260,"community_id":"1:eh+yszc/KHzqQp5jYGjCrbErF5w=","direction":"outbound","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.73","192.168.1.98"]},"source":{"bytes":260,"ip":"192.168.1.98","locality":"internal","packets":5,"port":55105}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":10001},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"32P6av-L8P0","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":10001,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":32,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":42506,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":32,"community_id":"1:wuo75Abni2/KMmq9G5RDRtUHum4=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":32,"ip":"10.4.0.251","locality":"internal","packets":1,"port":42506}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":37868},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"ft_m5C7Hgpo","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":37868,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":40295,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:GCl5GOo95EWKkGa7RwFq6LQyB3I=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":40295}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":56911},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"bVX88Ii80AQ","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":56911,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":36071,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:C7Lu8zD8/tm/pDhREb0JsqNmu3U=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":36071}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":56327},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"bA4nBN4veuI","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":56327,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":49829,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:RxUxXSe/yIC0j4o5I9nZhC1kDXA=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":49829}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":56239},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"lY5yfRKXE3s","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":56239,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":35059,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:MX45AfOFOz7aFL6GL7Ga9yfeUtY=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":35059}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"255.255.255.255","locality":"internal","port":39832},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2016-09-10T16:18:39.443Z","kind":"event","start":"2016-09-10T16:18:39.443Z","type":["connection"]},"flow":{"id":"x3GfEtY3zCQ","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"255.255.255.255","destination_transport_port":39832,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":409069628,"flow_start_sys_up_time":409069628,"ingress_interface":0,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":135,"packet_delta_count":1,"post_destination_mac_address":"00-00-00-00-00-00","post_source_mac_address":"00-00-00-00-00-00","post_vlan_id":0,"protocol_identifier":17,"source_ipv4_address":"10.4.0.251","source_transport_port":38231,"tcp_control_bits":0,"type":"netflow_flow"},"network":{"bytes":135,"community_id":"1:ZY/RS9VGxN4ZyVhbQwapnUeJxb4=","direction":"outbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.4.0.251","255.255.255.255"]},"source":{"bytes":135,"ip":"10.4.0.251","locality":"internal","packets":1,"port":38231}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-09-10T16:24:08Z","Meta":null,"Fields":{"destination":{"ip":"10.2.0.95","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":1250988000000,"end":"2016-09-10T15:23:44.363Z","kind":"event","start":"2016-09-10T15:02:53.375Z","type":["connection"]},"flow":{"id":"bfT831bq5AI","locality":"internal"},"netflow":{"delta_flow_count":0,"destination_ipv4_address":"10.2.0.95","destination_transport_port":443,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-09-10T16:24:08Z","uptime_millis":409398185,"version":9},"flow_direction":1,"flow_end_sys_up_time":405774548,"flow_start_sys_up_time":404523560,"ingress_interface":2,"ip_class_of_service":0,"ip_version":4,"mpls_label_stack_length":4,"octet_delta_count":3668,"packet_delta_count":21,"post_destination_mac_address":"44-D9-E7-BE-EF-8E","post_source_mac_address":"06-BE-EF-BE-EF-B9","post_vlan_id":0,"protocol_identifier":6,"source_ipv4_address":"192.168.1.102","source_transport_port":47690,"tcp_control_bits":27,"type":"netflow_flow"},"network":{"bytes":3668,"community_id":"1:qYI9Y2rQNRYLaB2hC3tf5xtUts0=","direction":"outbound","iana_number":6,"packets":21,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.2.0.95","192.168.1.102"]},"source":{"bytes":3668,"ip":"192.168.1.102","locality":"internal","packets":21,"port":47690}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow9_Juniper_SRX_options_template_with_0_scope_field_length
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:142 seq:338
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] Size of field octetDeltaCount in template is out of bounds (size=0, min=1, max=8)
        
    helper.go:24: [netflow-v9] state 0x2a43dad0 addTemplate 256 0x2a6b47c0
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 8
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 88
        
    helper.go:24: [netflow-v9] state 0x2a43dad0 addTemplate 257 0x2a6b4880
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow9 Juniper SRX options template with 0 scope field length","events":[{"Timestamp":"2016-11-29T00:21:56Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":142,"timestamp":"2016-11-29T00:21:56Z","uptime_millis":3566690934,"version":9},"options":{"sampling_algorithm":2,"sampling_interval":1},"scope":{},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow9 Juniper SRX options template with 0 scope field length","events":[{"Timestamp":"2016-11-29T00:21:56Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":142,"timestamp":"2016-11-29T00:21:56Z","uptime_millis":3566690934,"version":9},"options":{"sampling_algorithm":2,"sampling_interval":1},"scope":{},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_field_layer2segmentid
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:262144 seq:4769
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 72
        
    helper.go:24: [netflow-v9] state 0x2a43dd40 addTemplate 266 0x2a6b4f60
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:262144 seq:4773
        
    helper.go:24: [netflow-v9] FlowSet ID 266 length 60
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 field layer2segmentid","events":[{"Timestamp":"2018-01-16T09:45:02Z","Meta":null,"Fields":{"destination":{"ip":"80.82.237.40","locality":"external","port":445},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2018-01-16T09:44:47Z","kind":"event","start":"2018-01-16T09:44:47Z","type":["connection"]},"flow":{"id":"tS3zN7t_rFg","locality":"external"},"netflow":{"destination_ipv4_address":"80.82.237.40","destination_transport_port":445,"exporter":{"address":"192.0.2.1:4444","source_id":262144,"timestamp":"2018-01-16T09:45:02Z","uptime_millis":5584000,"version":9},"flow_direction":0,"flow_end_sys_up_time":5569000,"flow_start_sys_up_time":5569000,"ingress_interface":7,"ingress_vrfid":0,"ip_class_of_service":0,"layer2_segment_id":0,"octet_delta_count":52,"packet_delta_count":1,"padding_octets":"AAA=","protocol_identifier":6,"sampler_id":98,"source_ipv4_address":"192.168.200.136","source_transport_port":61926,"type":"netflow_flow","vlan_id":3174},"network":{"bytes":52,"community_id":"1:V19XLX+69Hp20cyrswTBva1s5MM=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["80.82.237.40","192.168.200.136"]},"source":{"bytes":52,"ip":"192.168.200.136","locality":"internal","packets":1,"port":61926}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 field layer2segmentid","events":[{"Timestamp":"2018-01-16T09:45:02Z","Meta":null,"Fields":{"destination":{"ip":"80.82.237.40","locality":"external","port":445},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2018-01-16T09:44:47Z","kind":"event","start":"2018-01-16T09:44:47Z","type":["connection"]},"flow":{"id":"tS3zN7t_rFg","locality":"external"},"netflow":{"destination_ipv4_address":"80.82.237.40","destination_transport_port":445,"exporter":{"address":"192.0.2.1:4444","source_id":262144,"timestamp":"2018-01-16T09:45:02Z","uptime_millis":5584000,"version":9},"flow_direction":0,"flow_end_sys_up_time":5569000,"flow_start_sys_up_time":5569000,"ingress_interface":7,"ingress_vrfid":0,"ip_class_of_service":0,"layer2_segment_id":0,"octet_delta_count":52,"packet_delta_count":1,"padding_octets":"AAA=","protocol_identifier":6,"sampler_id":98,"source_ipv4_address":"192.168.200.136","source_transport_port":61926,"type":"netflow_flow","vlan_id":3174},"network":{"bytes":52,"community_id":"1:V19XLX+69Hp20cyrswTBva1s5MM=","direction":"inbound","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["80.82.237.40","192.168.200.136"]},"source":{"bytes":52,"ip":"192.168.200.136","locality":"internal","packets":1,"port":61926}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_Procera
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:2875616939 seq:19406
        
    helper.go:24: [ipfix] FlowSet ID 2 length 144
        
    helper.go:24: [ipfix] state 0x2a43df50 addTemplate 52935 0x2a6b5960
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:2875616939 seq:19412
        
    helper.go:24: [ipfix] FlowSet ID 52935 length 1335
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX Procera","events":[{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":47838},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gEodlN50y4w","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":47838,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:02Z","flow_start_seconds":"2018-04-15T03:26:50Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"181.214.87.71","source_ipv6_address":"::","source_transport_port":53787,"type":"netflow_flow"},"network":{"community_id":"1:A32CVBRvJG9El+XUJRJpXNzEEJY=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","181.214.87.71"]},"source":{"ip":"181.214.87.71","locality":"external","port":53787}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"0.0.0.0","locality":"internal","port":135},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"GYmhjYyvaAI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"0.0.0.0","destination_ipv6_address":"2001:388:cf0a:6::2","destination_transport_port":135,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:02Z","flow_start_seconds":"2018-04-15T03:28:44Z","procera_base_service":"IP protocol 58 (IPv6-ICMP)","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING,ESTABLISHED","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":86,"procera_outgoing_octets":78,"procera_service":"IP protocol 58 (IPv6-ICMP)","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":58,"source_ipv4_address":"0.0.0.0","source_ipv6_address":"2001:388:cf0a:6::1","source_transport_port":136,"type":"netflow_flow"},"network":{"community_id":"1:vK+Zeop1Y3GHxfFGVF2/COcNBWw=","direction":"unknown","iana_number":58,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["0.0.0.0"]},"source":{"ip":"0.0.0.0","locality":"internal","port":136}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":22252},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"qSSNfC38l0c","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":22252,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:06Z","flow_start_seconds":"2018-04-15T03:27:00Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"5.188.11.35","source_ipv6_address":"::","source_transport_port":44155,"type":"netflow_flow"},"network":{"community_id":"1:zC4ZLN/8rkaEyAGWB7SZsdwZbU8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["5.188.11.35","138.44.161.14"]},"source":{"ip":"5.188.11.35","locality":"external","port":44155}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":8},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Tv1jmZy2vn4","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":226,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":8,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:46Z","flow_start_seconds":"2018-04-15T03:29:02Z","procera_base_service":"IP protocol 1 (ICMP)","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"IP protocol 1 (ICMP)","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":1,"source_ipv4_address":"206.117.25.89","source_ipv6_address":"::","source_transport_port":0,"type":"netflow_flow"},"network":{"community_id":"1:JtAapjcKxopGbt4rPXZuNEkoRv8=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","206.117.25.89"]},"source":{"ip":"206.117.25.89","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"0.0.0.0","locality":"internal","port":135},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"GYmhjYyvaAI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"0.0.0.0","destination_ipv6_address":"2001:388:cf0a:6::2","destination_transport_port":135,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:46Z","flow_start_seconds":"2018-04-15T03:29:14Z","procera_base_service":"IP protocol 58 (IPv6-ICMP)","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING,ESTABLISHED","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":86,"procera_outgoing_octets":78,"procera_service":"IP protocol 58 (IPv6-ICMP)","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":58,"source_ipv4_address":"0.0.0.0","source_ipv6_address":"2001:388:cf0a:6::1","source_transport_port":136,"type":"netflow_flow"},"network":{"community_id":"1:vK+Zeop1Y3GHxfFGVF2/COcNBWw=","direction":"unknown","iana_number":58,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["0.0.0.0"]},"source":{"ip":"0.0.0.0","locality":"internal","port":136}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":7451},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"JhEHWMX5XwI","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":7451,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:30:00Z","flow_start_seconds":"2018-04-15T03:28:59Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"185.232.29.199","source_ipv6_address":"::","source_transport_port":55869,"type":"netflow_flow"},"network":{"community_id":"1:GY1mBBTSNtzeOvb8SNjfw0N/cdk=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","185.232.29.199"]},"source":{"ip":"185.232.29.199","locality":"external","port":55869}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":2000},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q_zyIhDZuIo","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":2000,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:30:00Z","flow_start_seconds":"2018-04-15T03:29:30Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"177.188.228.137","source_ipv6_address":"::","source_transport_port":9430,"type":"netflow_flow"},"network":{"community_id":"1:Xy/0zLI0aRilmkxj3qiB2MT4W1g=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","177.188.228.137"]},"source":{"ip":"177.188.228.137","locality":"external","port":9430}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.13","locality":"external","port":179},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"pNMKY7O9aVc","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.13","destination_ipv6_address":"::","destination_transport_port":179,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:30:00Z","flow_start_seconds":"2018-04-15T03:25:00Z","procera_base_service":"BGP-4","procera_content_categories":"","procera_flow_behavior":"INTERACTIVE,CLIENT_IS_LOCAL,INBOUND,ESTABLISHED,ACTIVE","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":7076,"procera_outgoing_octets":3310,"procera_service":"BGP-4","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"138.44.161.14","source_ipv6_address":"::","source_transport_port":33689,"type":"netflow_flow"},"network":{"community_id":"1:dIK+X6e3IIFTqsUMuGz9lAG8Ag8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.13","138.44.161.14"]},"source":{"ip":"138.44.161.14","locality":"external","port":33689}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX Procera","events":[{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":47838},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"gEodlN50y4w","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":47838,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:02Z","flow_start_seconds":"2018-04-15T03:26:50Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"181.214.87.71","source_ipv6_address":"::","source_transport_port":53787,"type":"netflow_flow"},"network":{"community_id":"1:A32CVBRvJG9El+XUJRJpXNzEEJY=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","181.214.87.71"]},"source":{"ip":"181.214.87.71","locality":"external","port":53787}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"0.0.0.0","locality":"internal","port":135},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"GYmhjYyvaAI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"0.0.0.0","destination_ipv6_address":"2001:388:cf0a:6::2","destination_transport_port":135,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:02Z","flow_start_seconds":"2018-04-15T03:28:44Z","procera_base_service":"IP protocol 58 (IPv6-ICMP)","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING,ESTABLISHED","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":86,"procera_outgoing_octets":78,"procera_service":"IP protocol 58 (IPv6-ICMP)","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":58,"source_ipv4_address":"0.0.0.0","source_ipv6_address":"2001:388:cf0a:6::1","source_transport_port":136,"type":"netflow_flow"},"network":{"community_id":"1:vK+Zeop1Y3GHxfFGVF2/COcNBWw=","direction":"unknown","iana_number":58,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["0.0.0.0"]},"source":{"ip":"0.0.0.0","locality":"internal","port":136}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":22252},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"qSSNfC38l0c","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":22252,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:06Z","flow_start_seconds":"2018-04-15T03:27:00Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"5.188.11.35","source_ipv6_address":"::","source_transport_port":44155,"type":"netflow_flow"},"network":{"community_id":"1:zC4ZLN/8rkaEyAGWB7SZsdwZbU8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["5.188.11.35","138.44.161.14"]},"source":{"ip":"5.188.11.35","locality":"external","port":44155}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":8},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Tv1jmZy2vn4","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":226,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":8,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:46Z","flow_start_seconds":"2018-04-15T03:29:02Z","procera_base_service":"IP protocol 1 (ICMP)","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"IP protocol 1 (ICMP)","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":1,"source_ipv4_address":"206.117.25.89","source_ipv6_address":"::","source_transport_port":0,"type":"netflow_flow"},"network":{"community_id":"1:JtAapjcKxopGbt4rPXZuNEkoRv8=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","206.117.25.89"]},"source":{"ip":"206.117.25.89","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"0.0.0.0","locality":"internal","port":135},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"GYmhjYyvaAI","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"0.0.0.0","destination_ipv6_address":"2001:388:cf0a:6::2","destination_transport_port":135,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:29:46Z","flow_start_seconds":"2018-04-15T03:29:14Z","procera_base_service":"IP protocol 58 (IPv6-ICMP)","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING,ESTABLISHED","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":86,"procera_outgoing_octets":78,"procera_service":"IP protocol 58 (IPv6-ICMP)","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":58,"source_ipv4_address":"0.0.0.0","source_ipv6_address":"2001:388:cf0a:6::1","source_transport_port":136,"type":"netflow_flow"},"network":{"community_id":"1:vK+Zeop1Y3GHxfFGVF2/COcNBWw=","direction":"unknown","iana_number":58,"transport":"ipv6-icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["0.0.0.0"]},"source":{"ip":"0.0.0.0","locality":"internal","port":136}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":7451},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"JhEHWMX5XwI","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":7451,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:30:00Z","flow_start_seconds":"2018-04-15T03:28:59Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"185.232.29.199","source_ipv6_address":"::","source_transport_port":55869,"type":"netflow_flow"},"network":{"community_id":"1:GY1mBBTSNtzeOvb8SNjfw0N/cdk=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","185.232.29.199"]},"source":{"ip":"185.232.29.199","locality":"external","port":55869}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.14","locality":"external","port":2000},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Q_zyIhDZuIo","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.14","destination_ipv6_address":"::","destination_transport_port":2000,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:30:00Z","flow_start_seconds":"2018-04-15T03:29:30Z","procera_base_service":"Being analyzed","procera_content_categories":"","procera_flow_behavior":"INITIAL,SERVER_IS_LOCAL,BEGINNING","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":60,"procera_outgoing_octets":0,"procera_service":"Being analyzed","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"177.188.228.137","source_ipv6_address":"::","source_transport_port":9430,"type":"netflow_flow"},"network":{"community_id":"1:Xy/0zLI0aRilmkxj3qiB2MT4W1g=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.14","177.188.228.137"]},"source":{"ip":"177.188.228.137","locality":"external","port":9430}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-04-15T03:30:00Z","Meta":null,"Fields":{"destination":{"ip":"138.44.161.13","locality":"external","port":179},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"pNMKY7O9aVc","locality":"external"},"netflow":{"bgp_destination_as_number":7575,"bgp_source_as_number":7575,"destination_ipv4_address":"138.44.161.13","destination_ipv6_address":"::","destination_transport_port":179,"exporter":{"address":"192.0.2.1:4444","source_id":2875616939,"timestamp":"2018-04-15T03:30:00Z","uptime_millis":0,"version":10},"flow_end_seconds":"2018-04-15T03:30:00Z","flow_start_seconds":"2018-04-15T03:25:00Z","procera_base_service":"BGP-4","procera_content_categories":"","procera_flow_behavior":"INTERACTIVE,CLIENT_IS_LOCAL,INBOUND,ESTABLISHED,ACTIVE","procera_http_content_type":"","procera_http_file_length":0,"procera_http_location":"","procera_http_url":"","procera_incoming_octets":7076,"procera_outgoing_octets":3310,"procera_service":"BGP-4","procera_subscriber_identifier":"","procera_template_name":"IPFIX","protocol_identifier":6,"source_ipv4_address":"138.44.161.14","source_ipv6_address":"::","source_transport_port":33689,"type":"netflow_flow"},"network":{"community_id":"1:dIK+X6e3IIFTqsUMuGz9lAG8Ag8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["138.44.161.13","138.44.161.14"]},"source":{"ip":"138.44.161.14","locality":"external","port":33689}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_ASA
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:661
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 988
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 256 0x2a7d9980
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 257 0x2a7d99a0
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 258 0x2a7d99c0
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 259 0x2a7d99e0
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 260 0x2a7d9a00
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 261 0x2a7d9a40
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 262 0x2a7d9a60
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 263 0x2a7d9a80
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 264 0x2a7d9aa0
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 265 0x2a7d9ac0
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 266 0x2a7d9ae0
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 267 0x2a7d9b00
        
    helper.go:24: [netflow-v9] state 0x2a689050 addTemplate 268 0x2a7d9b20
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:662
        
    helper.go:24: [netflow-v9] FlowSet ID 265 length 1428
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco ASA","events":[{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"2.2.2.11","locality":"external","port":17549},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"5JpExP8VeSU","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"2.2.2.11","asa_xlate_dst_port":17549,"asa_xlate_src_addr_ipv4":"192.168.14.1","asa_xlate_src_port":0,"destination_ipv4_address":"2.2.2.11","destination_transport_port":17549,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8500,"flow_start_milliseconds":"2015-10-09T09:47:47.569Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:49.599Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.14.1","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:myH1DIuDZe/vHHCWbrfgfAthgew=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.1"]},"source":{"bytes":56,"ip":"192.168.14.1","locality":"internal","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MSQgezzAYh0","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.22","asa_xlate_src_port":17549,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8501,"flow_start_milliseconds":"2015-10-09T09:47:48.169Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.179Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.22","source_transport_port":17549,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:V7bWHU0GRcqdysY463DKjFqxvKI=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"192.168.23.22","locality":"internal","port":17549}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.22","locality":"internal","port":17549},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MSQgezzAYh0","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.22","asa_xlate_dst_port":17549,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.22","destination_transport_port":17549,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8502,"flow_start_milliseconds":"2015-10-09T09:47:48.179Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.219Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:2DYf0o1HOtKayoor66sl7Vub2Oo=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ioGVEAJtaEQ","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.20","asa_xlate_src_port":17805,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8503,"flow_start_milliseconds":"2015-10-09T09:47:48.399Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.419Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.20","source_transport_port":17805,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:Zjs1q5mpf5QMXR1tU6wLZdnMtdA=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"192.168.23.20","locality":"internal","port":17805}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.20","locality":"internal","port":17805},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ioGVEAJtaEQ","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.20","asa_xlate_dst_port":17805,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.20","destination_transport_port":17805,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8504,"flow_start_milliseconds":"2015-10-09T09:47:48.409Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.429Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:WNySyMxsWxABzgjoEp5ntzEwEgk=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"2.2.2.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"0xqELVtMeog","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"2.2.2.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.14.11","asa_xlate_src_port":17805,"destination_ipv4_address":"2.2.2.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8505,"flow_start_milliseconds":"2015-10-09T09:47:48.589Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.619Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.14.11","source_transport_port":17805,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:PuujUZZmIcmzKkqujVxq5IpNdeM=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.11"]},"source":{"bytes":56,"ip":"192.168.14.11","locality":"internal","port":17805}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.14.11","locality":"internal","port":17805},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"0xqELVtMeog","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.14.11","asa_xlate_dst_port":17805,"asa_xlate_src_addr_ipv4":"2.2.2.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.14.11","destination_transport_port":17805,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8506,"flow_start_milliseconds":"2015-10-09T09:47:48.599Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.639Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"2.2.2.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:8u4RQjZfNIm4syRFBIcBDWdPF1Y=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.11"]},"source":{"bytes":56,"ip":"2.2.2.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.14.1","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LA3WpK17LAw","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.14.1","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"2.2.2.11","asa_xlate_src_port":17805,"destination_ipv4_address":"192.168.14.1","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8507,"flow_start_milliseconds":"2015-10-09T09:47:48.609Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.639Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"2.2.2.11","source_transport_port":17805,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:4ynMlyrnyCCUUIBjD4py4iLgx6g=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.1"]},"source":{"bytes":56,"ip":"2.2.2.11","locality":"external","port":17805}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"2.2.2.11","locality":"external","port":17805},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LA3WpK17LAw","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"2.2.2.11","asa_xlate_dst_port":17805,"asa_xlate_src_addr_ipv4":"192.168.14.1","asa_xlate_src_port":0,"destination_ipv4_address":"2.2.2.11","destination_transport_port":17805,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8508,"flow_start_milliseconds":"2015-10-09T09:47:48.619Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.639Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.14.1","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:myH1DIuDZe/vHHCWbrfgfAthgew=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.1"]},"source":{"bytes":56,"ip":"192.168.14.1","locality":"internal","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.1","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"tBFZO1WrQyk","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.1","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.1","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8525,"flow_start_milliseconds":"2015-10-09T09:47:51.269Z","fw_ext_event":2016,"icmp_code_ipv4":3,"icmp_type_ipv4":3,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:51.269Z","octet_total_count":160,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":160,"community_id":"1:R0zsc95RXUvk7jJdJGPDDw/ol88=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.1"]},"source":{"bytes":160,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"oil2JqFPSyE","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.22","asa_xlate_src_port":18061,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8509,"flow_start_milliseconds":"2015-10-09T09:47:49.249Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:51.269Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.22","source_transport_port":18061,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:V7bWHU0GRcqdysY463DKjFqxvKI=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"192.168.23.22","locality":"internal","port":18061}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.22","locality":"internal","port":18061},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"oil2JqFPSyE","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.22","asa_xlate_dst_port":18061,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.22","destination_transport_port":18061,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8510,"flow_start_milliseconds":"2015-10-09T09:47:49.259Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:51.289Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:2DYf0o1HOtKayoor66sl7Vub2Oo=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Pbk_o-xetL4","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.20","asa_xlate_src_port":18061,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8511,"flow_start_milliseconds":"2015-10-09T09:47:49.469Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:51.489Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.20","source_transport_port":18061,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:Zjs1q5mpf5QMXR1tU6wLZdnMtdA=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"192.168.23.20","locality":"internal","port":18061}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.20","locality":"internal","port":18061},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Pbk_o-xetL4","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.20","asa_xlate_dst_port":18061,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.20","destination_transport_port":18061,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8512,"flow_start_milliseconds":"2015-10-09T09:47:49.479Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:51.509Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:WNySyMxsWxABzgjoEp5ntzEwEgk=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco ASA","events":[{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"2.2.2.11","locality":"external","port":17549},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"5JpExP8VeSU","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"2.2.2.11","asa_xlate_dst_port":17549,"asa_xlate_src_addr_ipv4":"192.168.14.1","asa_xlate_src_port":0,"destination_ipv4_address":"2.2.2.11","destination_transport_port":17549,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8500,"flow_start_milliseconds":"2015-10-09T09:47:47.569Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:49.599Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.14.1","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:myH1DIuDZe/vHHCWbrfgfAthgew=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.1"]},"source":{"bytes":56,"ip":"192.168.14.1","locality":"internal","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MSQgezzAYh0","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.22","asa_xlate_src_port":17549,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8501,"flow_start_milliseconds":"2015-10-09T09:47:48.169Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.179Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.22","source_transport_port":17549,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:V7bWHU0GRcqdysY463DKjFqxvKI=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"192.168.23.22","locality":"internal","port":17549}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.22","locality":"internal","port":17549},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"MSQgezzAYh0","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.22","asa_xlate_dst_port":17549,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.22","destination_transport_port":17549,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8502,"flow_start_milliseconds":"2015-10-09T09:47:48.179Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.219Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:2DYf0o1HOtKayoor66sl7Vub2Oo=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ioGVEAJtaEQ","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.20","asa_xlate_src_port":17805,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8503,"flow_start_milliseconds":"2015-10-09T09:47:48.399Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.419Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.20","source_transport_port":17805,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:Zjs1q5mpf5QMXR1tU6wLZdnMtdA=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"192.168.23.20","locality":"internal","port":17805}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.20","locality":"internal","port":17805},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"ioGVEAJtaEQ","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.20","asa_xlate_dst_port":17805,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.20","destination_transport_port":17805,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8504,"flow_start_milliseconds":"2015-10-09T09:47:48.409Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.429Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:WNySyMxsWxABzgjoEp5ntzEwEgk=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"2.2.2.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"0xqELVtMeog","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"2.2.2.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.14.11","asa_xlate_src_port":17805,"destination_ipv4_address":"2.2.2.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8505,"flow_start_milliseconds":"2015-10-09T09:47:48.589Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.619Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.14.11","source_transport_port":17805,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:PuujUZZmIcmzKkqujVxq5IpNdeM=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.11"]},"source":{"bytes":56,"ip":"192.168.14.11","locality":"internal","port":17805}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.14.11","locality":"internal","port":17805},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"0xqELVtMeog","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.14.11","asa_xlate_dst_port":17805,"asa_xlate_src_addr_ipv4":"2.2.2.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.14.11","destination_transport_port":17805,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8506,"flow_start_milliseconds":"2015-10-09T09:47:48.599Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.639Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"2.2.2.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:8u4RQjZfNIm4syRFBIcBDWdPF1Y=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.11"]},"source":{"bytes":56,"ip":"2.2.2.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.14.1","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LA3WpK17LAw","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.14.1","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"2.2.2.11","asa_xlate_src_port":17805,"destination_ipv4_address":"192.168.14.1","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8507,"flow_start_milliseconds":"2015-10-09T09:47:48.609Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:50.639Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"2.2.2.11","source_transport_port":17805,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:4ynMlyrnyCCUUIBjD4py4iLgx6g=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.1"]},"source":{"bytes":56,"ip":"2.2.2.11","locality":"external","port":17805}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"2.2.2.11","locality":"external","port":17805},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"LA3WpK17LAw","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"2.2.2.11","asa_xlate_dst_port":17805,"asa_xlate_src_addr_ipv4":"192.168.14.1","asa_xlate_src_port":0,"destination_ipv4_address":"2.2.2.11","destination_transport_port":17805,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8508,"flow_start_milliseconds":"2015-10-09T09:47:48.619Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:50.639Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.14.1","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:myH1DIuDZe/vHHCWbrfgfAthgew=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.2.2.11","192.168.14.1"]},"source":{"bytes":56,"ip":"192.168.14.1","locality":"internal","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.1","locality":"internal","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"tBFZO1WrQyk","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.1","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.1","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8525,"flow_start_milliseconds":"2015-10-09T09:47:51.269Z","fw_ext_event":2016,"icmp_code_ipv4":3,"icmp_type_ipv4":3,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:51.269Z","octet_total_count":160,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":160,"community_id":"1:R0zsc95RXUvk7jJdJGPDDw/ol88=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.1"]},"source":{"bytes":160,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"oil2JqFPSyE","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.22","asa_xlate_src_port":18061,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8509,"flow_start_milliseconds":"2015-10-09T09:47:49.249Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:51.269Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.22","source_transport_port":18061,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:V7bWHU0GRcqdysY463DKjFqxvKI=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"192.168.23.22","locality":"internal","port":18061}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.22","locality":"internal","port":18061},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"oil2JqFPSyE","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.22","asa_xlate_dst_port":18061,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.22","destination_transport_port":18061,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8510,"flow_start_milliseconds":"2015-10-09T09:47:49.259Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:51.289Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:2DYf0o1HOtKayoor66sl7Vub2Oo=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.22"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"164.164.37.11","locality":"external","port":0},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Pbk_o-xetL4","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"164.164.37.11","asa_xlate_dst_port":0,"asa_xlate_src_addr_ipv4":"192.168.23.20","asa_xlate_src_port":18061,"destination_ipv4_address":"164.164.37.11","destination_transport_port":0,"egress_acl_id":"00000000-00000000-00000000","egress_interface":3,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8511,"flow_start_milliseconds":"2015-10-09T09:47:49.469Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":8,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":2,"observation_time_milliseconds":"2015-10-09T09:47:51.489Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"192.168.23.20","source_transport_port":18061,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:Zjs1q5mpf5QMXR1tU6wLZdnMtdA=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"192.168.23.20","locality":"internal","port":18061}},"Private":null,"TimeSeries":false},{"Timestamp":"2015-10-09T09:47:51Z","Meta":null,"Fields":{"destination":{"ip":"192.168.23.20","locality":"internal","port":18061},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Pbk_o-xetL4","locality":"external"},"netflow":{"asa_fw_event":2,"asa_username":"","asa_xlate_dst_addr_ipv4":"192.168.23.20","asa_xlate_dst_port":18061,"asa_xlate_src_addr_ipv4":"164.164.37.11","asa_xlate_src_port":0,"destination_ipv4_address":"192.168.23.20","destination_transport_port":18061,"egress_acl_id":"00000000-00000000-00000000","egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2015-10-09T09:47:51Z","uptime_millis":2064637,"version":9},"flow_id":8512,"flow_start_milliseconds":"2015-10-09T09:47:49.479Z","fw_ext_event":2025,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"0f8e7ff3-fc1a030f-00000000","ingress_interface":3,"observation_time_milliseconds":"2015-10-09T09:47:51.509Z","octet_total_count":56,"protocol_identifier":1,"source_ipv4_address":"164.164.37.11","source_transport_port":0,"type":"netflow_flow"},"network":{"bytes":56,"community_id":"1:WNySyMxsWxABzgjoEp5ntzEwEgk=","direction":"unknown","iana_number":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["164.164.37.11","192.168.23.20"]},"source":{"bytes":56,"ip":"164.164.37.11","locality":"external","port":0}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Fortigate_FortiOS_54x_appid
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:306
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 968
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] Field {0 65} in template not found
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 258 0x2a92a800
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 260 0x2a92a820
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 262 0x2a92a840
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 266 0x2a92a860
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 263 0x2a92a880
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 267 0x2a92a8c0
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 259 0x2a92a8e0
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 261 0x2a92a900
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 264 0x2a92a920
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 268 0x2a92a940
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 265 0x2a92a960
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 269 0x2a92a980
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 40
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 256 0x2a92a9a0
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 28
        
    helper.go:24: [netflow-v9] state 0x2a6899b0 addTemplate 257 0x2a92a9c0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:1 seq:350
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 76
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 258 length 64
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Fortigate FortiOS 54x appid","events":[{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"182.50.136.239","locality":"external","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":410000000,"end":"2018-05-11T00:54:09.99Z","kind":"event","start":"2018-05-11T00:54:09.58Z","type":["connection"]},"flow":{"id":"FfT-8jRRvok","locality":"external"},"netflow":{"application_id":"FAAAMEQAAI80","destination_ipv4_address":"182.50.136.239","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2431090,"flow_start_sys_up_time":2430680,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":748,"packet_delta_count":6,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":45380,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":748,"post_packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":45380,"type":"netflow_flow"},"network":{"bytes":748,"community_id":"1:cc44MungwEZdPeddV0yoKBntw9Q=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["182.50.136.239","192.168.100.151"]},"source":{"bytes":748,"ip":"192.168.100.151","locality":"internal","packets":6,"port":45380}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":44778},"event":{"action":"netflow_flow","category":["network"],"duration":1130000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.61Z","type":["connection"]},"flow":{"id":"bZjTG4EkhLs","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"192.168.100.151","destination_transport_port":44778,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429710,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":6948,"packet_delta_count":10,"post_napt_destination_transport_port":44778,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":6948,"post_packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"208.100.17.187","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":6948,"community_id":"1:pbiS0by8+CypjtPRsL9VZgvpS58=","direction":"unknown","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.187"]},"source":{"bytes":6948,"ip":"208.100.17.187","locality":"external","packets":10,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"208.100.17.187","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":1130000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.61Z","type":["connection"]},"flow":{"id":"bZjTG4EkhLs","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"208.100.17.187","destination_transport_port":443,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429710,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":1584,"packet_delta_count":14,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":44778,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":1584,"post_packet_delta_count":14,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":44778,"type":"netflow_flow"},"network":{"bytes":1584,"community_id":"1:pbiS0by8+CypjtPRsL9VZgvpS58=","direction":"unknown","iana_number":6,"packets":14,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.187"]},"source":{"bytes":1584,"ip":"192.168.100.151","locality":"internal","packets":14,"port":44778}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":50618},"event":{"action":"netflow_flow","category":["network"],"duration":1040000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"kZjCeMUhjqE","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"192.168.100.151","destination_transport_port":50618,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":8201,"packet_delta_count":11,"post_napt_destination_transport_port":50618,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":8201,"post_packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"208.100.17.189","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":8201,"community_id":"1:ViaPZHKcEpCQ2WFRPBF0gJ8jknQ=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.189"]},"source":{"bytes":8201,"ip":"208.100.17.189","locality":"external","packets":11,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"208.100.17.189","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":1040000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"kZjCeMUhjqE","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"208.100.17.189","destination_transport_port":443,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":1729,"packet_delta_count":15,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":50618,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":1729,"post_packet_delta_count":15,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":50618,"type":"netflow_flow"},"network":{"bytes":1729,"community_id":"1:ViaPZHKcEpCQ2WFRPBF0gJ8jknQ=","direction":"unknown","iana_number":6,"packets":15,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.189"]},"source":{"bytes":1729,"ip":"192.168.100.151","locality":"internal","packets":15,"port":50618}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":33660},"event":{"action":"netflow_flow","category":["network"],"duration":410000000,"end":"2018-05-11T00:54:09.11Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"8PR91KFjFKw","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"192.168.100.151","destination_transport_port":33660,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430210,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":1122,"packet_delta_count":5,"post_napt_destination_transport_port":33660,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":1122,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"178.255.83.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1122,"community_id":"1:f1/h2ZMHLBG8+ajVGrPeVdJVklE=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":1122,"ip":"178.255.83.1","locality":"external","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"178.255.83.1","locality":"external","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":410000000,"end":"2018-05-11T00:54:09.11Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"8PR91KFjFKw","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"178.255.83.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430210,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":705,"packet_delta_count":5,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":33660,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":705,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":33660,"type":"netflow_flow"},"network":{"bytes":705,"community_id":"1:f1/h2ZMHLBG8+ajVGrPeVdJVklE=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":705,"ip":"192.168.100.151","locality":"internal","packets":5,"port":33660}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":33646},"event":{"action":"netflow_flow","category":["network"],"duration":370000000,"end":"2018-05-11T00:54:08.53Z","kind":"event","start":"2018-05-11T00:54:08.16Z","type":["connection"]},"flow":{"id":"O5vacJG8mLQ","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"192.168.100.151","destination_transport_port":33646,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2429630,"flow_start_sys_up_time":2429260,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":1123,"packet_delta_count":5,"post_napt_destination_transport_port":33646,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":1123,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"178.255.83.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1123,"community_id":"1:hBHjvmVd13dLnqS0QH+QxbITN4c=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":1123,"ip":"178.255.83.1","locality":"external","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"178.255.83.1","locality":"external","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":370000000,"end":"2018-05-11T00:54:08.53Z","kind":"event","start":"2018-05-11T00:54:08.16Z","type":["connection"]},"flow":{"id":"O5vacJG8mLQ","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"178.255.83.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2429630,"flow_start_sys_up_time":2429260,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":706,"packet_delta_count":5,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":33646,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":706,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":33646,"type":"netflow_flow"},"network":{"bytes":706,"community_id":"1:hBHjvmVd13dLnqS0QH+QxbITN4c=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":706,"ip":"192.168.100.151","locality":"internal","packets":5,"port":33646}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":52970},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"wdz94oax40U","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":52970,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":74,"packet_delta_count":1,"post_octet_delta_count":74,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.111","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":74,"community_id":"1:JzC4dDg7MOhCNcblNQngjswFxcI=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":74,"ip":"192.168.100.111","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"wdz94oax40U","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":58,"packet_delta_count":1,"post_octet_delta_count":58,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.150","source_transport_port":52970,"type":"netflow_flow"},"network":{"bytes":58,"community_id":"1:JzC4dDg7MOhCNcblNQngjswFxcI=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":58,"ip":"192.168.100.150","locality":"internal","packets":1,"port":52970}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":49311},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"KvZZ7LW-Qdc","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":49311,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":74,"packet_delta_count":1,"post_octet_delta_count":74,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.111","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":74,"community_id":"1:RdXZTQrdCN4ZePNUM5WsT+6DRLg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":74,"ip":"192.168.100.111","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"KvZZ7LW-Qdc","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":58,"packet_delta_count":1,"post_octet_delta_count":58,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.150","source_transport_port":49311,"type":"netflow_flow"},"network":{"bytes":58,"community_id":"1:RdXZTQrdCN4ZePNUM5WsT+6DRLg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":58,"ip":"192.168.100.150","locality":"internal","packets":1,"port":49311}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":51746},"event":{"action":"netflow_flow","category":["network"],"duration":2020000000,"end":"2018-05-11T00:54:06.21Z","kind":"event","start":"2018-05-11T00:54:04.19Z","type":["connection"]},"flow":{"id":"PC3a5T13Dpw","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":51746,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2427310,"flow_start_sys_up_time":2425290,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":1071,"packet_delta_count":5,"post_octet_delta_count":1071,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.100.111","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1071,"community_id":"1:jKF2O4oRoWz64BmdyUfdbT1ETWo=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":1071,"ip":"192.168.100.111","locality":"internal","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":2020000000,"end":"2018-05-11T00:54:06.21Z","kind":"event","start":"2018-05-11T00:54:04.19Z","type":["connection"]},"flow":{"id":"PC3a5T13Dpw","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":80,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2427310,"flow_start_sys_up_time":2425290,"forwarding_status":195,"ingress_interface":8,"octet_delta_count":1147,"packet_delta_count":6,"post_octet_delta_count":1147,"post_packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.100.150","source_transport_port":51746,"type":"netflow_flow"},"network":{"bytes":1147,"community_id":"1:jKF2O4oRoWz64BmdyUfdbT1ETWo=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":1147,"ip":"192.168.100.150","locality":"internal","packets":6,"port":51746}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":51745},"event":{"action":"netflow_flow","category":["network"],"duration":4000000000,"end":"2018-05-11T00:54:00.19Z","kind":"event","start":"2018-05-11T00:53:56.19Z","type":["connection"]},"flow":{"id":"zdGWMwGlfsg","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":51745,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2421290,"flow_start_sys_up_time":2417290,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":1980,"packet_delta_count":6,"post_octet_delta_count":1980,"post_packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.100.111","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1980,"community_id":"1:VrqZzzFH8uxnbcpqL+bWFsIKuoc=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":1980,"ip":"192.168.100.111","locality":"internal","packets":6,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":4000000000,"end":"2018-05-11T00:54:00.19Z","kind":"event","start":"2018-05-11T00:53:56.19Z","type":["connection"]},"flow":{"id":"zdGWMwGlfsg","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":80,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2421290,"flow_start_sys_up_time":2417290,"forwarding_status":195,"ingress_interface":8,"octet_delta_count":2164,"packet_delta_count":8,"post_octet_delta_count":2164,"post_packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.100.150","source_transport_port":51745,"type":"netflow_flow"},"network":{"bytes":2164,"community_id":"1:VrqZzzFH8uxnbcpqL+bWFsIKuoc=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":2164,"ip":"192.168.100.150","locality":"internal","packets":8,"port":51745}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Fortigate FortiOS 54x appid","events":[{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"182.50.136.239","locality":"external","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":410000000,"end":"2018-05-11T00:54:09.99Z","kind":"event","start":"2018-05-11T00:54:09.58Z","type":["connection"]},"flow":{"id":"FfT-8jRRvok","locality":"external"},"netflow":{"application_id":"FAAAMEQAAI80","destination_ipv4_address":"182.50.136.239","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2431090,"flow_start_sys_up_time":2430680,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":748,"packet_delta_count":6,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":45380,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":748,"post_packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":45380,"type":"netflow_flow"},"network":{"bytes":748,"community_id":"1:cc44MungwEZdPeddV0yoKBntw9Q=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["182.50.136.239","192.168.100.151"]},"source":{"bytes":748,"ip":"192.168.100.151","locality":"internal","packets":6,"port":45380}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":44778},"event":{"action":"netflow_flow","category":["network"],"duration":1130000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.61Z","type":["connection"]},"flow":{"id":"bZjTG4EkhLs","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"192.168.100.151","destination_transport_port":44778,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429710,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":6948,"packet_delta_count":10,"post_napt_destination_transport_port":44778,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":6948,"post_packet_delta_count":10,"protocol_identifier":6,"source_ipv4_address":"208.100.17.187","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":6948,"community_id":"1:pbiS0by8+CypjtPRsL9VZgvpS58=","direction":"unknown","iana_number":6,"packets":10,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.187"]},"source":{"bytes":6948,"ip":"208.100.17.187","locality":"external","packets":10,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"208.100.17.187","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":1130000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.61Z","type":["connection"]},"flow":{"id":"bZjTG4EkhLs","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"208.100.17.187","destination_transport_port":443,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429710,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":1584,"packet_delta_count":14,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":44778,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":1584,"post_packet_delta_count":14,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":44778,"type":"netflow_flow"},"network":{"bytes":1584,"community_id":"1:pbiS0by8+CypjtPRsL9VZgvpS58=","direction":"unknown","iana_number":6,"packets":14,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.187"]},"source":{"bytes":1584,"ip":"192.168.100.151","locality":"internal","packets":14,"port":44778}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":50618},"event":{"action":"netflow_flow","category":["network"],"duration":1040000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"kZjCeMUhjqE","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"192.168.100.151","destination_transport_port":50618,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":8201,"packet_delta_count":11,"post_napt_destination_transport_port":50618,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":8201,"post_packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"208.100.17.189","source_transport_port":443,"type":"netflow_flow"},"network":{"bytes":8201,"community_id":"1:ViaPZHKcEpCQ2WFRPBF0gJ8jknQ=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.189"]},"source":{"bytes":8201,"ip":"208.100.17.189","locality":"external","packets":11,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"208.100.17.189","locality":"external","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":1040000000,"end":"2018-05-11T00:54:09.74Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"kZjCeMUhjqE","locality":"external"},"netflow":{"application_id":"FAAAMEQAAJ54","destination_ipv4_address":"208.100.17.189","destination_transport_port":443,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430840,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":1729,"packet_delta_count":15,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":50618,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":1729,"post_packet_delta_count":15,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":50618,"type":"netflow_flow"},"network":{"bytes":1729,"community_id":"1:ViaPZHKcEpCQ2WFRPBF0gJ8jknQ=","direction":"unknown","iana_number":6,"packets":15,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.151","208.100.17.189"]},"source":{"bytes":1729,"ip":"192.168.100.151","locality":"internal","packets":15,"port":50618}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":33660},"event":{"action":"netflow_flow","category":["network"],"duration":410000000,"end":"2018-05-11T00:54:09.11Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"8PR91KFjFKw","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"192.168.100.151","destination_transport_port":33660,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430210,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":1122,"packet_delta_count":5,"post_napt_destination_transport_port":33660,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":1122,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"178.255.83.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1122,"community_id":"1:f1/h2ZMHLBG8+ajVGrPeVdJVklE=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":1122,"ip":"178.255.83.1","locality":"external","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"178.255.83.1","locality":"external","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":410000000,"end":"2018-05-11T00:54:09.11Z","kind":"event","start":"2018-05-11T00:54:08.7Z","type":["connection"]},"flow":{"id":"8PR91KFjFKw","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"178.255.83.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2430210,"flow_start_sys_up_time":2429800,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":705,"packet_delta_count":5,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":33660,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":705,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":33660,"type":"netflow_flow"},"network":{"bytes":705,"community_id":"1:f1/h2ZMHLBG8+ajVGrPeVdJVklE=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":705,"ip":"192.168.100.151","locality":"internal","packets":5,"port":33660}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.151","locality":"internal","port":33646},"event":{"action":"netflow_flow","category":["network"],"duration":370000000,"end":"2018-05-11T00:54:08.53Z","kind":"event","start":"2018-05-11T00:54:08.16Z","type":["connection"]},"flow":{"id":"O5vacJG8mLQ","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"192.168.100.151","destination_transport_port":33646,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2429630,"flow_start_sys_up_time":2429260,"forwarding_status":64,"ingress_interface":2,"octet_delta_count":1123,"packet_delta_count":5,"post_napt_destination_transport_port":33646,"post_napt_source_transport_port":0,"post_nat_destination_ipv4_address":"10.0.0.250","post_nat_source_ipv4_address":"0.0.0.0","post_octet_delta_count":1123,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"178.255.83.1","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1123,"community_id":"1:hBHjvmVd13dLnqS0QH+QxbITN4c=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":1123,"ip":"178.255.83.1","locality":"external","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"178.255.83.1","locality":"external","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":370000000,"end":"2018-05-11T00:54:08.53Z","kind":"event","start":"2018-05-11T00:54:08.16Z","type":["connection"]},"flow":{"id":"O5vacJG8mLQ","locality":"external"},"netflow":{"application_id":"FAAAMEQAAGTz","destination_ipv4_address":"178.255.83.1","destination_transport_port":80,"egress_interface":2,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2429630,"flow_start_sys_up_time":2429260,"forwarding_status":64,"ingress_interface":8,"octet_delta_count":706,"packet_delta_count":5,"post_napt_destination_transport_port":0,"post_napt_source_transport_port":33646,"post_nat_destination_ipv4_address":"0.0.0.0","post_nat_source_ipv4_address":"10.0.0.250","post_octet_delta_count":706,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.100.151","source_transport_port":33646,"type":"netflow_flow"},"network":{"bytes":706,"community_id":"1:hBHjvmVd13dLnqS0QH+QxbITN4c=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["178.255.83.1","192.168.100.151"]},"source":{"bytes":706,"ip":"192.168.100.151","locality":"internal","packets":5,"port":33646}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":52970},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"wdz94oax40U","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":52970,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":74,"packet_delta_count":1,"post_octet_delta_count":74,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.111","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":74,"community_id":"1:JzC4dDg7MOhCNcblNQngjswFxcI=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":74,"ip":"192.168.100.111","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"wdz94oax40U","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":58,"packet_delta_count":1,"post_octet_delta_count":58,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.150","source_transport_port":52970,"type":"netflow_flow"},"network":{"bytes":58,"community_id":"1:JzC4dDg7MOhCNcblNQngjswFxcI=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":58,"ip":"192.168.100.150","locality":"internal","packets":1,"port":52970}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":49311},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"KvZZ7LW-Qdc","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":49311,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":74,"packet_delta_count":1,"post_octet_delta_count":74,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.111","source_transport_port":53,"type":"netflow_flow"},"network":{"bytes":74,"community_id":"1:RdXZTQrdCN4ZePNUM5WsT+6DRLg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":74,"ip":"192.168.100.111","locality":"internal","packets":1,"port":53}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":53},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-05-11T00:51:08.63Z","kind":"event","start":"2018-05-11T00:51:08.55Z","type":["connection"]},"flow":{"id":"KvZZ7LW-Qdc","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":53,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":0,"flow_end_sys_up_time":2249730,"flow_start_sys_up_time":2249650,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":58,"packet_delta_count":1,"post_octet_delta_count":58,"post_packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"192.168.100.150","source_transport_port":49311,"type":"netflow_flow"},"network":{"bytes":58,"community_id":"1:RdXZTQrdCN4ZePNUM5WsT+6DRLg=","direction":"unknown","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":58,"ip":"192.168.100.150","locality":"internal","packets":1,"port":49311}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":51746},"event":{"action":"netflow_flow","category":["network"],"duration":2020000000,"end":"2018-05-11T00:54:06.21Z","kind":"event","start":"2018-05-11T00:54:04.19Z","type":["connection"]},"flow":{"id":"PC3a5T13Dpw","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":51746,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2427310,"flow_start_sys_up_time":2425290,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":1071,"packet_delta_count":5,"post_octet_delta_count":1071,"post_packet_delta_count":5,"protocol_identifier":6,"source_ipv4_address":"192.168.100.111","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1071,"community_id":"1:jKF2O4oRoWz64BmdyUfdbT1ETWo=","direction":"unknown","iana_number":6,"packets":5,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":1071,"ip":"192.168.100.111","locality":"internal","packets":5,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":2020000000,"end":"2018-05-11T00:54:06.21Z","kind":"event","start":"2018-05-11T00:54:04.19Z","type":["connection"]},"flow":{"id":"PC3a5T13Dpw","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":80,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2427310,"flow_start_sys_up_time":2425290,"forwarding_status":195,"ingress_interface":8,"octet_delta_count":1147,"packet_delta_count":6,"post_octet_delta_count":1147,"post_packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.100.150","source_transport_port":51746,"type":"netflow_flow"},"network":{"bytes":1147,"community_id":"1:jKF2O4oRoWz64BmdyUfdbT1ETWo=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":1147,"ip":"192.168.100.150","locality":"internal","packets":6,"port":51746}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.150","locality":"internal","port":51745},"event":{"action":"netflow_flow","category":["network"],"duration":4000000000,"end":"2018-05-11T00:54:00.19Z","kind":"event","start":"2018-05-11T00:53:56.19Z","type":["connection"]},"flow":{"id":"zdGWMwGlfsg","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.150","destination_transport_port":51745,"egress_interface":8,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2421290,"flow_start_sys_up_time":2417290,"forwarding_status":195,"ingress_interface":0,"octet_delta_count":1980,"packet_delta_count":6,"post_octet_delta_count":1980,"post_packet_delta_count":6,"protocol_identifier":6,"source_ipv4_address":"192.168.100.111","source_transport_port":80,"type":"netflow_flow"},"network":{"bytes":1980,"community_id":"1:VrqZzzFH8uxnbcpqL+bWFsIKuoc=","direction":"unknown","iana_number":6,"packets":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":1980,"ip":"192.168.100.111","locality":"internal","packets":6,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-05-11T00:54:11Z","Meta":null,"Fields":{"destination":{"ip":"192.168.100.111","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":4000000000,"end":"2018-05-11T00:54:00.19Z","kind":"event","start":"2018-05-11T00:53:56.19Z","type":["connection"]},"flow":{"id":"zdGWMwGlfsg","locality":"internal"},"netflow":{"application_id":"FAAAMEQAAAAA","destination_ipv4_address":"192.168.100.111","destination_transport_port":80,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":1,"timestamp":"2018-05-11T00:54:11Z","uptime_millis":2432100,"version":9},"flow_end_reason":3,"flow_end_sys_up_time":2421290,"flow_start_sys_up_time":2417290,"forwarding_status":195,"ingress_interface":8,"octet_delta_count":2164,"packet_delta_count":8,"post_octet_delta_count":2164,"post_packet_delta_count":8,"protocol_identifier":6,"source_ipv4_address":"192.168.100.150","source_transport_port":51745,"type":"netflow_flow"},"network":{"bytes":2164,"community_id":"1:VrqZzzFH8uxnbcpqL+bWFsIKuoc=","direction":"unknown","iana_number":6,"packets":8,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.100.111","192.168.100.150"]},"source":{"bytes":2164,"ip":"192.168.100.150","locality":"internal","packets":8,"port":51745}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_NBAR_flowset_262
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:1509083
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 108
        
    helper.go:24: [netflow-v9] Size of field samplerId in template is out of bounds (size=4, min=1, max=1)
        
    helper.go:24: [netflow-v9] state 0x2a688d80 addTemplate 262 0x2a57d2a0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:1509134
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 405
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco NBAR flowset 262","events":[{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":2048},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.368Z","kind":"event","start":"2017-02-14T11:10:19.368Z","type":["connection"]},"flow":{"id":"Bk-2FcuOyCU","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":2048,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095633944,"flow_start_sys_up_time":4095633944,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":44,"packet_delta_count":1,"protocol_identifier":1,"source_ipv4_address":"10.30.18.62","source_ipv4_prefix":"10.30.18.0","source_ipv4_prefix_length":23,"source_mac_address":"00-50-56-91-56-86","source_transport_port":0,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":0},"network":{"bytes":44,"community_id":"1:8cDBXH9jjYVVde053VC5trU8Cuo=","direction":"inbound","iana_number":1,"packets":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.30.18.62","10.30.19.180"]},"source":{"bytes":44,"ip":"10.30.18.62","locality":"internal","mac":"00-50-56-91-56-86","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":161},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.368Z","kind":"event","start":"2017-02-14T11:10:19.368Z","type":["connection"]},"flow":{"id":"4Xk8GtQfUAo","locality":"internal"},"netflow":{"application_id":"BQAAJg==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":161,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095633944,"flow_start_sys_up_time":4095633944,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":106,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.30.18.62","source_ipv4_prefix":"10.30.18.0","source_ipv4_prefix_length":23,"source_mac_address":"00-50-56-91-56-86","source_transport_port":34220,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":161},"network":{"bytes":106,"community_id":"1:ED1EAUtKZuzVn81q9iThMWwSfPs=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.30.18.62","10.30.19.180"]},"source":{"bytes":106,"ip":"10.30.18.62","locality":"internal","mac":"00-50-56-91-56-86","packets":1,"port":34220}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":2048},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.924Z","kind":"event","start":"2017-02-14T11:10:19.924Z","type":["connection"]},"flow":{"id":"tfLRXnB6AOA","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":2048,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095634500,"flow_start_sys_up_time":4095634500,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":44,"packet_delta_count":1,"protocol_identifier":1,"source_ipv4_address":"10.10.172.60","source_ipv4_prefix":"0.0.0.0","source_ipv4_prefix_length":0,"source_mac_address":"00-18-19-9E-6C-01","source_transport_port":0,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":0},"network":{"bytes":44,"community_id":"1:t8Qd3z3L2lOoZPfQUK+zDeteU2Q=","direction":"inbound","iana_number":1,"packets":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.172.60","10.30.19.180"]},"source":{"bytes":44,"ip":"10.10.172.60","locality":"internal","mac":"00-18-19-9E-6C-01","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.996Z","kind":"event","start":"2017-02-14T11:10:19.996Z","type":["connection"]},"flow":{"id":"1mfP23NPuB8","locality":"internal"},"netflow":{"application_id":"AwAAew==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095634572,"flow_start_sys_up_time":4095634572,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":192,"ip_diff_serv_code_point":48,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.10.172.60","source_ipv4_prefix":"0.0.0.0","source_ipv4_prefix_length":0,"source_mac_address":"00-18-19-9E-6C-01","source_transport_port":123,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":123},"network":{"bytes":76,"community_id":"1:SGyGFFqT/UM9GzEbSqdVwvFlU/A=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.172.60","10.30.19.180"]},"source":{"bytes":76,"ip":"10.10.172.60","locality":"internal","mac":"00-18-19-9E-6C-01","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":161},"event":{"action":"netflow_flow","category":["network"],"duration":72000000,"end":"2017-02-14T11:10:20.008Z","kind":"event","start":"2017-02-14T11:10:19.936Z","type":["connection"]},"flow":{"id":"g6a7KlISbtM","locality":"internal"},"netflow":{"application_id":"BQAAJg==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":161,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095634584,"flow_start_sys_up_time":4095634512,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":2794,"packet_delta_count":36,"protocol_identifier":17,"source_ipv4_address":"10.10.172.60","source_ipv4_prefix":"0.0.0.0","source_ipv4_prefix_length":0,"source_mac_address":"00-18-19-9E-6C-01","source_transport_port":45269,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":161},"network":{"bytes":2794,"community_id":"1:PmZN9x4ZCYdb226ilwjJYIAdKdY=","direction":"inbound","iana_number":17,"packets":36,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.172.60","10.30.19.180"]},"source":{"bytes":2794,"ip":"10.10.172.60","locality":"internal","mac":"00-18-19-9E-6C-01","packets":36,"port":45269}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco NBAR flowset 262","events":[{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":2048},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.368Z","kind":"event","start":"2017-02-14T11:10:19.368Z","type":["connection"]},"flow":{"id":"Bk-2FcuOyCU","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":2048,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095633944,"flow_start_sys_up_time":4095633944,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":44,"packet_delta_count":1,"protocol_identifier":1,"source_ipv4_address":"10.30.18.62","source_ipv4_prefix":"10.30.18.0","source_ipv4_prefix_length":23,"source_mac_address":"00-50-56-91-56-86","source_transport_port":0,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":0},"network":{"bytes":44,"community_id":"1:8cDBXH9jjYVVde053VC5trU8Cuo=","direction":"inbound","iana_number":1,"packets":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.30.18.62","10.30.19.180"]},"source":{"bytes":44,"ip":"10.30.18.62","locality":"internal","mac":"00-50-56-91-56-86","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":161},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.368Z","kind":"event","start":"2017-02-14T11:10:19.368Z","type":["connection"]},"flow":{"id":"4Xk8GtQfUAo","locality":"internal"},"netflow":{"application_id":"BQAAJg==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":161,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095633944,"flow_start_sys_up_time":4095633944,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":106,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.30.18.62","source_ipv4_prefix":"10.30.18.0","source_ipv4_prefix_length":23,"source_mac_address":"00-50-56-91-56-86","source_transport_port":34220,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":161},"network":{"bytes":106,"community_id":"1:ED1EAUtKZuzVn81q9iThMWwSfPs=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.30.18.62","10.30.19.180"]},"source":{"bytes":106,"ip":"10.30.18.62","locality":"internal","mac":"00-50-56-91-56-86","packets":1,"port":34220}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":2048},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.924Z","kind":"event","start":"2017-02-14T11:10:19.924Z","type":["connection"]},"flow":{"id":"tfLRXnB6AOA","locality":"internal"},"netflow":{"application_id":"AQAAAQ==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":2048,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095634500,"flow_start_sys_up_time":4095634500,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":44,"packet_delta_count":1,"protocol_identifier":1,"source_ipv4_address":"10.10.172.60","source_ipv4_prefix":"0.0.0.0","source_ipv4_prefix_length":0,"source_mac_address":"00-18-19-9E-6C-01","source_transport_port":0,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":0},"network":{"bytes":44,"community_id":"1:t8Qd3z3L2lOoZPfQUK+zDeteU2Q=","direction":"inbound","iana_number":1,"packets":1,"transport":"icmp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.172.60","10.30.19.180"]},"source":{"bytes":44,"ip":"10.10.172.60","locality":"internal","mac":"00-18-19-9E-6C-01","packets":1,"port":0}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":123},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2017-02-14T11:10:19.996Z","kind":"event","start":"2017-02-14T11:10:19.996Z","type":["connection"]},"flow":{"id":"1mfP23NPuB8","locality":"internal"},"netflow":{"application_id":"AwAAew==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":123,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095634572,"flow_start_sys_up_time":4095634572,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":192,"ip_diff_serv_code_point":48,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":76,"packet_delta_count":1,"protocol_identifier":17,"source_ipv4_address":"10.10.172.60","source_ipv4_prefix":"0.0.0.0","source_ipv4_prefix_length":0,"source_mac_address":"00-18-19-9E-6C-01","source_transport_port":123,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":123},"network":{"bytes":76,"community_id":"1:SGyGFFqT/UM9GzEbSqdVwvFlU/A=","direction":"inbound","iana_number":17,"packets":1,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.172.60","10.30.19.180"]},"source":{"bytes":76,"ip":"10.10.172.60","locality":"internal","mac":"00-18-19-9E-6C-01","packets":1,"port":123}},"Private":null,"TimeSeries":false},{"Timestamp":"2017-02-14T11:10:36Z","Meta":null,"Fields":{"destination":{"ip":"10.30.19.180","locality":"internal","mac":"1C-DF-0F-7E-C3-58","port":161},"event":{"action":"netflow_flow","category":["network"],"duration":72000000,"end":"2017-02-14T11:10:20.008Z","kind":"event","start":"2017-02-14T11:10:19.936Z","type":["connection"]},"flow":{"id":"g6a7KlISbtM","locality":"internal"},"netflow":{"application_id":"BQAAJg==","bgp_destination_as_number":0,"bgp_source_as_number":0,"destination_ipv4_address":"10.30.19.180","destination_mac_address":"1C-DF-0F-7E-C3-58","destination_transport_port":161,"egress_interface":0,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2017-02-14T11:10:36Z","uptime_millis":4095650576,"version":9},"flow_direction":0,"flow_end_sys_up_time":4095634584,"flow_start_sys_up_time":4095634512,"fragment_identification":0,"ingress_interface":1,"ip_class_of_service":0,"ip_diff_serv_code_point":0,"ip_next_hop_ipv4_address":"0.0.0.0","octet_delta_count":2794,"packet_delta_count":36,"protocol_identifier":17,"source_ipv4_address":"10.10.172.60","source_ipv4_prefix":"0.0.0.0","source_ipv4_prefix_length":0,"source_mac_address":"00-18-19-9E-6C-01","source_transport_port":45269,"tcp_source_port":0,"type":"netflow_flow","udp_destination_port":161},"network":{"bytes":2794,"community_id":"1:PmZN9x4ZCYdb226ilwjJYIAdKdY=","direction":"inbound","iana_number":17,"packets":36,"transport":"udp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.10.172.60","10.30.19.180"]},"source":{"bytes":2794,"ip":"10.10.172.60","locality":"internal","mac":"00-18-19-9E-6C-01","packets":36,"port":45269}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/IPFIX_configured_with_include_flowset_id
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:40966
        
    helper.go:24: [ipfix] FlowSet ID 2 length 1336
        
    helper.go:24: [ipfix] state 0x2a688ff0 addTemplate 256 0x2a6ef320
        
    helper.go:24: [ipfix] state 0x2a688ff0 addTemplate 257 0x2a6ef340
        
    helper.go:24: [ipfix] state 0x2a688ff0 addTemplate 258 0x2a6ef360
        
    helper.go:24: [ipfix] state 0x2a688ff0 addTemplate 259 0x2a6ef380
        
    helper.go:24: [ipfix] state 0x2a688ff0 addTemplate 260 0x2a6ef3a0
        
    helper.go:24: [ipfix] state 0x2a688ff0 addTemplate 261 0x2a6ef3e0
        
    helper.go:24: [ipfix] state 0x2a688ff0 addTemplate 262 0x2a6ef400
        
    helper.go:24: [ipfix] Packet from:192.0.2.1:4444 src:0 seq:383101
        
    helper.go:24: [ipfix] FlowSet ID 258 length 156
        
    helper.go:24: [ipfix] FlowSet ID 257 length 122
        
    helper.go:24: [ipfix] FlowSet ID 280 length 104
        
    helper.go:24: [ipfix] No template for ID 280
        
    helper.go:24: [ipfix] FlowSet ID 258 length 995
        
    netflow_test.go:131: Golden data: {"test_name":"IPFIX configured with include_flowset_id","events":[{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000127768Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000127768Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":0,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"","netscaler_http_req_host":"","netscaler_http_req_method":"","netscaler_http_req_referer":"","netscaler_http_req_url":"","netscaler_http_req_user_agent":"","netscaler_http_req_via":"","netscaler_http_req_xforwarded_for":"","netscaler_http_res_forw_fb":17163184441650,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114973,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":40,"packet_delta_count":1,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":40,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":40,"ip":"192.168.0.1","locality":"internal","packets":1,"port":51053}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":51053},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":51053,"egress_interface":6,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.00009951Z","flow_id":14460662,"flow_start_microseconds":"2016-11-11T12:09:19.00009951Z","ingress_interface":2147483651,"ip_version":4,"netscaler_app_name_app_id":240189440,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":1157636096,"netscaler_round_trip_time":83,"netscaler_transaction_id":1068114973,"netscaler_unknown329":0,"netscaler_unknown331":0,"netscaler_unknown332":0,"observation_point_id":167954698,"octet_delta_count":1525,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"10.0.0.1","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1525,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1525,"ip":"10.0.0.1","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000128468Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000128468Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":239927296,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYWWsIAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"www.kobo.com","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"beer=123456789abcdefghijklmnopqrstuvw; AnotherCookie=1234567890abcdefghijklmnopqr; Shameless.Plug=Thankyou.Rakuten.Kobo.Inc.For.Allowing.me.time.to.work.on.this.and.contribute.back.to.the.community; Padding=aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbccccccccccccccddddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeeffffffffffffffffffffffgggggggggggggggggggggggghhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkkklllllllllllllllmmmmmmmmmm; more=less; GJquote=There.is.no.spoon; GarrySays=Nice!!; LastPadding=aaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbcccccccccccccccccccdddddddddddeeeeeeee","netscaler_http_req_host":"www.kobo.com","netscaler_http_req_method":"GET","netscaler_http_req_referer":"http://www.kobo.com/is-the-best-ebook-company-in-the-world","netscaler_http_req_url":"/aa/bb/ccccc/ddddddddddddddddddddddddd","netscaler_http_req_user_agent":"Mozilla/5.0 (Commodore 64;  kobo.com) Gecko/20100101 Firefox/75.0","netscaler_http_req_via":"1.1 akamai.net(ghost) (AkamaiGHost)","netscaler_http_req_xforwarded_for":"11.222.33.255","netscaler_http_res_forw_fb":0,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114985,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":1541,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1541,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1541,"ip":"192.168.0.1","locality":"internal","packets":2,"port":51053}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"IPFIX configured with include_flowset_id","events":[{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000127768Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000127768Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":0,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"","netscaler_http_req_host":"","netscaler_http_req_method":"","netscaler_http_req_referer":"","netscaler_http_req_url":"","netscaler_http_req_user_agent":"","netscaler_http_req_via":"","netscaler_http_req_xforwarded_for":"","netscaler_http_res_forw_fb":17163184441650,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114973,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":40,"packet_delta_count":1,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":16,"type":"netflow_flow"},"network":{"bytes":40,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":40,"ip":"192.168.0.1","locality":"internal","packets":1,"port":51053}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.1","locality":"internal","port":51053},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.1","destination_transport_port":51053,"egress_interface":6,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.00009951Z","flow_id":14460662,"flow_start_microseconds":"2016-11-11T12:09:19.00009951Z","ingress_interface":2147483651,"ip_version":4,"netscaler_app_name_app_id":240189440,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYhIUGAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":1157636096,"netscaler_round_trip_time":83,"netscaler_transaction_id":1068114973,"netscaler_unknown329":0,"netscaler_unknown331":0,"netscaler_unknown332":0,"observation_point_id":167954698,"octet_delta_count":1525,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"10.0.0.1","source_transport_port":443,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1525,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1525,"ip":"10.0.0.1","locality":"internal","packets":2,"port":443}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-11-11T12:09:19Z","Meta":null,"Fields":{"destination":{"ip":"10.0.0.1","locality":"internal","port":443},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"8wXIKNz6u_8","locality":"internal"},"netflow":{"destination_ipv4_address":"10.0.0.1","destination_transport_port":443,"egress_interface":2147483651,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-11-11T12:09:19Z","uptime_millis":0,"version":10},"exporting_process_id":3,"flow_end_microseconds":"2016-11-11T12:09:19.000128468Z","flow_id":14460661,"flow_start_microseconds":"2016-11-11T12:09:19.000128468Z","ingress_interface":8,"ip_version":4,"netscaler_aaa_username":"","netscaler_app_name_app_id":240189440,"netscaler_app_unit_name_app_id":239927296,"netscaler_connection_chain_hop_count":1,"netscaler_connection_chain_id":"AODtHJyoAwDvtCVYWWsIAA==","netscaler_connection_id":14460661,"netscaler_flow_flags":84025344,"netscaler_http_content_type":"","netscaler_http_domain_name":"www.kobo.com","netscaler_http_req_authorization":"","netscaler_http_req_cookie":"beer=123456789abcdefghijklmnopqrstuvw; AnotherCookie=1234567890abcdefghijklmnopqr; Shameless.Plug=Thankyou.Rakuten.Kobo.Inc.For.Allowing.me.time.to.work.on.this.and.contribute.back.to.the.community; Padding=aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbccccccccccccccddddddddddddddddddddddeeeeeeeeeeeeeeeeeeeeeffffffffffffffffffffffgggggggggggggggggggggggghhhhhhhhhhhhhhhhhiiiiiiiiiiiiiiiiiiiiiijjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkkklllllllllllllllmmmmmmmmmm; more=less; GJquote=There.is.no.spoon; GarrySays=Nice!!; LastPadding=aaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbcccccccccccccccccccdddddddddddeeeeeeee","netscaler_http_req_host":"www.kobo.com","netscaler_http_req_method":"GET","netscaler_http_req_referer":"http://www.kobo.com/is-the-best-ebook-company-in-the-world","netscaler_http_req_url":"/aa/bb/ccccc/ddddddddddddddddddddddddd","netscaler_http_req_user_agent":"Mozilla/5.0 (Commodore 64;  kobo.com) Gecko/20100101 Firefox/75.0","netscaler_http_req_via":"1.1 akamai.net(ghost) (AkamaiGHost)","netscaler_http_req_xforwarded_for":"11.222.33.255","netscaler_http_res_forw_fb":0,"netscaler_http_res_forw_lb":0,"netscaler_transaction_id":1068114985,"netscaler_unknown330":0,"observation_point_id":167954698,"octet_delta_count":1541,"packet_delta_count":2,"padding_octets":"AAA=","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":51053,"tcp_control_bits":24,"type":"netflow_flow"},"network":{"bytes":1541,"community_id":"1:vKHRCBsu01Bj9xGu84I60+x4kGg=","direction":"unknown","iana_number":6,"packets":2,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.0.0.1","192.168.0.1"]},"source":{"bytes":1541,"ip":"192.168.0.1","locality":"internal","packets":2,"port":51053}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_ASA_2
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:74
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 1364
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 256 0x2a79c1c0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 257 0x2a79c1e0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 258 0x2a79c200
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 259 0x2a79c220
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 260 0x2a79c240
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 261 0x2a79c280
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 262 0x2a79c2a0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 263 0x2a79c2c0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 264 0x2a79c2e0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 265 0x2a79c300
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 266 0x2a79c320
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 267 0x2a79c340
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 268 0x2a79c360
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 269 0x2a79c380
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 270 0x2a79c3a0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 271 0x2a79c3c0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:75
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 1188
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 272 0x2a79c400
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 273 0x2a79c420
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 274 0x2a79c440
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 275 0x2a79c460
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 276 0x2a79c480
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 277 0x2a79c4c0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 278 0x2a79c4e0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 279 0x2a79c500
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 280 0x2a79c520
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 281 0x2a79c540
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 282 0x2a79c560
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 283 0x2a79c580
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 284 0x2a79c5a0
        
    helper.go:24: [netflow-v9] state 0x2a43c3c0 addTemplate 285 0x2a79c5c0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:31
        
    helper.go:24: [netflow-v9] FlowSet ID 263 length 436
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 100
        
    helper.go:24: [netflow-v9] FlowSet ID 263 length 124
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 100
        
    helper.go:24: [netflow-v9] FlowSet ID 263 length 124
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 100
        
    helper.go:24: [netflow-v9] FlowSet ID 263 length 124
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 100
        
    helper.go:24: [netflow-v9] FlowSet ID 263 length 124
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco ASA 2","events":[{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":763,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"UTkRrDbrhnI","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819709,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.015Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61775,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":763,"source_ipv4_address":"192.168.0.2","source_transport_port":61775,"type":"netflow_flow"},"network":{"bytes":844,"community_id":"1:XaNCBbXLPvRPq4YmlYj+3C8LbyE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61775}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":6207,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WQVc0v7217I","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819710,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.035Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61776,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":6207,"source_ipv4_address":"192.168.0.2","source_transport_port":61776,"type":"netflow_flow"},"network":{"bytes":6288,"community_id":"1:ApLoUXZvqTmJTtS6gao5Sqg0kgQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61776}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":6207,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WQVc0v7217I","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819710,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.035Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61776,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":6207,"source_ipv4_address":"192.168.0.2","source_transport_port":61776,"type":"netflow_flow"},"network":{"bytes":6288,"community_id":"1:ApLoUXZvqTmJTtS6gao5Sqg0kgQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61776}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":9075,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Nle5z0FLBjA","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819619,"flow_start_milliseconds":"2016-07-21T13:50:32.475Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.115Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56635,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":9075,"source_ipv4_address":"192.168.0.1","source_transport_port":56635,"type":"netflow_flow"},"network":{"bytes":9156,"community_id":"1:64faG50xtU56JMAADXSJ0Lro5iE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":81,"ip":"192.168.0.1","locality":"internal","port":56635}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":9075,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Nle5z0FLBjA","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819619,"flow_start_milliseconds":"2016-07-21T13:50:32.475Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.115Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56635,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":9075,"source_ipv4_address":"192.168.0.1","source_transport_port":56635,"type":"netflow_flow"},"network":{"bytes":9156,"community_id":"1:64faG50xtU56JMAADXSJ0Lro5iE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":81,"ip":"192.168.0.1","locality":"internal","port":56635}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":5536,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lfYzCmoZgqo","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819707,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.185Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61773,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":5536,"source_ipv4_address":"192.168.0.2","source_transport_port":61773,"type":"netflow_flow"},"network":{"bytes":5617,"community_id":"1:8hx//bjfEFu4sYomYN8bh9DeMaQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61773}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":5536,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lfYzCmoZgqo","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819707,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.185Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61773,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":5536,"source_ipv4_address":"192.168.0.2","source_transport_port":61773,"type":"netflow_flow"},"network":{"bytes":5617,"community_id":"1:8hx//bjfEFu4sYomYN8bh9DeMaQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61773}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_9ahEyFsD94","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742819773,"flow_start_milliseconds":"2016-07-21T13:50:33.385Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-a8a2a76b","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:33.385Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56649,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":56649,"type":"netflow_flow"},"network":{"community_id":"1:IZ8RrSqt8oeb2F2Rp9296zm54bc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"ip":"192.168.0.1","locality":"internal","port":56649}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14179,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_9ahEyFsD94","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819773,"flow_start_milliseconds":"2016-07-21T13:50:33.385Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:33.475Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56649,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14179,"source_ipv4_address":"192.168.0.1","source_transport_port":56649,"type":"netflow_flow"},"network":{"bytes":14248,"community_id":"1:IZ8RrSqt8oeb2F2Rp9296zm54bc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56649}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14179,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_9ahEyFsD94","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819773,"flow_start_milliseconds":"2016-07-21T13:50:33.385Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:33.475Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56649,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14179,"source_ipv4_address":"192.168.0.1","source_transport_port":56649,"type":"netflow_flow"},"network":{"bytes":14248,"community_id":"1:IZ8RrSqt8oeb2F2Rp9296zm54bc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56649}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"bnG6S7DUlEE","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742820025,"flow_start_milliseconds":"2016-07-21T13:50:35.035Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-56e8512e","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:35.035Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61777,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"source_ipv4_address":"192.168.0.2","source_transport_port":61777,"type":"netflow_flow"},"network":{"community_id":"1:E1vNamQGw5X+X+vT1g7ui6Nc3O0=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"ip":"192.168.0.2","locality":"internal","port":61777}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"bnG6S7DUlEE","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742820025,"flow_start_milliseconds":"2016-07-21T13:50:35.035Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:35.125Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61777,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.2","source_transport_port":61777,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:E1vNamQGw5X+X+vT1g7ui6Nc3O0=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":69,"ip":"192.168.0.2","locality":"internal","port":61777}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"bnG6S7DUlEE","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742820025,"flow_start_milliseconds":"2016-07-21T13:50:35.035Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:35.125Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61777,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.2","source_transport_port":61777,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:E1vNamQGw5X+X+vT1g7ui6Nc3O0=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":69,"ip":"192.168.0.2","locality":"internal","port":61777}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"wuMbsS0oTj4","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742820153,"flow_start_milliseconds":"2016-07-21T13:50:35.785Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-56e8512e","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:35.785Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56650,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":56650,"type":"netflow_flow"},"network":{"community_id":"1:pkwcoe/zjCLerUgj+HGAwwt4wV8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"ip":"192.168.0.1","locality":"internal","port":56650}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":881,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"wuMbsS0oTj4","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742820153,"flow_start_milliseconds":"2016-07-21T13:50:35.785Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":75,"observation_time_milliseconds":"2016-07-21T13:50:35.925Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56650,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":881,"source_ipv4_address":"192.168.0.1","source_transport_port":56650,"type":"netflow_flow"},"network":{"bytes":956,"community_id":"1:pkwcoe/zjCLerUgj+HGAwwt4wV8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":75,"ip":"192.168.0.1","locality":"internal","port":56650}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":881,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"wuMbsS0oTj4","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742820153,"flow_start_milliseconds":"2016-07-21T13:50:35.785Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":75,"observation_time_milliseconds":"2016-07-21T13:50:35.925Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56650,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":881,"source_ipv4_address":"192.168.0.1","source_transport_port":56650,"type":"netflow_flow"},"network":{"bytes":956,"community_id":"1:pkwcoe/zjCLerUgj+HGAwwt4wV8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":75,"ip":"192.168.0.1","locality":"internal","port":56650}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"geQD5O-NWw8","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742820223,"flow_start_milliseconds":"2016-07-21T13:50:36.395Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-a8a2a76b","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:36.395Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56651,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":56651,"type":"netflow_flow"},"network":{"community_id":"1:35/w0D/WO1QvBp8O+Vd95Nb+tt4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"ip":"192.168.0.1","locality":"internal","port":56651}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"geQD5O-NWw8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742820223,"flow_start_milliseconds":"2016-07-21T13:50:36.395Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:36.495Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56651,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.1","source_transport_port":56651,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:35/w0D/WO1QvBp8O+Vd95Nb+tt4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56651}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"geQD5O-NWw8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742820223,"flow_start_milliseconds":"2016-07-21T13:50:36.395Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:36.495Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56651,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.1","source_transport_port":56651,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:35/w0D/WO1QvBp8O+Vd95Nb+tt4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56651}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco ASA 2","events":[{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":763,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"UTkRrDbrhnI","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819709,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.015Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61775,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":763,"source_ipv4_address":"192.168.0.2","source_transport_port":61775,"type":"netflow_flow"},"network":{"bytes":844,"community_id":"1:XaNCBbXLPvRPq4YmlYj+3C8LbyE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61775}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":6207,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WQVc0v7217I","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819710,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.035Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61776,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":6207,"source_ipv4_address":"192.168.0.2","source_transport_port":61776,"type":"netflow_flow"},"network":{"bytes":6288,"community_id":"1:ApLoUXZvqTmJTtS6gao5Sqg0kgQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61776}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":6207,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"WQVc0v7217I","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819710,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.035Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61776,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":6207,"source_ipv4_address":"192.168.0.2","source_transport_port":61776,"type":"netflow_flow"},"network":{"bytes":6288,"community_id":"1:ApLoUXZvqTmJTtS6gao5Sqg0kgQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61776}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":9075,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Nle5z0FLBjA","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819619,"flow_start_milliseconds":"2016-07-21T13:50:32.475Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.115Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56635,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":9075,"source_ipv4_address":"192.168.0.1","source_transport_port":56635,"type":"netflow_flow"},"network":{"bytes":9156,"community_id":"1:64faG50xtU56JMAADXSJ0Lro5iE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":81,"ip":"192.168.0.1","locality":"internal","port":56635}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":9075,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"Nle5z0FLBjA","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819619,"flow_start_milliseconds":"2016-07-21T13:50:32.475Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.115Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56635,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":9075,"source_ipv4_address":"192.168.0.1","source_transport_port":56635,"type":"netflow_flow"},"network":{"bytes":9156,"community_id":"1:64faG50xtU56JMAADXSJ0Lro5iE=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":81,"ip":"192.168.0.1","locality":"internal","port":56635}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":5536,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lfYzCmoZgqo","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819707,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.185Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61773,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":5536,"source_ipv4_address":"192.168.0.2","source_transport_port":61773,"type":"netflow_flow"},"network":{"bytes":5617,"community_id":"1:8hx//bjfEFu4sYomYN8bh9DeMaQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61773}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":5536,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"lfYzCmoZgqo","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819707,"flow_start_milliseconds":"2016-07-21T13:50:32.955Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":81,"observation_time_milliseconds":"2016-07-21T13:50:33.185Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61773,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":5536,"source_ipv4_address":"192.168.0.2","source_transport_port":61773,"type":"netflow_flow"},"network":{"bytes":5617,"community_id":"1:8hx//bjfEFu4sYomYN8bh9DeMaQ=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":81,"ip":"192.168.0.2","locality":"internal","port":61773}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_9ahEyFsD94","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742819773,"flow_start_milliseconds":"2016-07-21T13:50:33.385Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-a8a2a76b","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:33.385Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56649,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":56649,"type":"netflow_flow"},"network":{"community_id":"1:IZ8RrSqt8oeb2F2Rp9296zm54bc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"ip":"192.168.0.1","locality":"internal","port":56649}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14179,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_9ahEyFsD94","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742819773,"flow_start_milliseconds":"2016-07-21T13:50:33.385Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:33.475Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56649,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14179,"source_ipv4_address":"192.168.0.1","source_transport_port":56649,"type":"netflow_flow"},"network":{"bytes":14248,"community_id":"1:IZ8RrSqt8oeb2F2Rp9296zm54bc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56649}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14179,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"_9ahEyFsD94","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742819773,"flow_start_milliseconds":"2016-07-21T13:50:33.385Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:33.475Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56649,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14179,"source_ipv4_address":"192.168.0.1","source_transport_port":56649,"type":"netflow_flow"},"network":{"bytes":14248,"community_id":"1:IZ8RrSqt8oeb2F2Rp9296zm54bc=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56649}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"bnG6S7DUlEE","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742820025,"flow_start_milliseconds":"2016-07-21T13:50:35.035Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-56e8512e","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:35.035Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61777,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"source_ipv4_address":"192.168.0.2","source_transport_port":61777,"type":"netflow_flow"},"network":{"community_id":"1:E1vNamQGw5X+X+vT1g7ui6Nc3O0=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"ip":"192.168.0.2","locality":"internal","port":61777}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"bnG6S7DUlEE","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742820025,"flow_start_milliseconds":"2016-07-21T13:50:35.035Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:35.125Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61777,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.2","source_transport_port":61777,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:E1vNamQGw5X+X+vT1g7ui6Nc3O0=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":69,"ip":"192.168.0.2","locality":"internal","port":61777}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"bnG6S7DUlEE","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742820025,"flow_start_milliseconds":"2016-07-21T13:50:35.035Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:35.125Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":61777,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.2","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.2","source_transport_port":61777,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:E1vNamQGw5X+X+vT1g7ui6Nc3O0=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.2","192.168.0.17"]},"source":{"bytes":69,"ip":"192.168.0.2","locality":"internal","port":61777}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"wuMbsS0oTj4","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742820153,"flow_start_milliseconds":"2016-07-21T13:50:35.785Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-56e8512e","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:35.785Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56650,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":56650,"type":"netflow_flow"},"network":{"community_id":"1:pkwcoe/zjCLerUgj+HGAwwt4wV8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"ip":"192.168.0.1","locality":"internal","port":56650}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":881,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"wuMbsS0oTj4","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742820153,"flow_start_milliseconds":"2016-07-21T13:50:35.785Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":75,"observation_time_milliseconds":"2016-07-21T13:50:35.925Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56650,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":881,"source_ipv4_address":"192.168.0.1","source_transport_port":56650,"type":"netflow_flow"},"network":{"bytes":956,"community_id":"1:pkwcoe/zjCLerUgj+HGAwwt4wV8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":75,"ip":"192.168.0.1","locality":"internal","port":56650}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":881,"ip":"192.168.0.17","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"wuMbsS0oTj4","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.17","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742820153,"flow_start_milliseconds":"2016-07-21T13:50:35.785Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":75,"observation_time_milliseconds":"2016-07-21T13:50:35.925Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56650,"post_nat_destination_ipv4_address":"192.168.0.17","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":881,"source_ipv4_address":"192.168.0.1","source_transport_port":56650,"type":"netflow_flow"},"network":{"bytes":956,"community_id":"1:pkwcoe/zjCLerUgj+HGAwwt4wV8=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.17"]},"source":{"bytes":75,"ip":"192.168.0.1","locality":"internal","port":56650}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"geQD5O-NWw8","locality":"internal"},"netflow":{"asa_username":"","destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_acl_id":"00000000-00000000-00000000","egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":1,"flow_id":742820223,"flow_start_milliseconds":"2016-07-21T13:50:36.395Z","fw_ext_event":0,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_acl_id":"3edcde49-0aa62ac3-a8a2a76b","ingress_interface":3,"observation_time_milliseconds":"2016-07-21T13:50:36.395Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56651,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"source_ipv4_address":"192.168.0.1","source_transport_port":56651,"type":"netflow_flow"},"network":{"community_id":"1:35/w0D/WO1QvBp8O+Vd95Nb+tt4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"ip":"192.168.0.1","locality":"internal","port":56651}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"geQD5O-NWw8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":5,"flow_id":742820223,"flow_start_milliseconds":"2016-07-21T13:50:36.395Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:36.495Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56651,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.1","source_transport_port":56651,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:35/w0D/WO1QvBp8O+Vd95Nb+tt4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56651}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-07-21T13:50:37Z","Meta":null,"Fields":{"destination":{"bytes":14178,"ip":"192.168.0.18","locality":"internal","port":80},"event":{"action":"netflow_flow","category":["network"],"kind":"event","type":["connection"]},"flow":{"id":"geQD5O-NWw8","locality":"internal"},"netflow":{"destination_ipv4_address":"192.168.0.18","destination_transport_port":80,"egress_interface":4,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2016-07-21T13:50:37Z","uptime_millis":739410190,"version":9},"firewall_event":2,"flow_id":742820223,"flow_start_milliseconds":"2016-07-21T13:50:36.395Z","fw_ext_event":2030,"icmp_code_ipv4":0,"icmp_type_ipv4":0,"ingress_interface":3,"initiator_octets":69,"observation_time_milliseconds":"2016-07-21T13:50:36.495Z","post_napt_destination_transport_port":80,"post_napt_source_transport_port":56651,"post_nat_destination_ipv4_address":"192.168.0.18","post_nat_source_ipv4_address":"192.168.0.1","protocol_identifier":6,"responder_octets":14178,"source_ipv4_address":"192.168.0.1","source_transport_port":56651,"type":"netflow_flow"},"network":{"bytes":14247,"community_id":"1:35/w0D/WO1QvBp8O+Vd95Nb+tt4=","direction":"unknown","iana_number":6,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["192.168.0.1","192.168.0.18"]},"source":{"bytes":69,"ip":"192.168.0.1","locality":"internal","port":56651}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_ipt_netflow_reduced_size_encoding
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:344481
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 60
        
    helper.go:24: [netflow-v9] No template for ID 259
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 84
        
    helper.go:24: [netflow-v9] state 0x2a43d710 addTemplate 260 0x2a7beb80
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 308
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 116
        
    helper.go:24: [netflow-v9] No template for ID 259
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 60
        
    helper.go:24: [netflow-v9] No template for ID 259
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 184
        
    helper.go:24: [netflow-v9] FlowSet ID 262 length 56
        
    helper.go:24: [netflow-v9] No template for ID 262
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 60
        
    helper.go:24: [netflow-v9] No template for ID 259
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 64
        
    helper.go:24: [netflow-v9] FlowSet ID 259 length 116
        
    helper.go:24: [netflow-v9] No template for ID 259
        
    helper.go:24: [netflow-v9] FlowSet ID 260 length 124
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 ipt_netflow reduced size encoding","events":[{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"193.151.198.166","locality":"external","mac":"00-1B-21-BC-24-DD","port":36025},"event":{"action":"netflow_flow","category":["network"],"duration":8996000000,"end":"2018-02-18T05:46:53.996Z","kind":"event","start":"2018-02-18T05:46:45Z","type":["connection"]},"flow":{"id":"XLC-7u3wi0U","locality":"external"},"netflow":{"destination_ipv4_address":"193.151.198.166","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":36025,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268388,"flow_start_sys_up_time":1289259392,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":156,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"37.122.1.226","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":27622,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":156,"community_id":"1:UB3lt1Isf0aF4UrkqLFDFJF9mqs=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["37.122.1.226","193.151.198.166"]},"source":{"bytes":156,"ip":"37.122.1.226","locality":"external","mac":"90-E2-BA-23-09-FC","packets":3,"port":27622}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"193.151.199.69","locality":"external","mac":"00-1B-21-BC-24-DD","port":29598},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.992Z","type":["connection"]},"flow":{"id":"2mdiEm9z6pA","locality":"external"},"netflow":{"destination_ipv4_address":"193.151.199.69","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":29598,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268384,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":48,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"5.141.231.166","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":31178,"tcp_control_bits":2,"tcp_options":3489660928,"type":"netflow_flow"},"network":{"bytes":48,"community_id":"1:qRS02uGU7DQQhA2eIiypcWW646c=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["5.141.231.166","193.151.199.69"]},"source":{"bytes":48,"ip":"5.141.231.166","locality":"external","mac":"90-E2-BA-23-09-FC","packets":1,"port":31178}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"212.224.113.74","locality":"external","mac":"00-1B-21-BC-24-DC","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":7652000000,"end":"2018-02-18T05:46:53.988Z","kind":"event","start":"2018-02-18T05:46:46.336Z","type":["connection"]},"flow":{"id":"IKsDJxZK5UA","locality":"external"},"netflow":{"destination_ipv4_address":"212.224.113.74","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":443,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268380,"flow_start_sys_up_time":1289260728,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":584,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"10.233.128.4","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":53688,"tcp_control_bits":211,"tcp_options":4043309057,"type":"netflow_flow"},"network":{"bytes":584,"community_id":"1:m2CtSpaQp+2xe8gg2IStCRuPvdE=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.128.4","212.224.113.74"]},"source":{"bytes":584,"ip":"10.233.128.4","locality":"internal","mac":"00-04-96-97-B8-CD","packets":11,"port":53688}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"10.236.8.4","locality":"internal","mac":"00-1B-21-BC-24-DC","port":51549},"event":{"action":"netflow_flow","category":["network"],"duration":16000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.976Z","type":["connection"]},"flow":{"id":"lfpS1KL7LwI","locality":"external"},"netflow":{"destination_ipv4_address":"10.236.8.4","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":51549,"egress_interface":8,"egress_physical_interface":8,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268368,"ingress_interface":123,"ingress_physical_interface":123,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.232.5.1","octet_delta_count":577,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"193.151.192.46","source_mac_address":"00-1A-4A-16-01-81","source_transport_port":80,"tcp_control_bits":27,"tcp_options":4043309056,"type":"netflow_flow"},"network":{"bytes":577,"community_id":"1:qBYG/gPpQslUYq/PoeUvwOTeciI=","direction":"unknown","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.8.4","193.151.192.46"]},"source":{"bytes":577,"ip":"193.151.192.46","locality":"external","mac":"00-1A-4A-16-01-81","packets":4,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"62.221.115.205","locality":"external","mac":"00-1B-21-BC-24-DC","port":1024},"event":{"action":"netflow_flow","category":["network"],"duration":1168000000,"end":"2018-02-18T05:46:53.988Z","kind":"event","start":"2018-02-18T05:46:52.82Z","type":["connection"]},"flow":{"id":"HRyho8QOr5M","locality":"external"},"netflow":{"destination_ipv4_address":"62.221.115.205","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":1024,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268380,"flow_start_sys_up_time":1289267212,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":152,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.235.197.6","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":57505,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:IMkMWSeVEQtrGLMvUrWNrRloBnU=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.235.197.6","62.221.115.205"]},"source":{"bytes":152,"ip":"10.235.197.6","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":57505}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"37.146.125.64","locality":"external","mac":"00-1B-21-BC-24-DC","port":3237},"event":{"action":"netflow_flow","category":["network"],"duration":8992000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:45Z","type":["connection"]},"flow":{"id":"jbL3H_oK7ok","locality":"external"},"netflow":{"destination_ipv4_address":"37.146.125.64","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":3237,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289259392,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":152,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.236.31.7","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":61471,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:x/J1qXHnaUwGcB8zD1GcpV9lWRs=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.31.7","37.146.125.64"]},"source":{"bytes":152,"ip":"10.236.31.7","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":61471}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"52.198.214.72","locality":"external","mac":"00-1B-21-BC-24-DC","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":4432000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:49.56Z","type":["connection"]},"flow":{"id":"ayKjfr1z0QU","locality":"external"},"netflow":{"destination_ipv4_address":"52.198.214.72","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":443,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289263952,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":1809,"packet_delta_count":15,"protocol_identifier":6,"source_ipv4_address":"10.233.151.8","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":58044,"tcp_control_bits":31,"tcp_options":4177526784,"type":"netflow_flow"},"network":{"bytes":1809,"community_id":"1:FsZvFeVrzzIyp2g1XhIbWdMJlww=","direction":"unknown","iana_number":6,"packets":15,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.151.8","52.198.214.72"]},"source":{"bytes":1809,"ip":"10.233.151.8","locality":"internal","mac":"00-04-96-97-B8-CD","packets":15,"port":58044}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"64.233.161.188","locality":"external","mac":"00-1B-21-BC-24-DC","port":5228},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-02-18T05:46:53.996Z","kind":"event","start":"2018-02-18T05:46:53.916Z","type":["connection"]},"flow":{"id":"B15R8wv_tVI","locality":"external"},"netflow":{"destination_ipv4_address":"64.233.161.188","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":5228,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268388,"flow_start_sys_up_time":1289268308,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":234,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.234.22.4","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":60583,"tcp_control_bits":24,"tcp_options":2164260864,"type":"netflow_flow"},"network":{"bytes":234,"community_id":"1:b6ds1NE3TsQ0PIp+pKuGWaqwsyc=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.234.22.4","64.233.161.188"]},"source":{"bytes":234,"ip":"10.234.22.4","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":60583}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"185.209.20.240","locality":"external","mac":"00-1B-21-BC-24-DC","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":400000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.592Z","type":["connection"]},"flow":{"id":"oYN-uwp504w","locality":"external"},"netflow":{"destination_ipv4_address":"185.209.20.240","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":80,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289267984,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":1681,"packet_delta_count":22,"protocol_identifier":6,"source_ipv4_address":"10.233.36.7","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":51399,"tcp_control_bits":27,"tcp_options":4043309056,"type":"netflow_flow"},"network":{"bytes":1681,"community_id":"1:w1ulQqI1NNDG8118wxe2KjecAWs=","direction":"unknown","iana_number":6,"packets":22,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.36.7","185.209.20.240"]},"source":{"bytes":1681,"ip":"10.233.36.7","locality":"internal","mac":"00-04-96-97-B8-CD","packets":22,"port":51399}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"84.39.245.175","locality":"external","mac":"00-1B-21-BC-24-DC","port":18580},"event":{"action":"netflow_flow","category":["network"],"duration":9024000000,"end":"2018-02-18T05:46:53.988Z","kind":"event","start":"2018-02-18T05:46:44.964Z","type":["connection"]},"flow":{"id":"MUPum_LUoxk","locality":"external"},"netflow":{"destination_ipv4_address":"84.39.245.175","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":18580,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268380,"flow_start_sys_up_time":1289259356,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":152,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.233.200.7","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":61820,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:IQI7c8/Vlpqocm+uFFUkvbXPrIo=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.200.7","84.39.245.175"]},"source":{"bytes":152,"ip":"10.233.200.7","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":61820}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"10.232.8.45","locality":"internal","mac":"00-1B-21-BC-24-DD","port":56257},"event":{"action":"netflow_flow","category":["network"],"duration":60000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.932Z","type":["connection"]},"flow":{"id":"YStkNP0pV1E","locality":"external"},"netflow":{"destination_ipv4_address":"10.232.8.45","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":56257,"egress_interface":8,"egress_physical_interface":8,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268324,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.232.5.1","octet_delta_count":1866,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"23.43.139.27","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":80,"tcp_control_bits":26,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":1866,"community_id":"1:E4w2M65VHyHNlcgPcdFLuqutRQg=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.232.8.45","23.43.139.27"]},"source":{"bytes":1866,"ip":"23.43.139.27","locality":"external","mac":"90-E2-BA-23-09-FC","packets":3,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"10.233.150.21","locality":"internal","mac":"00-1B-21-BC-24-DD","port":38164},"event":{"action":"netflow_flow","category":["network"],"duration":192000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.8Z","type":["connection"]},"flow":{"id":"nkastJ_vPI4","locality":"external"},"netflow":{"destination_ipv4_address":"10.233.150.21","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":38164,"egress_interface":8,"egress_physical_interface":8,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268192,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.232.5.1","octet_delta_count":187,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"2.17.140.47","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":443,"tcp_control_bits":25,"tcp_options":2164260864,"type":"netflow_flow"},"network":{"bytes":187,"community_id":"1:Ukfnc8AX67bQypWSmcn5huV+6qI=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.17.140.47","10.233.150.21"]},"source":{"bytes":187,"ip":"2.17.140.47","locality":"external","mac":"90-E2-BA-23-09-FC","packets":3,"port":443}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 ipt_netflow reduced size encoding","events":[{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"193.151.198.166","locality":"external","mac":"00-1B-21-BC-24-DD","port":36025},"event":{"action":"netflow_flow","category":["network"],"duration":8996000000,"end":"2018-02-18T05:46:53.996Z","kind":"event","start":"2018-02-18T05:46:45Z","type":["connection"]},"flow":{"id":"XLC-7u3wi0U","locality":"external"},"netflow":{"destination_ipv4_address":"193.151.198.166","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":36025,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268388,"flow_start_sys_up_time":1289259392,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":156,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"37.122.1.226","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":27622,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":156,"community_id":"1:UB3lt1Isf0aF4UrkqLFDFJF9mqs=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["37.122.1.226","193.151.198.166"]},"source":{"bytes":156,"ip":"37.122.1.226","locality":"external","mac":"90-E2-BA-23-09-FC","packets":3,"port":27622}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"193.151.199.69","locality":"external","mac":"00-1B-21-BC-24-DD","port":29598},"event":{"action":"netflow_flow","category":["network"],"duration":0,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.992Z","type":["connection"]},"flow":{"id":"2mdiEm9z6pA","locality":"external"},"netflow":{"destination_ipv4_address":"193.151.199.69","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":29598,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268384,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":48,"packet_delta_count":1,"protocol_identifier":6,"source_ipv4_address":"5.141.231.166","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":31178,"tcp_control_bits":2,"tcp_options":3489660928,"type":"netflow_flow"},"network":{"bytes":48,"community_id":"1:qRS02uGU7DQQhA2eIiypcWW646c=","direction":"unknown","iana_number":6,"packets":1,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["5.141.231.166","193.151.199.69"]},"source":{"bytes":48,"ip":"5.141.231.166","locality":"external","mac":"90-E2-BA-23-09-FC","packets":1,"port":31178}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"212.224.113.74","locality":"external","mac":"00-1B-21-BC-24-DC","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":7652000000,"end":"2018-02-18T05:46:53.988Z","kind":"event","start":"2018-02-18T05:46:46.336Z","type":["connection"]},"flow":{"id":"IKsDJxZK5UA","locality":"external"},"netflow":{"destination_ipv4_address":"212.224.113.74","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":443,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268380,"flow_start_sys_up_time":1289260728,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":584,"packet_delta_count":11,"protocol_identifier":6,"source_ipv4_address":"10.233.128.4","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":53688,"tcp_control_bits":211,"tcp_options":4043309057,"type":"netflow_flow"},"network":{"bytes":584,"community_id":"1:m2CtSpaQp+2xe8gg2IStCRuPvdE=","direction":"unknown","iana_number":6,"packets":11,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.128.4","212.224.113.74"]},"source":{"bytes":584,"ip":"10.233.128.4","locality":"internal","mac":"00-04-96-97-B8-CD","packets":11,"port":53688}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"10.236.8.4","locality":"internal","mac":"00-1B-21-BC-24-DC","port":51549},"event":{"action":"netflow_flow","category":["network"],"duration":16000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.976Z","type":["connection"]},"flow":{"id":"lfpS1KL7LwI","locality":"external"},"netflow":{"destination_ipv4_address":"10.236.8.4","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":51549,"egress_interface":8,"egress_physical_interface":8,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268368,"ingress_interface":123,"ingress_physical_interface":123,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.232.5.1","octet_delta_count":577,"packet_delta_count":4,"protocol_identifier":6,"source_ipv4_address":"193.151.192.46","source_mac_address":"00-1A-4A-16-01-81","source_transport_port":80,"tcp_control_bits":27,"tcp_options":4043309056,"type":"netflow_flow"},"network":{"bytes":577,"community_id":"1:qBYG/gPpQslUYq/PoeUvwOTeciI=","direction":"unknown","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.8.4","193.151.192.46"]},"source":{"bytes":577,"ip":"193.151.192.46","locality":"external","mac":"00-1A-4A-16-01-81","packets":4,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"62.221.115.205","locality":"external","mac":"00-1B-21-BC-24-DC","port":1024},"event":{"action":"netflow_flow","category":["network"],"duration":1168000000,"end":"2018-02-18T05:46:53.988Z","kind":"event","start":"2018-02-18T05:46:52.82Z","type":["connection"]},"flow":{"id":"HRyho8QOr5M","locality":"external"},"netflow":{"destination_ipv4_address":"62.221.115.205","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":1024,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268380,"flow_start_sys_up_time":1289267212,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":152,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.235.197.6","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":57505,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:IMkMWSeVEQtrGLMvUrWNrRloBnU=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.235.197.6","62.221.115.205"]},"source":{"bytes":152,"ip":"10.235.197.6","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":57505}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"37.146.125.64","locality":"external","mac":"00-1B-21-BC-24-DC","port":3237},"event":{"action":"netflow_flow","category":["network"],"duration":8992000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:45Z","type":["connection"]},"flow":{"id":"jbL3H_oK7ok","locality":"external"},"netflow":{"destination_ipv4_address":"37.146.125.64","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":3237,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289259392,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":152,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.236.31.7","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":61471,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:x/J1qXHnaUwGcB8zD1GcpV9lWRs=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.236.31.7","37.146.125.64"]},"source":{"bytes":152,"ip":"10.236.31.7","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":61471}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"52.198.214.72","locality":"external","mac":"00-1B-21-BC-24-DC","port":443},"event":{"action":"netflow_flow","category":["network"],"duration":4432000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:49.56Z","type":["connection"]},"flow":{"id":"ayKjfr1z0QU","locality":"external"},"netflow":{"destination_ipv4_address":"52.198.214.72","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":443,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289263952,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":1809,"packet_delta_count":15,"protocol_identifier":6,"source_ipv4_address":"10.233.151.8","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":58044,"tcp_control_bits":31,"tcp_options":4177526784,"type":"netflow_flow"},"network":{"bytes":1809,"community_id":"1:FsZvFeVrzzIyp2g1XhIbWdMJlww=","direction":"unknown","iana_number":6,"packets":15,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.151.8","52.198.214.72"]},"source":{"bytes":1809,"ip":"10.233.151.8","locality":"internal","mac":"00-04-96-97-B8-CD","packets":15,"port":58044}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"64.233.161.188","locality":"external","mac":"00-1B-21-BC-24-DC","port":5228},"event":{"action":"netflow_flow","category":["network"],"duration":80000000,"end":"2018-02-18T05:46:53.996Z","kind":"event","start":"2018-02-18T05:46:53.916Z","type":["connection"]},"flow":{"id":"B15R8wv_tVI","locality":"external"},"netflow":{"destination_ipv4_address":"64.233.161.188","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":5228,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268388,"flow_start_sys_up_time":1289268308,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":234,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.234.22.4","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":60583,"tcp_control_bits":24,"tcp_options":2164260864,"type":"netflow_flow"},"network":{"bytes":234,"community_id":"1:b6ds1NE3TsQ0PIp+pKuGWaqwsyc=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.234.22.4","64.233.161.188"]},"source":{"bytes":234,"ip":"10.234.22.4","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":60583}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"185.209.20.240","locality":"external","mac":"00-1B-21-BC-24-DC","port":80},"event":{"action":"netflow_flow","category":["network"],"duration":400000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.592Z","type":["connection"]},"flow":{"id":"oYN-uwp504w","locality":"external"},"netflow":{"destination_ipv4_address":"185.209.20.240","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":80,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289267984,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":1681,"packet_delta_count":22,"protocol_identifier":6,"source_ipv4_address":"10.233.36.7","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":51399,"tcp_control_bits":27,"tcp_options":4043309056,"type":"netflow_flow"},"network":{"bytes":1681,"community_id":"1:w1ulQqI1NNDG8118wxe2KjecAWs=","direction":"unknown","iana_number":6,"packets":22,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.36.7","185.209.20.240"]},"source":{"bytes":1681,"ip":"10.233.36.7","locality":"internal","mac":"00-04-96-97-B8-CD","packets":22,"port":51399}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"84.39.245.175","locality":"external","mac":"00-1B-21-BC-24-DC","port":18580},"event":{"action":"netflow_flow","category":["network"],"duration":9024000000,"end":"2018-02-18T05:46:53.988Z","kind":"event","start":"2018-02-18T05:46:44.964Z","type":["connection"]},"flow":{"id":"MUPum_LUoxk","locality":"external"},"netflow":{"destination_ipv4_address":"84.39.245.175","destination_mac_address":"00-1B-21-BC-24-DC","destination_transport_port":18580,"egress_interface":7,"egress_physical_interface":7,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268380,"flow_start_sys_up_time":1289259356,"ingress_interface":8,"ingress_physical_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"193.151.192.17","octet_delta_count":152,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"10.233.200.7","source_mac_address":"00-04-96-97-B8-CD","source_transport_port":61820,"tcp_control_bits":2,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":152,"community_id":"1:IQI7c8/Vlpqocm+uFFUkvbXPrIo=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.233.200.7","84.39.245.175"]},"source":{"bytes":152,"ip":"10.233.200.7","locality":"internal","mac":"00-04-96-97-B8-CD","packets":3,"port":61820}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"10.232.8.45","locality":"internal","mac":"00-1B-21-BC-24-DD","port":56257},"event":{"action":"netflow_flow","category":["network"],"duration":60000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.932Z","type":["connection"]},"flow":{"id":"YStkNP0pV1E","locality":"external"},"netflow":{"destination_ipv4_address":"10.232.8.45","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":56257,"egress_interface":8,"egress_physical_interface":8,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268324,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.232.5.1","octet_delta_count":1866,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"23.43.139.27","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":80,"tcp_control_bits":26,"tcp_options":4026531840,"type":"netflow_flow"},"network":{"bytes":1866,"community_id":"1:E4w2M65VHyHNlcgPcdFLuqutRQg=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.232.8.45","23.43.139.27"]},"source":{"bytes":1866,"ip":"23.43.139.27","locality":"external","mac":"90-E2-BA-23-09-FC","packets":3,"port":80}},"Private":null,"TimeSeries":false},{"Timestamp":"2018-02-18T05:47:09Z","Meta":null,"Fields":{"destination":{"ip":"10.233.150.21","locality":"internal","mac":"00-1B-21-BC-24-DD","port":38164},"event":{"action":"netflow_flow","category":["network"],"duration":192000000,"end":"2018-02-18T05:46:53.992Z","kind":"event","start":"2018-02-18T05:46:53.8Z","type":["connection"]},"flow":{"id":"nkastJ_vPI4","locality":"external"},"netflow":{"destination_ipv4_address":"10.233.150.21","destination_mac_address":"00-1B-21-BC-24-DD","destination_transport_port":38164,"egress_interface":8,"egress_physical_interface":8,"ethernet_type":2048,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-02-18T05:47:09Z","uptime_millis":1289283392,"version":9},"flow_end_sys_up_time":1289268384,"flow_start_sys_up_time":1289268192,"ingress_interface":7,"ingress_physical_interface":7,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.232.5.1","octet_delta_count":187,"packet_delta_count":3,"protocol_identifier":6,"source_ipv4_address":"2.17.140.47","source_mac_address":"90-E2-BA-23-09-FC","source_transport_port":443,"tcp_control_bits":25,"tcp_options":2164260864,"type":"netflow_flow"},"network":{"bytes":187,"community_id":"1:Ukfnc8AX67bQypWSmcn5huV+6qI=","direction":"unknown","iana_number":6,"packets":3,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["2.17.140.47","10.233.150.21"]},"source":{"bytes":187,"ip":"2.17.140.47","locality":"external","mac":"90-E2-BA-23-09-FC","packets":3,"port":443}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Cisco_ASR_9000_series_options_template_256
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:2177 seq:24496782
        
    helper.go:24: [netflow-v9] FlowSet ID 1 length 20
        
    helper.go:24: [netflow-v9] state 0x2a43dad0 addTemplate 256 0x2a876940
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:2177 seq:24496783
        
    helper.go:24: [netflow-v9] FlowSet ID 256 length 1368
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Cisco ASR 9000 series options template 256","events":[{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":74,"interface_description":"TenGigE0_0_1_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":75,"interface_description":"TenGigE0_0_1_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":76,"interface_description":"TenGigE0_0_1_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":54,"interface_description":"GigabitEthernet0_0_0_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":55,"interface_description":"GigabitEthernet0_0_0_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":56,"interface_description":"GigabitEthernet0_0_0_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":58,"interface_description":"GigabitEthernet0_0_0_4"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":59,"interface_description":"GigabitEthernet0_0_0_5"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":60,"interface_description":"GigabitEthernet0_0_0_6"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":66,"interface_description":"GigabitEthernet0_0_0_12"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":86,"interface_description":"TenGigE0_1_0_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":87,"interface_description":"TenGigE0_1_0_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":88,"interface_description":"TenGigE0_1_0_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":162,"interface_description":"Bundle-Ether2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":110,"interface_description":"TenGigE0_6_1_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":111,"interface_description":"TenGigE0_6_1_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":102,"interface_description":"TenGigE0_6_0_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":103,"interface_description":"TenGigE0_6_0_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":104,"interface_description":"TenGigE0_6_0_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Cisco ASR 9000 series options template 256","events":[{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":74,"interface_description":"TenGigE0_0_1_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":75,"interface_description":"TenGigE0_0_1_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":76,"interface_description":"TenGigE0_0_1_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":54,"interface_description":"GigabitEthernet0_0_0_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":55,"interface_description":"GigabitEthernet0_0_0_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":56,"interface_description":"GigabitEthernet0_0_0_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":58,"interface_description":"GigabitEthernet0_0_0_4"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":59,"interface_description":"GigabitEthernet0_0_0_5"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":60,"interface_description":"GigabitEthernet0_0_0_6"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":66,"interface_description":"GigabitEthernet0_0_0_12"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":86,"interface_description":"TenGigE0_1_0_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":87,"interface_description":"TenGigE0_1_0_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":88,"interface_description":"TenGigE0_1_0_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":162,"interface_description":"Bundle-Ether2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":110,"interface_description":"TenGigE0_6_1_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":111,"interface_description":"TenGigE0_6_1_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":102,"interface_description":"TenGigE0_6_0_0"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":103,"interface_description":"TenGigE0_6_0_1"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false},{"Timestamp":"2016-12-06T10:09:48Z","Meta":null,"Fields":{"event":{"action":"netflow_options","category":["network"],"kind":"event"},"netflow":{"exporter":{"address":"192.0.2.1:4444","source_id":2177,"timestamp":"2016-12-06T10:09:48Z","uptime_millis":1704794749,"version":9},"options":{"ingress_interface":104,"interface_description":"TenGigE0_6_0_2"},"scope":{"octet_delta_count":3250896451},"type":"netflow_options"},"observer":{"ip":"192.0.2.1"}},"Private":null,"TimeSeries":false}]}
=== RUN   TestDatFiles/Netflow_9_Huawei_Netstream
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:29210
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 104
        
    helper.go:24: [netflow-v9] state 0x2a61b110 addTemplate 1315 0x2aa0e2c0
        
    helper.go:24: [netflow-v9] Packet from:192.0.2.1:4444 src:0 seq:129954
        
    helper.go:24: [netflow-v9] FlowSet ID 1315 length 60
        
    netflow_test.go:131: Golden data: {"test_name":"Netflow 9 Huawei Netstream","events":[{"Timestamp":"2018-01-29T03:02:20Z","Meta":null,"Fields":{"destination":{"bytes":0,"ip":"10.111.112.204","locality":"internal","port":2598},"event":{"action":"netflow_flow","category":["network"],"duration":327060000000,"end":"2018-01-29T03:02:19Z","kind":"event","start":"2018-01-29T02:56:51.94Z","type":["connection"]},"flow":{"id":"d-FUjj8eKi8","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":0,"destination_ipv4_address":"10.111.112.204","destination_ipv4_prefix_length":25,"destination_transport_port":2598,"egress_interface":31,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-01-29T03:02:20Z","uptime_millis":2678492632,"version":9},"flow_direction":1,"flow_end_sys_up_time":2678491632,"flow_start_sys_up_time":2678164572,"forwarding_status":0,"ingress_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.108.252.41","octet_delta_count":200,"packet_delta_count":4,"padding_octets":"AAAA","post_vlan_id":0,"protocol_identifier":6,"responder_octets":0,"source_ipv4_address":"10.108.219.53","source_ipv4_prefix_length":24,"source_transport_port":45587,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":200,"community_id":"1:0qNFnK0G9V0IPgzhxvf+nGmenME=","direction":"outbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.108.219.53","10.111.112.204"]},"source":{"bytes":200,"ip":"10.108.219.53","locality":"internal","packets":4,"port":45587}},"Private":null,"TimeSeries":false}]}
    netflow_test.go:136: Result data: {"test_name":"Netflow 9 Huawei Netstream","events":[{"Timestamp":"2018-01-29T03:02:20Z","Meta":null,"Fields":{"destination":{"bytes":0,"ip":"10.111.112.204","locality":"internal","port":2598},"event":{"action":"netflow_flow","category":["network"],"duration":327060000000,"end":"2018-01-29T03:02:19Z","kind":"event","start":"2018-01-29T02:56:51.94Z","type":["connection"]},"flow":{"id":"d-FUjj8eKi8","locality":"internal"},"netflow":{"bgp_destination_as_number":0,"bgp_next_hop_ipv4_address":"0.0.0.0","bgp_source_as_number":0,"destination_ipv4_address":"10.111.112.204","destination_ipv4_prefix_length":25,"destination_transport_port":2598,"egress_interface":31,"exporter":{"address":"192.0.2.1:4444","source_id":0,"timestamp":"2018-01-29T03:02:20Z","uptime_millis":2678492632,"version":9},"flow_direction":1,"flow_end_sys_up_time":2678491632,"flow_start_sys_up_time":2678164572,"forwarding_status":0,"ingress_interface":8,"ip_class_of_service":0,"ip_next_hop_ipv4_address":"10.108.252.41","octet_delta_count":200,"packet_delta_count":4,"padding_octets":"AAAA","post_vlan_id":0,"protocol_identifier":6,"responder_octets":0,"source_ipv4_address":"10.108.219.53","source_ipv4_prefix_length":24,"source_transport_port":45587,"tcp_control_bits":24,"type":"netflow_flow","vlan_id":0},"network":{"bytes":200,"community_id":"1:0qNFnK0G9V0IPgzhxvf+nGmenME=","direction":"outbound","iana_number":6,"packets":4,"transport":"tcp"},"observer":{"ip":"192.0.2.1"},"related":{"ip":["10.108.219.53","10.111.112.204"]},"source":{"bytes":200,"ip":"10.108.219.53","locality":"internal","packets":4,"port":45587}},"Private":null,"TimeSeries":false}]}
--- PASS: TestDatFiles (0.47s)
    --- PASS: TestDatFiles/IPFIX_Netscaler_with_variable_length_fields (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Fortigate_FortiOS_5.2.1 (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_NBAR_options_template_260 (0.00s)
    --- PASS: TestDatFiles/IPFIX_Netscaler_with_variable_length_fields,_missing_templates (0.00s)
    --- PASS: TestDatFiles/IPFIX_options_template_from_Juniper_MX240_JunOS_15.1_R6_S3 (0.01s)
    --- PASS: TestDatFiles/IPFIX_VMware_virtual_distributed_switch (0.01s)
    --- PASS: TestDatFiles/Netflow_9_valid_01 (0.01s)
    --- PASS: TestDatFiles/Netflow_9_macaddress (0.02s)
    --- PASS: TestDatFiles/Netflow_9_Palo_Alto_1_flowset_in_large_zero_filled_packet (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_ASR_9000_series_template_260 (0.03s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_WLC (0.01s)
    --- PASS: TestDatFiles/IPFIX_vIPtela_with_VPN_id (0.02s)
    --- PASS: TestDatFiles/IPFIX_YAF_basic_with_applabel (0.01s)
    --- PASS: TestDatFiles/IPFIX (0.01s)
    --- PASS: TestDatFiles/IPFIX_OpenBSD_pflow (0.06s)
    --- PASS: TestDatFiles/IPFIX_Mikrotik_RouterOS_6.39.2 (0.01s)
    --- PASS: TestDatFiles/Netflow_9_multiple_netflow_exporters (0.01s)
    --- PASS: TestDatFiles/Netflow_9_H3C_Netstream_with_varstring (0.00s)
    --- PASS: TestDatFiles/Netflow_9_nprobe_DPI_L7 (0.00s)
    --- PASS: TestDatFiles/Netflow_9_Streamcore (0.01s)
    --- PASS: TestDatFiles/Netflow_9_template_with_0_length_fields (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_ASR1001-X (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Palo_Alto_PAN-OS_with_app-id (0.01s)
    --- PASS: TestDatFiles/IPFIX_Barracuda_extended_uniflow_template_256 (0.01s)
    --- PASS: TestDatFiles/Netflow_9_IE150_IE151 (0.00s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_WLC_8500_release_8.2 (0.00s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_1941/K9_release_15.1 (0.02s)
    --- PASS: TestDatFiles/IPFIX_Barracuda_firewall (0.01s)
    --- PASS: TestDatFiles/IPFIX_Nokia_BRAS (0.01s)
    --- PASS: TestDatFiles/Netflow_9_invalid_01 (0.00s)
    --- PASS: TestDatFiles/Netflow_9_options_template_with_scope_fields (0.00s)
    --- PASS: TestDatFiles/Netflow_9_H3C (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Ubiquiti_Edgerouter_with_MPLS_labels (0.01s)
    --- PASS: TestDatFiles/Netflow9_Juniper_SRX_options_template_with_0_scope_field_length (0.00s)
    --- PASS: TestDatFiles/Netflow_9_field_layer2segmentid (0.00s)
    --- PASS: TestDatFiles/IPFIX_Procera (0.00s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_ASA (0.02s)
    --- PASS: TestDatFiles/Netflow_9_Fortigate_FortiOS_54x_appid (0.02s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_NBAR_flowset_262 (0.00s)
    --- PASS: TestDatFiles/IPFIX_configured_with_include_flowset_id (0.00s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_ASA_2 (0.01s)
    --- PASS: TestDatFiles/Netflow_9_ipt_netflow_reduced_size_encoding (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Cisco_ASR_9000_series_options_template_256 (0.01s)
    --- PASS: TestDatFiles/Netflow_9_Huawei_Netstream (0.00s)
=== RUN   TestReverseFlows
--- PASS: TestReverseFlows (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow	0.584s
=== RUN   TestFieldDict_Merge
--- PASS: TestFieldDict_Merge (0.00s)
=== RUN   TestOctetArray
=== RUN   TestOctetArray/array_of_length_0
=== RUN   TestOctetArray/array_of_length_1
=== RUN   TestOctetArray/array_of_length_3
=== RUN   TestOctetArray/array_of_length_65535
--- PASS: TestOctetArray (0.00s)
    --- PASS: TestOctetArray/array_of_length_0 (0.00s)
    --- PASS: TestOctetArray/array_of_length_1 (0.00s)
    --- PASS: TestOctetArray/array_of_length_3 (0.00s)
    --- PASS: TestOctetArray/array_of_length_65535 (0.00s)
=== RUN   TestUnsigned8
=== RUN   TestUnsigned8/No_data
=== RUN   TestUnsigned8/Single_byte_0
=== RUN   TestUnsigned8/Single_byte_1
=== RUN   TestUnsigned8/Single_byte_255
=== RUN   TestUnsigned8/Excess_data
--- PASS: TestUnsigned8 (0.00s)
    --- PASS: TestUnsigned8/No_data (0.00s)
    --- PASS: TestUnsigned8/Single_byte_0 (0.00s)
    --- PASS: TestUnsigned8/Single_byte_1 (0.00s)
    --- PASS: TestUnsigned8/Single_byte_255 (0.00s)
    --- PASS: TestUnsigned8/Excess_data (0.00s)
=== RUN   TestUnsigned16
=== RUN   TestUnsigned16/No_data
=== RUN   TestUnsigned16/Single_byte_0
=== RUN   TestUnsigned16/Single_byte_1
=== RUN   TestUnsigned16/Single_byte_255
=== RUN   TestUnsigned16/Two_bytes
=== RUN   TestUnsigned16/Two_bytes_zero
=== RUN   TestUnsigned16/Two_bytes_max
=== RUN   TestUnsigned16/Excess_data
--- PASS: TestUnsigned16 (0.00s)
    --- PASS: TestUnsigned16/No_data (0.00s)
    --- PASS: TestUnsigned16/Single_byte_0 (0.00s)
    --- PASS: TestUnsigned16/Single_byte_1 (0.00s)
    --- PASS: TestUnsigned16/Single_byte_255 (0.00s)
    --- PASS: TestUnsigned16/Two_bytes (0.00s)
    --- PASS: TestUnsigned16/Two_bytes_zero (0.00s)
    --- PASS: TestUnsigned16/Two_bytes_max (0.00s)
    --- PASS: TestUnsigned16/Excess_data (0.00s)
=== RUN   TestUnsigned32
=== RUN   TestUnsigned32/No_data
=== RUN   TestUnsigned32/Single_byte_0
=== RUN   TestUnsigned32/Single_byte_1
=== RUN   TestUnsigned32/Single_byte_255
=== RUN   TestUnsigned32/Two_bytes
=== RUN   TestUnsigned32/Two_bytes_zero
=== RUN   TestUnsigned32/3_bytes
=== RUN   TestUnsigned32/4_bytes
=== RUN   TestUnsigned32/excess
--- PASS: TestUnsigned32 (0.00s)
    --- PASS: TestUnsigned32/No_data (0.00s)
    --- PASS: TestUnsigned32/Single_byte_0 (0.00s)
    --- PASS: TestUnsigned32/Single_byte_1 (0.00s)
    --- PASS: TestUnsigned32/Single_byte_255 (0.00s)
    --- PASS: TestUnsigned32/Two_bytes (0.00s)
    --- PASS: TestUnsigned32/Two_bytes_zero (0.00s)
    --- PASS: TestUnsigned32/3_bytes (0.00s)
    --- PASS: TestUnsigned32/4_bytes (0.00s)
    --- PASS: TestUnsigned32/excess (0.00s)
=== RUN   TestUnsigned64
=== RUN   TestUnsigned64/No_data
=== RUN   TestUnsigned64/Single_byte_0
=== RUN   TestUnsigned64/Single_byte_1
=== RUN   TestUnsigned64/Single_byte_255
=== RUN   TestUnsigned64/Two_bytes
=== RUN   TestUnsigned64/Two_bytes_zero
=== RUN   TestUnsigned64/3_bytes
=== RUN   TestUnsigned64/4_bytes
=== RUN   TestUnsigned64/5_bytes
=== RUN   TestUnsigned64/6_bytes
=== RUN   TestUnsigned64/7_bytes
=== RUN   TestUnsigned64/8_bytes
=== RUN   TestUnsigned64/excess
--- PASS: TestUnsigned64 (0.00s)
    --- PASS: TestUnsigned64/No_data (0.00s)
    --- PASS: TestUnsigned64/Single_byte_0 (0.00s)
    --- PASS: TestUnsigned64/Single_byte_1 (0.00s)
    --- PASS: TestUnsigned64/Single_byte_255 (0.00s)
    --- PASS: TestUnsigned64/Two_bytes (0.00s)
    --- PASS: TestUnsigned64/Two_bytes_zero (0.00s)
    --- PASS: TestUnsigned64/3_bytes (0.00s)
    --- PASS: TestUnsigned64/4_bytes (0.00s)
    --- PASS: TestUnsigned64/5_bytes (0.00s)
    --- PASS: TestUnsigned64/6_bytes (0.00s)
    --- PASS: TestUnsigned64/7_bytes (0.00s)
    --- PASS: TestUnsigned64/8_bytes (0.00s)
    --- PASS: TestUnsigned64/excess (0.00s)
=== RUN   TestSigned8
=== RUN   TestSigned8/No_data
=== RUN   TestSigned8/Single_byte_0
=== RUN   TestSigned8/Single_byte_1
=== RUN   TestSigned8/Negative
=== RUN   TestSigned8/Negative_2
=== RUN   TestSigned8/Negative_3
=== RUN   TestSigned8/Excess_data
--- PASS: TestSigned8 (0.00s)
    --- PASS: TestSigned8/No_data (0.00s)
    --- PASS: TestSigned8/Single_byte_0 (0.00s)
    --- PASS: TestSigned8/Single_byte_1 (0.00s)
    --- PASS: TestSigned8/Negative (0.00s)
    --- PASS: TestSigned8/Negative_2 (0.00s)
    --- PASS: TestSigned8/Negative_3 (0.00s)
    --- PASS: TestSigned8/Excess_data (0.00s)
=== RUN   TestSigned16
=== RUN   TestSigned16/No_data
=== RUN   TestSigned16/Single_byte_0
=== RUN   TestSigned16/Single_byte_1
=== RUN   TestSigned16/Negative
=== RUN   TestSigned16/Negative_2
=== RUN   TestSigned16/Negative_3
=== RUN   TestSigned16/Two_bytes_positive
=== RUN   TestSigned16/Two_bytes_negative
=== RUN   TestSigned16/Minus_one
=== RUN   TestSigned16/excess
--- PASS: TestSigned16 (0.00s)
    --- PASS: TestSigned16/No_data (0.00s)
    --- PASS: TestSigned16/Single_byte_0 (0.00s)
    --- PASS: TestSigned16/Single_byte_1 (0.00s)
    --- PASS: TestSigned16/Negative (0.00s)
    --- PASS: TestSigned16/Negative_2 (0.00s)
    --- PASS: TestSigned16/Negative_3 (0.00s)
    --- PASS: TestSigned16/Two_bytes_positive (0.00s)
    --- PASS: TestSigned16/Two_bytes_negative (0.00s)
    --- PASS: TestSigned16/Minus_one (0.00s)
    --- PASS: TestSigned16/excess (0.00s)
=== RUN   TestSigned32
=== RUN   TestSigned32/No_data
=== RUN   TestSigned32/Single_byte_0
=== RUN   TestSigned32/Single_byte_1
=== RUN   TestSigned32/Negative
=== RUN   TestSigned32/Negative_2
=== RUN   TestSigned32/Negative_3
=== RUN   TestSigned32/Two_bytes_positive
=== RUN   TestSigned32/Two_bytes_negative
=== RUN   TestSigned32/Minus_one
=== RUN   TestSigned32/3_bytes_positive
=== RUN   TestSigned32/3_bytes_negative
=== RUN   TestSigned32/3_bytes_Minus_one
=== RUN   TestSigned32/4_bytes
=== RUN   TestSigned32/4_bytes_max_positive
=== RUN   TestSigned32/4_bytes_max_negative
=== RUN   TestSigned32/excess
--- PASS: TestSigned32 (0.00s)
    --- PASS: TestSigned32/No_data (0.00s)
    --- PASS: TestSigned32/Single_byte_0 (0.00s)
    --- PASS: TestSigned32/Single_byte_1 (0.00s)
    --- PASS: TestSigned32/Negative (0.00s)
    --- PASS: TestSigned32/Negative_2 (0.00s)
    --- PASS: TestSigned32/Negative_3 (0.00s)
    --- PASS: TestSigned32/Two_bytes_positive (0.00s)
    --- PASS: TestSigned32/Two_bytes_negative (0.00s)
    --- PASS: TestSigned32/Minus_one (0.00s)
    --- PASS: TestSigned32/3_bytes_positive (0.00s)
    --- PASS: TestSigned32/3_bytes_negative (0.00s)
    --- PASS: TestSigned32/3_bytes_Minus_one (0.00s)
    --- PASS: TestSigned32/4_bytes (0.00s)
    --- PASS: TestSigned32/4_bytes_max_positive (0.00s)
    --- PASS: TestSigned32/4_bytes_max_negative (0.00s)
    --- PASS: TestSigned32/excess (0.00s)
=== RUN   TestSigned64
=== RUN   TestSigned64/No_data
=== RUN   TestSigned64/Single_byte_0
=== RUN   TestSigned64/Single_byte_1
=== RUN   TestSigned64/Negative
=== RUN   TestSigned64/Negative_2
=== RUN   TestSigned64/Negative_3
=== RUN   TestSigned64/Two_bytes_positive
=== RUN   TestSigned64/Two_bytes_negative
=== RUN   TestSigned64/Minus_one
=== RUN   TestSigned64/3_bytes_positive
=== RUN   TestSigned64/3_bytes_negative
=== RUN   TestSigned64/3_bytes_Minus_one
=== RUN   TestSigned64/4_bytes
=== RUN   TestSigned64/4_bytes_max_positive
=== RUN   TestSigned64/4_bytes_max_negative
=== RUN   TestSigned64/5_bytes_max_positive
=== RUN   TestSigned64/5_bytes_max_negative
=== RUN   TestSigned64/6_bytes_max_positive
=== RUN   TestSigned64/6_bytes_max_negative
=== RUN   TestSigned64/7_bytes_max_positive
=== RUN   TestSigned64/7_bytes_max_negative
=== RUN   TestSigned64/8_bytes_max_positive
=== RUN   TestSigned64/8_bytes_max_negative
=== RUN   TestSigned64/excess
--- PASS: TestSigned64 (0.00s)
    --- PASS: TestSigned64/No_data (0.00s)
    --- PASS: TestSigned64/Single_byte_0 (0.00s)
    --- PASS: TestSigned64/Single_byte_1 (0.00s)
    --- PASS: TestSigned64/Negative (0.00s)
    --- PASS: TestSigned64/Negative_2 (0.00s)
    --- PASS: TestSigned64/Negative_3 (0.00s)
    --- PASS: TestSigned64/Two_bytes_positive (0.00s)
    --- PASS: TestSigned64/Two_bytes_negative (0.00s)
    --- PASS: TestSigned64/Minus_one (0.00s)
    --- PASS: TestSigned64/3_bytes_positive (0.00s)
    --- PASS: TestSigned64/3_bytes_negative (0.00s)
    --- PASS: TestSigned64/3_bytes_Minus_one (0.00s)
    --- PASS: TestSigned64/4_bytes (0.00s)
    --- PASS: TestSigned64/4_bytes_max_positive (0.00s)
    --- PASS: TestSigned64/4_bytes_max_negative (0.00s)
    --- PASS: TestSigned64/5_bytes_max_positive (0.00s)
    --- PASS: TestSigned64/5_bytes_max_negative (0.00s)
    --- PASS: TestSigned64/6_bytes_max_positive (0.00s)
    --- PASS: TestSigned64/6_bytes_max_negative (0.00s)
    --- PASS: TestSigned64/7_bytes_max_positive (0.00s)
    --- PASS: TestSigned64/7_bytes_max_negative (0.00s)
    --- PASS: TestSigned64/8_bytes_max_positive (0.00s)
    --- PASS: TestSigned64/8_bytes_max_negative (0.00s)
    --- PASS: TestSigned64/excess (0.00s)
=== RUN   TestFloat32
=== RUN   TestFloat32/No_data
=== RUN   TestFloat32/No_data_3
=== RUN   TestFloat32/No_extra_precision
=== RUN   TestFloat32/expected_float32_0
=== RUN   TestFloat32/expected_float32_-1
=== RUN   TestFloat32/expected_float32_1
=== RUN   TestFloat32/expected_float32_0.00390625
=== RUN   TestFloat32/expected_float32_-123.25
=== RUN   TestFloat32/expected_float32_3.1415927
=== RUN   TestFloat32/expected_float32_3.4028235e+38
--- PASS: TestFloat32 (0.00s)
    --- PASS: TestFloat32/No_data (0.00s)
    --- PASS: TestFloat32/No_data_3 (0.00s)
    --- PASS: TestFloat32/No_extra_precision (0.00s)
    --- PASS: TestFloat32/expected_float32_0 (0.00s)
    --- PASS: TestFloat32/expected_float32_-1 (0.00s)
    --- PASS: TestFloat32/expected_float32_1 (0.00s)
    --- PASS: TestFloat32/expected_float32_0.00390625 (0.00s)
    --- PASS: TestFloat32/expected_float32_-123.25 (0.00s)
    --- PASS: TestFloat32/expected_float32_3.1415927 (0.00s)
    --- PASS: TestFloat32/expected_float32_3.4028235e+38 (0.00s)
=== RUN   TestFloat64
=== RUN   TestFloat64/No_data
=== RUN   TestFloat64/No_data_3
=== RUN   TestFloat64/No_data_5
=== RUN   TestFloat64/expected_float32_0
=== RUN   TestFloat64/expected_float32_-1
=== RUN   TestFloat64/expected_float32_1
=== RUN   TestFloat64/expected_float32_0.00390625
=== RUN   TestFloat64/expected_float32_-123.25
=== RUN   TestFloat64/expected_float32_3.1415927
=== RUN   TestFloat64/expected_float32_3.4028235e+38
=== RUN   TestFloat64/expected_float64_0
=== RUN   TestFloat64/expected_float64_3.141592653589793
=== RUN   TestFloat64/expected_float64_1.7976931348623157e+308
=== RUN   TestFloat64/expected_float64_1.1
--- PASS: TestFloat64 (0.00s)
    --- PASS: TestFloat64/No_data (0.00s)
    --- PASS: TestFloat64/No_data_3 (0.00s)
    --- PASS: TestFloat64/No_data_5 (0.00s)
    --- PASS: TestFloat64/expected_float32_0 (0.00s)
    --- PASS: TestFloat64/expected_float32_-1 (0.00s)
    --- PASS: TestFloat64/expected_float32_1 (0.00s)
    --- PASS: TestFloat64/expected_float32_0.00390625 (0.00s)
    --- PASS: TestFloat64/expected_float32_-123.25 (0.00s)
    --- PASS: TestFloat64/expected_float32_3.1415927 (0.00s)
    --- PASS: TestFloat64/expected_float32_3.4028235e+38 (0.00s)
    --- PASS: TestFloat64/expected_float64_0 (0.00s)
    --- PASS: TestFloat64/expected_float64_3.141592653589793 (0.00s)
    --- PASS: TestFloat64/expected_float64_1.7976931348623157e+308 (0.00s)
    --- PASS: TestFloat64/expected_float64_1.1 (0.00s)
=== RUN   TestBoolean
=== RUN   TestBoolean/No_data
=== RUN   TestBoolean/Bad_false_0
=== RUN   TestBoolean/True
=== RUN   TestBoolean/false
=== RUN   TestBoolean/bad_true
=== RUN   TestBoolean/extra_bytes
--- PASS: TestBoolean (0.00s)
    --- PASS: TestBoolean/No_data (0.00s)
    --- PASS: TestBoolean/Bad_false_0 (0.00s)
    --- PASS: TestBoolean/True (0.00s)
    --- PASS: TestBoolean/false (0.00s)
    --- PASS: TestBoolean/bad_true (0.00s)
    --- PASS: TestBoolean/extra_bytes (0.00s)
=== RUN   TestMacAddress
=== RUN   TestMacAddress/No_data
=== RUN   TestMacAddress/Not_enough
=== RUN   TestMacAddress/Generic_MAC
=== RUN   TestMacAddress/Excess
--- PASS: TestMacAddress (0.00s)
    --- PASS: TestMacAddress/No_data (0.00s)
    --- PASS: TestMacAddress/Not_enough (0.00s)
    --- PASS: TestMacAddress/Generic_MAC (0.00s)
    --- PASS: TestMacAddress/Excess (0.00s)
=== RUN   TestString
=== RUN   TestString/Empty_string
=== RUN   TestString/Hello_world
=== RUN   TestString/Single_char
=== RUN   TestString/Max_length
=== RUN   TestString/Zero_byte_stripped
=== RUN   TestString/UTF-8
=== RUN   TestString/Valid_2_Octet_Sequence
=== RUN   TestString/Invalid_2_Octet_Sequence
=== RUN   TestString/Invalid_Sequence_Identifier
=== RUN   TestString/Valid_3_Octet_Sequence
=== RUN   TestString/Invalid_3_Octet_Sequence_(in_2nd_Octet)
=== RUN   TestString/Invalid_3_Octet_Sequence_(in_3rd_Octet)
=== RUN   TestString/Valid_4_Octet_Sequence
=== RUN   TestString/Invalid_4_Octet_Sequence_(in_2nd_Octet)
=== RUN   TestString/Invalid_4_Octet_Sequence_(in_3rd_Octet)
=== RUN   TestString/Invalid_4_Octet_Sequence_(in_4th_Octet)
=== RUN   TestString/Valid_5_Octet_Sequence_(but_not_Unicode!)
=== RUN   TestString/Valid_6_Octet_Sequence_(but_not_Unicode!)
=== RUN   TestString/strip_trailing_nulls
=== RUN   TestString/don't_strip_non-trailing_nulls
--- PASS: TestString (0.00s)
    --- PASS: TestString/Empty_string (0.00s)
    --- PASS: TestString/Hello_world (0.00s)
    --- PASS: TestString/Single_char (0.00s)
    --- PASS: TestString/Max_length (0.00s)
    --- PASS: TestString/Zero_byte_stripped (0.00s)
    --- PASS: TestString/UTF-8 (0.00s)
    --- PASS: TestString/Valid_2_Octet_Sequence (0.00s)
    --- PASS: TestString/Invalid_2_Octet_Sequence (0.00s)
    --- PASS: TestString/Invalid_Sequence_Identifier (0.00s)
    --- PASS: TestString/Valid_3_Octet_Sequence (0.00s)
    --- PASS: TestString/Invalid_3_Octet_Sequence_(in_2nd_Octet) (0.00s)
    --- PASS: TestString/Invalid_3_Octet_Sequence_(in_3rd_Octet) (0.00s)
    --- PASS: TestString/Valid_4_Octet_Sequence (0.00s)
    --- PASS: TestString/Invalid_4_Octet_Sequence_(in_2nd_Octet) (0.00s)
    --- PASS: TestString/Invalid_4_Octet_Sequence_(in_3rd_Octet) (0.00s)
    --- PASS: TestString/Invalid_4_Octet_Sequence_(in_4th_Octet) (0.00s)
    --- PASS: TestString/Valid_5_Octet_Sequence_(but_not_Unicode!) (0.00s)
    --- PASS: TestString/Valid_6_Octet_Sequence_(but_not_Unicode!) (0.00s)
    --- PASS: TestString/strip_trailing_nulls (0.00s)
    --- PASS: TestString/don't_strip_non-trailing_nulls (0.00s)
=== RUN   TestDateTimeSeconds
=== RUN   TestDateTimeSeconds/Empty
=== RUN   TestDateTimeSeconds/Not_enough
=== RUN   TestDateTimeSeconds/Too_much
=== RUN   TestDateTimeSeconds/UNIX_Epoch
=== RUN   TestDateTimeSeconds/Now
=== RUN   TestDateTimeSeconds/Max_value
--- PASS: TestDateTimeSeconds (0.00s)
    --- PASS: TestDateTimeSeconds/Empty (0.00s)
    --- PASS: TestDateTimeSeconds/Not_enough (0.00s)
    --- PASS: TestDateTimeSeconds/Too_much (0.00s)
    --- PASS: TestDateTimeSeconds/UNIX_Epoch (0.00s)
    --- PASS: TestDateTimeSeconds/Now (0.00s)
    --- PASS: TestDateTimeSeconds/Max_value (0.00s)
=== RUN   TestDateTimeMilliseconds
=== RUN   TestDateTimeMilliseconds/Empty
=== RUN   TestDateTimeMilliseconds/Not_enough
=== RUN   TestDateTimeMilliseconds/Too_much
=== RUN   TestDateTimeMilliseconds/UNIX_Epoch
=== RUN   TestDateTimeMilliseconds/Now
=== RUN   TestDateTimeMilliseconds/Max_value_(63_bits)
=== RUN   TestDateTimeMilliseconds/Max_value_(64_bits)
--- PASS: TestDateTimeMilliseconds (0.00s)
    --- PASS: TestDateTimeMilliseconds/Empty (0.00s)
    --- PASS: TestDateTimeMilliseconds/Not_enough (0.00s)
    --- PASS: TestDateTimeMilliseconds/Too_much (0.00s)
    --- PASS: TestDateTimeMilliseconds/UNIX_Epoch (0.00s)
    --- PASS: TestDateTimeMilliseconds/Now (0.00s)
    --- PASS: TestDateTimeMilliseconds/Max_value_(63_bits) (0.00s)
    --- PASS: TestDateTimeMilliseconds/Max_value_(64_bits) (0.00s)
=== RUN   TestNTPTimestamp
=== RUN   TestNTPTimestamp/Empty
=== RUN   TestNTPTimestamp/Not_enough
=== RUN   TestNTPTimestamp/Too_much
=== RUN   TestNTPTimestamp/NTP_Epoch
=== RUN   TestNTPTimestamp/Now
=== RUN   TestNTPTimestamp/Max_value_(64_bits)
=== RUN   TestNTPTimestamp/Last_day_20th_century
=== RUN   TestNTPTimestamp/Random_date_from_NTP_server
--- PASS: TestNTPTimestamp (0.00s)
    --- PASS: TestNTPTimestamp/Empty (0.00s)
    --- PASS: TestNTPTimestamp/Not_enough (0.00s)
    --- PASS: TestNTPTimestamp/Too_much (0.00s)
    --- PASS: TestNTPTimestamp/NTP_Epoch (0.00s)
    --- PASS: TestNTPTimestamp/Now (0.00s)
    --- PASS: TestNTPTimestamp/Max_value_(64_bits) (0.00s)
    --- PASS: TestNTPTimestamp/Last_day_20th_century (0.00s)
    --- PASS: TestNTPTimestamp/Random_date_from_NTP_server (0.00s)
=== RUN   TestIPv4
=== RUN   TestIPv4/Empty
=== RUN   TestIPv4/Too_little
=== RUN   TestIPv4/Too_much
=== RUN   TestIPv4/IP_address
=== RUN   TestIPv4/Zero_address
=== RUN   TestIPv4/Broadcast_address
--- PASS: TestIPv4 (0.00s)
    --- PASS: TestIPv4/Empty (0.00s)
    --- PASS: TestIPv4/Too_little (0.00s)
    --- PASS: TestIPv4/Too_much (0.00s)
    --- PASS: TestIPv4/IP_address (0.00s)
    --- PASS: TestIPv4/Zero_address (0.00s)
    --- PASS: TestIPv4/Broadcast_address (0.00s)
=== RUN   TestIPv6
=== RUN   TestIPv6/Empty
=== RUN   TestIPv6/Too_little
=== RUN   TestIPv6/Too_much
=== RUN   TestIPv6/IPv6_address
=== RUN   TestIPv6/Zero_address
--- PASS: TestIPv6 (0.00s)
    --- PASS: TestIPv6/Empty (0.00s)
    --- PASS: TestIPv6/Too_little (0.00s)
    --- PASS: TestIPv6/Too_much (0.00s)
    --- PASS: TestIPv6/IPv6_address (0.00s)
    --- PASS: TestIPv6/Zero_address (0.00s)
=== RUN   TestUnsupported
=== RUN   TestUnsupported/Empty
=== RUN   TestUnsupported/Any
--- PASS: TestUnsupported (0.00s)
    --- PASS: TestUnsupported/Empty (0.00s)
    --- PASS: TestUnsupported/Any (0.00s)
=== RUN   TestACLID
=== RUN   TestACLID/Empty
=== RUN   TestACLID/Sample
=== RUN   TestACLID/Short
=== RUN   TestACLID/Long
--- PASS: TestACLID (0.00s)
    --- PASS: TestACLID/Empty (0.00s)
    --- PASS: TestACLID/Sample (0.00s)
    --- PASS: TestACLID/Short (0.00s)
    --- PASS: TestACLID/Long (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/fields	0.044s
=== RUN   TestDecoderV9_ReadFieldDefinition
=== RUN   TestDecoderV9_ReadFieldDefinition/valid_field
=== RUN   TestDecoderV9_ReadFieldDefinition/short_field
=== RUN   TestDecoderV9_ReadFieldDefinition/enterprise_id
=== RUN   TestDecoderV9_ReadFieldDefinition/max_length
--- PASS: TestDecoderV9_ReadFieldDefinition (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/valid_field (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/short_field (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/enterprise_id (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/max_length (0.00s)
=== RUN   TestDecoderV9_ReadFields
=== RUN   TestDecoderV9_ReadFields/valid_fields
=== RUN   TestDecoderV9_ReadFields/length_out_of_bounds
=== RUN   TestDecoderV9_ReadFields/enterprise_ID
=== RUN   TestDecoderV9_ReadFields/EOF
--- PASS: TestDecoderV9_ReadFields (0.00s)
    --- PASS: TestDecoderV9_ReadFields/valid_fields (0.00s)
    --- PASS: TestDecoderV9_ReadFields/length_out_of_bounds (0.00s)
    --- PASS: TestDecoderV9_ReadFields/enterprise_ID (0.00s)
    --- PASS: TestDecoderV9_ReadFields/EOF (0.00s)
=== RUN   TestReadOptionsTemplateFlowSet
=== RUN   TestReadOptionsTemplateFlowSet/valid_fields
=== RUN   TestReadOptionsTemplateFlowSet/variable_length
=== RUN   TestReadOptionsTemplateFlowSet/EOF
=== RUN   TestReadOptionsTemplateFlowSet/bad_length
=== RUN   TestReadOptionsTemplateFlowSet/invalid_template_ID
--- PASS: TestReadOptionsTemplateFlowSet (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/valid_fields (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/variable_length (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/EOF (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/bad_length (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/invalid_template_ID (0.00s)
=== RUN   TestReadRecordTemplateFlowSet
=== RUN   TestReadRecordTemplateFlowSet/valid_fields
=== RUN   TestReadRecordTemplateFlowSet/EOF
=== RUN   TestReadRecordTemplateFlowSet/bad_ID
--- PASS: TestReadRecordTemplateFlowSet (0.00s)
    --- PASS: TestReadRecordTemplateFlowSet/valid_fields (0.00s)
    --- PASS: TestReadRecordTemplateFlowSet/EOF (0.00s)
    --- PASS: TestReadRecordTemplateFlowSet/bad_ID (0.00s)
=== RUN   TestMessageWithOptions
--- PASS: TestMessageWithOptions (0.00s)
=== RUN   TestOptionTemplates
=== RUN   TestOptionTemplates/Single_options_template
=== RUN   TestOptionTemplates/Multiple_options_template
=== RUN   TestOptionTemplates/records_discarded
--- PASS: TestOptionTemplates (0.00s)
    --- PASS: TestOptionTemplates/Single_options_template (0.00s)
    --- PASS: TestOptionTemplates/Multiple_options_template (0.00s)
    --- PASS: TestOptionTemplates/records_discarded (0.00s)
=== RUN   TestCustomFields
--- PASS: TestCustomFields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/ipfix	0.030s
=== RUN   TestRegistry_Register
=== RUN   TestRegistry_Register/valid_protocol
=== RUN   TestRegistry_Register/duplicate_protocol
--- PASS: TestRegistry_Register (0.00s)
    --- PASS: TestRegistry_Register/valid_protocol (0.00s)
    --- PASS: TestRegistry_Register/duplicate_protocol (0.00s)
=== RUN   TestRegistry_Get
=== RUN   TestRegistry_Get/valid_protocol
=== RUN   TestRegistry_Get/two_protocols
=== RUN   TestRegistry_Get/not_registered
--- PASS: TestRegistry_Get (0.00s)
    --- PASS: TestRegistry_Get/valid_protocol (0.00s)
    --- PASS: TestRegistry_Get/two_protocols (0.00s)
    --- PASS: TestRegistry_Get/not_registered (0.00s)
=== RUN   TestRegistry_All
--- PASS: TestRegistry_All (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/protocol	0.042s
=== RUN   TestTemplate_Apply
=== RUN   TestTemplate_Apply/empty_template
=== RUN   TestTemplate_Apply/single_record_guess_length_and_pad
=== RUN   TestTemplate_Apply/two_records_guess_length
=== RUN   TestTemplate_Apply/single_record_with_count
=== RUN   TestTemplate_Apply/single_record_with_count_excess
=== RUN   TestTemplate_Apply/two_records_with_count
=== RUN   TestTemplate_Apply/single_record_variable_length_guess_count
=== RUN   TestTemplate_Apply/multiple_record_variable_length_guess_count
=== RUN   TestTemplate_Apply/long_variable_length
--- PASS: TestTemplate_Apply (0.00s)
    --- PASS: TestTemplate_Apply/empty_template (0.00s)
    --- PASS: TestTemplate_Apply/single_record_guess_length_and_pad (0.00s)
    --- PASS: TestTemplate_Apply/two_records_guess_length (0.00s)
    --- PASS: TestTemplate_Apply/single_record_with_count (0.00s)
    --- PASS: TestTemplate_Apply/single_record_with_count_excess (0.00s)
    --- PASS: TestTemplate_Apply/two_records_with_count (0.00s)
    --- PASS: TestTemplate_Apply/single_record_variable_length_guess_count (0.00s)
    --- PASS: TestTemplate_Apply/multiple_record_variable_length_guess_count (0.00s)
    --- PASS: TestTemplate_Apply/long_variable_length (0.00s)
=== RUN   TestOptionsTemplate_Apply
=== RUN   TestOptionsTemplate_Apply/empty_template
=== RUN   TestOptionsTemplate_Apply/single_record_guess_length_and_pad
=== RUN   TestOptionsTemplate_Apply/two_records_guess_length
=== RUN   TestOptionsTemplate_Apply/single_record_with_count
=== RUN   TestOptionsTemplate_Apply/single_record_with_count_excess
=== RUN   TestOptionsTemplate_Apply/two_records_with_count
=== RUN   TestOptionsTemplate_Apply/single_record_variable_length_guess_count
=== RUN   TestOptionsTemplate_Apply/multiple_record_variable_length_guess_count
=== RUN   TestOptionsTemplate_Apply/long_variable_length
--- PASS: TestOptionsTemplate_Apply (0.00s)
    --- PASS: TestOptionsTemplate_Apply/empty_template (0.00s)
    --- PASS: TestOptionsTemplate_Apply/single_record_guess_length_and_pad (0.00s)
    --- PASS: TestOptionsTemplate_Apply/two_records_guess_length (0.00s)
    --- PASS: TestOptionsTemplate_Apply/single_record_with_count (0.00s)
    --- PASS: TestOptionsTemplate_Apply/single_record_with_count_excess (0.00s)
    --- PASS: TestOptionsTemplate_Apply/two_records_with_count (0.00s)
    --- PASS: TestOptionsTemplate_Apply/single_record_variable_length_guess_count (0.00s)
    --- PASS: TestOptionsTemplate_Apply/multiple_record_variable_length_guess_count (0.00s)
    --- PASS: TestOptionsTemplate_Apply/long_variable_length (0.00s)
=== RUN   TestTemplateEquals
--- PASS: TestTemplateEquals (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/template	0.038s
=== RUN   TestNetflowProtocol_New
--- PASS: TestNetflowProtocol_New (0.00s)
=== RUN   TestNetflowProtocol_OnPacket
--- PASS: TestNetflowProtocol_OnPacket (0.00s)
=== RUN   TestNetflowProtocol_BadPacket
--- PASS: TestNetflowProtocol_BadPacket (0.00s)
=== RUN   TestTemplate
--- PASS: TestTemplate (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v1	0.018s
=== RUN   TestNetflowProtocol_New
--- PASS: TestNetflowProtocol_New (0.00s)
=== RUN   TestNetflowProtocol_OnPacket
--- PASS: TestNetflowProtocol_OnPacket (0.00s)
=== RUN   TestNetflowProtocol_BadPacket
--- PASS: TestNetflowProtocol_BadPacket (0.00s)
=== RUN   TestTemplate
--- PASS: TestTemplate (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v5	0.016s
=== RUN   TestNetflowProtocol_New
--- PASS: TestNetflowProtocol_New (0.00s)
=== RUN   TestNetflowProtocol_OnPacket
--- PASS: TestNetflowProtocol_OnPacket (0.00s)
=== RUN   TestNetflowProtocol_BadPacket
--- PASS: TestNetflowProtocol_BadPacket (0.00s)
=== RUN   TestTemplate
--- PASS: TestTemplate (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v6	0.040s
=== RUN   TestNetflowProtocol_New
--- PASS: TestNetflowProtocol_New (0.00s)
=== RUN   TestNetflowProtocol_OnPacket
--- PASS: TestNetflowProtocol_OnPacket (0.00s)
=== RUN   TestNetflowProtocol_BadPacket
--- PASS: TestNetflowProtocol_BadPacket (0.00s)
=== RUN   TestTemplate
--- PASS: TestTemplate (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v7	0.021s
=== RUN   TestTemplates
--- PASS: TestTemplates (0.00s)
=== RUN   TestNetflowProtocol_New
--- PASS: TestNetflowProtocol_New (0.00s)
=== RUN   TestNetflowProtocol_BadPacket
--- PASS: TestNetflowProtocol_BadPacket (0.00s)
=== RUN   TestNetflowV8Protocol_OnPacket
=== RUN   TestNetflowV8Protocol_OnPacket/RouterAS
=== RUN   TestNetflowV8Protocol_OnPacket/RouterProtoPort
=== RUN   TestNetflowV8Protocol_OnPacket/RouterDstPrefix
=== RUN   TestNetflowV8Protocol_OnPacket/RouterSrcPrefix
=== RUN   TestNetflowV8Protocol_OnPacket/RouterPrefix
=== RUN   TestNetflowV8Protocol_OnPacket/TosAS
=== RUN   TestNetflowV8Protocol_OnPacket/TosProtoPort
=== RUN   TestNetflowV8Protocol_OnPacket/PrePortProtocol
=== RUN   TestNetflowV8Protocol_OnPacket/TosSrcPrefix
=== RUN   TestNetflowV8Protocol_OnPacket/TosDstPrefix
=== RUN   TestNetflowV8Protocol_OnPacket/TosPrefix
=== RUN   TestNetflowV8Protocol_OnPacket/DestOnly
=== RUN   TestNetflowV8Protocol_OnPacket/SrcDst
=== RUN   TestNetflowV8Protocol_OnPacket/FullFlow
=== RUN   TestNetflowV8Protocol_OnPacket/Unknown
--- PASS: TestNetflowV8Protocol_OnPacket (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/RouterAS (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/RouterProtoPort (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/RouterDstPrefix (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/RouterSrcPrefix (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/RouterPrefix (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/TosAS (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/TosProtoPort (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/PrePortProtocol (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/TosSrcPrefix (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/TosDstPrefix (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/TosPrefix (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/DestOnly (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/SrcDst (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/FullFlow (0.00s)
    --- PASS: TestNetflowV8Protocol_OnPacket/Unknown (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v8	0.034s
=== RUN   TestDecoderV9_ReadPacketHeader
=== RUN   TestDecoderV9_ReadPacketHeader/valid_header
=== RUN   TestDecoderV9_ReadPacketHeader/short_header
--- PASS: TestDecoderV9_ReadPacketHeader (0.00s)
    --- PASS: TestDecoderV9_ReadPacketHeader/valid_header (0.00s)
    --- PASS: TestDecoderV9_ReadPacketHeader/short_header (0.00s)
=== RUN   TestDecoderV9_ReadFieldDefinition
=== RUN   TestDecoderV9_ReadFieldDefinition/valid_field
=== RUN   TestDecoderV9_ReadFieldDefinition/short_field
=== RUN   TestDecoderV9_ReadFieldDefinition/ignore_enterprise_id
=== RUN   TestDecoderV9_ReadFieldDefinition/max_length
--- PASS: TestDecoderV9_ReadFieldDefinition (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/valid_field (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/short_field (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/ignore_enterprise_id (0.00s)
    --- PASS: TestDecoderV9_ReadFieldDefinition/max_length (0.00s)
=== RUN   TestDecoderV9_ReadFields
=== RUN   TestDecoderV9_ReadFields/valid_fields
=== RUN   TestDecoderV9_ReadFields/length_out_of_bounds
=== RUN   TestDecoderV9_ReadFields/ignore_enterprise_ID
=== RUN   TestDecoderV9_ReadFields/EOF
--- PASS: TestDecoderV9_ReadFields (0.00s)
    --- PASS: TestDecoderV9_ReadFields/valid_fields (0.00s)
    --- PASS: TestDecoderV9_ReadFields/length_out_of_bounds (0.00s)
    --- PASS: TestDecoderV9_ReadFields/ignore_enterprise_ID (0.00s)
    --- PASS: TestDecoderV9_ReadFields/EOF (0.00s)
=== RUN   TestReadOptionsTemplateFlowSet
=== RUN   TestReadOptionsTemplateFlowSet/valid_fields
=== RUN   TestReadOptionsTemplateFlowSet/EOF
=== RUN   TestReadOptionsTemplateFlowSet/bad_length
=== RUN   TestReadOptionsTemplateFlowSet/invalid_template_ID
--- PASS: TestReadOptionsTemplateFlowSet (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/valid_fields (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/EOF (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/bad_length (0.00s)
    --- PASS: TestReadOptionsTemplateFlowSet/invalid_template_ID (0.00s)
=== RUN   TestReadTemplateFlowSet
=== RUN   TestReadTemplateFlowSet/valid_fields
=== RUN   TestReadTemplateFlowSet/EOF
=== RUN   TestReadTemplateFlowSet/bad_ID
--- PASS: TestReadTemplateFlowSet (0.00s)
    --- PASS: TestReadTemplateFlowSet/valid_fields (0.00s)
    --- PASS: TestReadTemplateFlowSet/EOF (0.00s)
    --- PASS: TestReadTemplateFlowSet/bad_ID (0.00s)
=== RUN   TestSessionMap_GetOrCreate
=== RUN   TestSessionMap_GetOrCreate/consistent_behavior
=== RUN   TestSessionMap_GetOrCreate/parallel
--- PASS: TestSessionMap_GetOrCreate (0.00s)
    --- PASS: TestSessionMap_GetOrCreate/consistent_behavior (0.00s)
    --- PASS: TestSessionMap_GetOrCreate/parallel (0.00s)
=== RUN   TestSessionState
=== RUN   TestSessionState/create_and_get
=== RUN   TestSessionState/update
--- PASS: TestSessionState (0.00s)
    --- PASS: TestSessionState/create_and_get (0.00s)
    --- PASS: TestSessionState/update (0.00s)
=== RUN   TestSessionMap_Cleanup
--- PASS: TestSessionMap_Cleanup (0.00s)
=== RUN   TestSessionMap_CleanupLoop
--- PASS: TestSessionMap_CleanupLoop (0.42s)
=== RUN   TestTemplateExpiration
--- PASS: TestTemplateExpiration (0.00s)
=== RUN   TestSessionCheckReset
=== RUN   TestSessionCheckReset/Regular_advance
=== RUN   TestSessionCheckReset/Out_of_order_packet
=== RUN   TestSessionCheckReset/Actual_reset
=== RUN   TestSessionCheckReset/32-bit_Wrap_around
=== RUN   TestSessionCheckReset/Non-sequential_stream
--- PASS: TestSessionCheckReset (0.00s)
    --- PASS: TestSessionCheckReset/Regular_advance (0.00s)
    --- PASS: TestSessionCheckReset/Out_of_order_packet (0.00s)
    --- PASS: TestSessionCheckReset/Actual_reset (0.00s)
    --- PASS: TestSessionCheckReset/32-bit_Wrap_around (0.00s)
    --- PASS: TestSessionCheckReset/Non-sequential_stream (0.00s)
=== RUN   TestNetflowV9Protocol_ID
--- PASS: TestNetflowV9Protocol_ID (0.00s)
=== RUN   TestNetflowProtocol_New
--- PASS: TestNetflowProtocol_New (0.00s)
=== RUN   TestOptionTemplates
=== RUN   TestOptionTemplates/Single_options_template
=== RUN   TestOptionTemplates/Multiple_options_template
=== RUN   TestOptionTemplates/records_discarded
--- PASS: TestOptionTemplates (0.00s)
    --- PASS: TestOptionTemplates/Single_options_template (0.00s)
    --- PASS: TestOptionTemplates/Multiple_options_template (0.00s)
    --- PASS: TestOptionTemplates/records_discarded (0.00s)
=== RUN   TestSessionReset
=== RUN   TestSessionReset/Reset_disabled
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:1234 seq:2162721
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 16
        
    helper.go:24: [netflow-v9] state 0x311a4390 addTemplate 999 0x311a06c0
        
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:1234 seq:33
        
    helper.go:24: [netflow-v9] FlowSet ID 999 length 12
        
=== RUN   TestSessionReset/Reset_enabled
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:1234 seq:2162721
        
    helper.go:24: [netflow-v9] Session 127.0.0.1:12345 reset (sequence=2162721 last=0)
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 16
        
    helper.go:24: [netflow-v9] state 0x311a4420 addTemplate 999 0x311a0840
        
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:1234 seq:33
        
    helper.go:24: [netflow-v9] Session 127.0.0.1:12345 reset (sequence=33 last=2162721)
        
    helper.go:24: [netflow-v9] FlowSet ID 999 length 12
        
    helper.go:24: [netflow-v9] No template for ID 999
        
=== RUN   TestSessionReset/No_cross-domain_reset
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:1 seq:1000
        
    helper.go:24: [netflow-v9] Session 127.0.0.1:12345 reset (sequence=1000 last=0)
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 16
        
    helper.go:24: [netflow-v9] state 0x311a44b0 addTemplate 999 0x311a0960
        
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:2 seq:500
        
    helper.go:24: [netflow-v9] FlowSet ID 0 length 16
        
    helper.go:24: [netflow-v9] state 0x311a44e0 addTemplate 999 0x311a09c0
        
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:1 seq:1001
        
    helper.go:24: [netflow-v9] FlowSet ID 999 length 12
        
    helper.go:24: [netflow-v9] Packet from:127.0.0.1:12345 src:2 seq:501
        
    helper.go:24: [netflow-v9] FlowSet ID 999 length 12
        
--- PASS: TestSessionReset (0.00s)
    --- PASS: TestSessionReset/Reset_disabled (0.00s)
    --- PASS: TestSessionReset/Reset_enabled (0.00s)
    --- PASS: TestSessionReset/No_cross-domain_reset (0.00s)
=== RUN   TestCustomFields
--- PASS: TestCustomFields (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v9	0.444s
=== RUN   TestContentBlob
--- PASS: TestContentBlob (0.00s)
=== RUN   TestContentBlobResumeToLine
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.131-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 1: created:2023-11-03T12:43:09 id:e1 for cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.131-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 2: created:2023-11-03T11:43:09 id:e2 for cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 3: created:2023-11-03T13:13:09 id:e3 for cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 4: created:2023-11-03T13:42:59 id:e4 for cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 5: created:2023-11-03T13:23:09 id:e5 for cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":72},"message":"Skipping event cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC} [e1] for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":72},"message":"Skipping event cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC} [e2] for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":72},"message":"Skipping event cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:3 start:0001-01-01 00:00:00 +0000 UTC} [e3] for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:4 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.131758321 -0400 EDT m=+0.019202006 line:5 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
--- PASS: TestContentBlobResumeToLine (0.00s)
=== RUN   TestContentBlobPaged
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 1: created:2023-11-03T12:43:09 id:e1 for cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:0 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 2: created:2023-11-03T11:43:09 id:e2 for cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:0 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 3: created:2023-11-03T13:13:09 id:e3 for cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:0 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:1 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:2 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:3 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 1: created:2023-11-03T13:42:59 id:e4 for cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:3 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 2: created:2023-11-03T13:23:09 id:e5 for cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:3 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:4 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:5 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":67},"message":" > event 1: created:2023-11-03T13:23:09 id:e6 for cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:5 start:0001-01-01 00:00:00 +0000 UTC}","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.132-0400","log.origin":{"file.name":"o365audit/contentblob.go","file.line":76},"message":"Reporting event cursor{timestamp:2023-11-03 09:43:09.132383335 -0400 EDT m=+0.019826961 line:6 start:0001-01-01 00:00:00 +0000 UTC} for ","ecs.version":"1.6.0"}
--- PASS: TestContentBlobPaged (0.00s)
=== RUN   TestPreserveOriginalEvent
--- PASS: TestPreserveOriginalEvent (0.00s)
=== RUN   TestListBlob
    listblobs_test.go:122: Query start: 168h0m0s end: 144h0m0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-10-28 05:43:09.131285656 +0000 UTC id:20231028054309131285656$20231028064309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-10-28 10:43:09.131285656 +0000 UTC id:20231028104309131285656$20231028114309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 144h0m0s end: 120h0m0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-10-29 10:43:09.131285656 +0000 UTC id:20231029104309131285656$20231029114309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 120h0m0s end: 96h0m0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-10-29 13:43:09.131285656 +0000 UTC id:20231029134309131285656$20231029144309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-10-29 14:43:09.131285656 +0000 UTC id:20231029144309131285656$20231029154309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 96h0m0s end: 72h0m0s
    listblobs_test.go:122: Query start: 72h0m0s end: 48h0m0s
    listblobs_test.go:122: Query start: 48h0m0s end: 24h0m0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-02 01:43:09.131285656 +0000 UTC id:20231102014309131285656$20231102024309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 24h0m0s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 01:43:09.131285656 +0000 UTC id:20231103014309131285656$20231103024309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 06:43:09.131285656 +0000 UTC id:20231103064309131285656$20231103074309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 7h0m0s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 06:43:09.131285656 +0000 UTC id:20231103064309131285656$20231103074309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 7h0m0s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 06:43:09.131285656 +0000 UTC id:20231103064309131285656$20231103074309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.133-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 08:43:09.131285656 +0000 UTC id:20231103084309131285656$20231103094309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 5h0m0s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 08:43:09.131285656 +0000 UTC id:20231103084309131285656$20231103094309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 5h0m0s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 08:43:09.131285656 +0000 UTC id:20231103084309131285656$20231103094309131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 08:43:10.131285656 +0000 UTC id:20231103084310131285656$20231103094310131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 08:43:11.131285656 +0000 UTC id:20231103084311131285656$20231103094311131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 4h59m58s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 08:43:11.131285656 +0000 UTC id:20231103084311131285656$20231103094311131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 4h59m58s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 08:43:11.131285656 +0000 UTC id:20231103084311131285656$20231103094311131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 4h59m58s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 08:43:11.131285656 +0000 UTC id:20231103084311131285656$20231103094311131285656$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 10:43:09.131285657 +0000 UTC id:20231103104309131285657$20231103114309131285657$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 10:43:09.131285658 +0000 UTC id:20231103104309131285658$20231103114309131285658$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-03 10:43:09.131285659 +0000 UTC id:20231103104309131285659$20231103114309131285659$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 2h59m59.999999997s end: 0s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.134-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2023-11-03 10:43:09.131285659 +0000 UTC id:20231103104309131285659$20231103114309131285659$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
--- PASS: TestListBlob (0.00s)
=== RUN   TestSubscriptionStart
    listblobs_test.go:155: Query start: 0s end: 0s
    listblobs_test.go:163: {"error":{"code":"AF20022","message":"No subscription found for the specified content type"}}
{"log.level":"warn","@timestamp":"2023-11-03T09:43:09.134-0400","log.origin":{"file.name":"o365audit/listblobs.go","file.line":181},"message":"Got error : api error:AF20022 No subscription found for the specified content type","ecs.version":"1.6.0"}
--- PASS: TestSubscriptionStart (0.00s)
=== RUN   TestPagination
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.131285657 +0000 UTC id:20231101144309131285657$20231101154309131285657$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.131285658 +0000 UTC id:20231101144309131285658$20231101154309131285658$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.131285659 +0000 UTC id:20231101144309131285659$20231101154309131285659$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.13128566 +0000 UTC id:2023110114430913128566$2023110115430913128566$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.131285661 +0000 UTC id:20231101144309131285661$20231101154309131285661$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.131285662 +0000 UTC id:20231101144309131285662$20231101154309131285662$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.131285663 +0000 UTC id:20231101144309131285663$20231101154309131285663$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2023-11-01 14:43:09.131285664 +0000 UTC id:20231101144309131285664$20231101154309131285664$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
--- PASS: TestPagination (0.00s)
=== RUN   TestAdvance
    listblobs_test.go:122: Query start: 32902h43m9.131285656s end: 32878h43m9.131285656s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2020-02-02 12:00:00 +0000 UTC id:20200202120000$20200202130000$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 32881h43m9.131285656s end: 32869h43m9.131285656s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2020-02-02 12:00:00 +0000 UTC id:20200202120000$20200202130000$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 32869h43m9.131285656s end: 32845h43m9.131285656s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":129},"message":"+ fetch blob date:2020-02-03 12:00:00 +0000 UTC id:20200203120000$20200203130000$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 32857h43m9.131285656s end: 32845h43m9.131285656s
{"log.level":"debug","@timestamp":"2023-11-03T09:43:09.135-0400","log.logger":"o365audit test","log.origin":{"file.name":"o365audit/listblobs.go","file.line":135},"message":"- skip blob date:2020-02-03 12:00:00 +0000 UTC id:20200203120000$20200203130000$audit_azureactivedirectory$Audit_AzureActiveDirectory$emea0026","ecs.version":"1.6.0"}
    listblobs_test.go:122: Query start: 32845h43m9.131285656s end: 32821h43m9.131285656s
--- PASS: TestAdvance (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/input/o365audit	0.054s
=== RUN   TestFilebeatSyslogCisco
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.834-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.871647ms","ecs.version":"1.6.0"}
=== RUN   TestFilebeatSyslogCisco/syslog/0
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.836-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.903893ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "100",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "198.51.100.255",
            "ip": "198.51.100.255",
            "port": 15600
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGP",
            "kind": "event",
            "original": "%SEC-6-IPACCESSLOGP: list 100 denied udp 198.51.100.1(55934) -\u003e 198.51.100.255(15600), 1 packet",
            "outcome": "deny",
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "syslog"
          },
          "log": {
            "level": "informational"
          },
          "message": "list 100 denied udp 198.51.100.1(55934) -\u003e 198.51.100.255(15600), 1 packet",
          "network": {
            "community_id": "1:6V1DuaXC8EU0QbZ7ySqa0X6oUFw=",
            "packets": 1,
            "transport": "udp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "198.51.100.255"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1,
            "port": 55934
          }
        }
=== RUN   TestFilebeatSyslogCisco/syslog/1
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.838-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.601995ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "100",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "198.51.100.2",
            "ip": "198.51.100.2"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGDP",
            "kind": "event",
            "original": "%SEC-6-IPACCESSLOGDP: list 100 denied icmp 198.51.100.1 -\u003e 198.51.100.2 (3/5), 1 packet",
            "outcome": "deny",
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "icmp": {
            "code": "5",
            "type": "3"
          },
          "input": {
            "type": "syslog"
          },
          "log": {
            "level": "informational"
          },
          "message": "list 100 denied icmp 198.51.100.1 -\u003e 198.51.100.2 (3/5), 1 packet",
          "network": {
            "community_id": "1:i/4HdLmpB/Q04+PQCLMidBiUuwc=",
            "packets": 1,
            "transport": "icmp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "198.51.100.2"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/syslog/2
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.840-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.594604ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "170",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "224.168.168.168",
            "ip": "224.168.168.168"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGRP",
            "kind": "event",
            "original": "%SEC-6-IPACCESSLOGRP: list 170 denied igmp 198.51.100.1 -\u003e 224.168.168.168, 1 packet",
            "outcome": "deny",
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "syslog"
          },
          "log": {
            "level": "informational"
          },
          "message": "list 170 denied igmp 198.51.100.1 -\u003e 224.168.168.168, 1 packet",
          "network": {
            "community_id": "1:TvRHOP/iU/5GTqFn80AnPrMeDd4=",
            "packets": 1,
            "transport": "igmp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "224.168.168.168"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/syslog/3
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.845-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.245368ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "INBOUND-ON-AP",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "224.0.0.2",
            "ip": "224.0.0.2"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGSP",
            "kind": "event",
            "original": "%SEC-6-IPACCESSLOGSP: list INBOUND-ON-AP denied igmp 198.51.100.1 -\u003e 224.0.0.2 (20), 1 packet",
            "outcome": "deny",
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "igmp": {
            "type": "20"
          },
          "input": {
            "type": "syslog"
          },
          "log": {
            "level": "informational"
          },
          "message": "list INBOUND-ON-AP denied igmp 198.51.100.1 -\u003e 224.0.0.2 (20), 1 packet",
          "network": {
            "community_id": "1:HHwoEzCF+eEjNtQ7Rr2TEmYfjqY=",
            "packets": 1,
            "transport": "igmp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "224.0.0.2"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/syslog/4
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.847-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.222075ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "1",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "239.10.10.10",
            "ip": "239.10.10.10"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGNP",
            "kind": "event",
            "original": "%SEC-6-IPACCESSLOGNP: list 1 permitted 0 198.51.100.1 -\u003e 239.10.10.10, 1 packet",
            "outcome": "allow",
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "syslog"
          },
          "log": {
            "level": "informational"
          },
          "message": "list 1 permitted 0 198.51.100.1 -\u003e 239.10.10.10, 1 packet",
          "network": {
            "community_id": "1:vaj3AmLBxPUqPXmIBv4Uu8JBabc=",
            "iana_number": "0",
            "packets": 1,
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "239.10.10.10"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/syslog/5
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.848-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.13833ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "facility": "SEC"
            }
          },
          "event": {
            "code": "IPACCESSLOGRL",
            "original": "%SEC-6-IPACCESSLOGRL: access-list logging rate-limited or missed 18 packets",
            "severity": 6
          },
          "input": {
            "type": "syslog"
          },
          "log": {
            "level": "informational"
          },
          "message": "access-list logging rate-limited or missed 18 packets"
        }
=== RUN   TestFilebeatSyslogCisco/syslog/6
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.849-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 855.804µs","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "ACL-IPv6-E0/0-IN/10",
              "facility": "IPV6"
            }
          },
          "destination": {
            "address": "2001:DB8:1000::1",
            "ip": "2001:DB8:1000::1",
            "port": 22
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "ACCESSLOGP",
            "kind": "event",
            "original": "%IPV6-6-ACCESSLOGP: list ACL-IPv6-E0/0-IN/10 permitted tcp 2001:DB8::3(1027) -\u003e 2001:DB8:1000::1(22), 9 packets",
            "outcome": "allow",
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "syslog"
          },
          "log": {
            "level": "informational"
          },
          "message": "list ACL-IPv6-E0/0-IN/10 permitted tcp 2001:DB8::3(1027) -\u003e 2001:DB8:1000::1(22), 9 packets",
          "network": {
            "community_id": "1:MFLZEQR2gBCpxJEXRvaB0jjkxNA=",
            "packets": 9,
            "transport": "tcp",
            "type": "ipv6"
          },
          "related": {
            "ip": [
              "2001:DB8::3",
              "2001:DB8:1000::1"
            ]
          },
          "source": {
            "address": "2001:DB8::3",
            "ip": "2001:DB8::3",
            "packets": 9,
            "port": 1027
          }
        }
=== RUN   TestFilebeatSyslogCisco/log/0
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.851-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.531602ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "100",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "198.51.100.255",
            "ip": "198.51.100.255",
            "port": 15600
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGP",
            "kind": "event",
            "original": "Feb  8 04:00:48 10.100.4.2 585917: Feb  8 04:00:47.272: %SEC-6-IPACCESSLOGP: list 100 denied udp 198.51.100.1(55934) -\u003e 198.51.100.255(15600), 1 packet",
            "outcome": "deny",
            "sequence": 585917,
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "log"
          },
          "log": {
            "level": "informational",
            "source": {
              "address": "10.100.4.2"
            }
          },
          "message": "list 100 denied udp 198.51.100.1(55934) -\u003e 198.51.100.255(15600), 1 packet",
          "network": {
            "community_id": "1:6V1DuaXC8EU0QbZ7ySqa0X6oUFw=",
            "packets": 1,
            "transport": "udp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "198.51.100.255"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1,
            "port": 55934
          }
        }
=== RUN   TestFilebeatSyslogCisco/log/1
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.852-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 830.174µs","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "100",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "198.51.100.2",
            "ip": "198.51.100.2"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGDP",
            "kind": "event",
            "original": "Jun 20 02:42:16 10.100.4.2 1663310: Jun 20 02:42:15.330: %SEC-6-IPACCESSLOGDP: list 100 denied icmp 198.51.100.1 -\u003e 198.51.100.2 (3/5), 1 packet",
            "outcome": "deny",
            "sequence": 1663310,
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "icmp": {
            "code": "5",
            "type": "3"
          },
          "input": {
            "type": "log"
          },
          "log": {
            "level": "informational",
            "source": {
              "address": "10.100.4.2"
            }
          },
          "message": "list 100 denied icmp 198.51.100.1 -\u003e 198.51.100.2 (3/5), 1 packet",
          "network": {
            "community_id": "1:i/4HdLmpB/Q04+PQCLMidBiUuwc=",
            "packets": 1,
            "transport": "icmp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "198.51.100.2"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/log/2
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.853-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 841.499µs","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "170",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "224.168.168.168",
            "ip": "224.168.168.168"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGRP",
            "kind": "event",
            "original": "Feb  8 04:00:48 10.100.4.2 585917: Feb  8 04:00:47.272: %SEC-6-IPACCESSLOGRP: list 170 denied igmp 198.51.100.1 -\u003e 224.168.168.168, 1 packet",
            "outcome": "deny",
            "sequence": 585917,
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "log"
          },
          "log": {
            "level": "informational",
            "source": {
              "address": "10.100.4.2"
            }
          },
          "message": "list 170 denied igmp 198.51.100.1 -\u003e 224.168.168.168, 1 packet",
          "network": {
            "community_id": "1:TvRHOP/iU/5GTqFn80AnPrMeDd4=",
            "packets": 1,
            "transport": "igmp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "224.168.168.168"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/log/3
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.855-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.404585ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "INBOUND-ON-AP",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "224.0.0.2",
            "ip": "224.0.0.2"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGSP",
            "kind": "event",
            "original": "Jun 20 02:42:16 10.100.4.2 1663310: Jun 20 02:42:15.330: %SEC-6-IPACCESSLOGSP: list INBOUND-ON-AP denied igmp 198.51.100.1 -\u003e 224.0.0.2 (20), 1 packet",
            "outcome": "deny",
            "sequence": 1663310,
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "igmp": {
            "type": "20"
          },
          "input": {
            "type": "log"
          },
          "log": {
            "level": "informational",
            "source": {
              "address": "10.100.4.2"
            }
          },
          "message": "list INBOUND-ON-AP denied igmp 198.51.100.1 -\u003e 224.0.0.2 (20), 1 packet",
          "network": {
            "community_id": "1:HHwoEzCF+eEjNtQ7Rr2TEmYfjqY=",
            "packets": 1,
            "transport": "igmp",
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "224.0.0.2"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/log/4
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.856-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.079143ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "1",
              "facility": "SEC"
            }
          },
          "destination": {
            "address": "239.10.10.10",
            "ip": "239.10.10.10"
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "IPACCESSLOGNP",
            "kind": "event",
            "original": "Feb  8 04:00:48 10.100.4.2 585917: Feb  8 04:00:47.272: %SEC-6-IPACCESSLOGNP: list 1 permitted 0 198.51.100.1 -\u003e 239.10.10.10, 1 packet",
            "outcome": "allow",
            "sequence": 585917,
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "log"
          },
          "log": {
            "level": "informational",
            "source": {
              "address": "10.100.4.2"
            }
          },
          "message": "list 1 permitted 0 198.51.100.1 -\u003e 239.10.10.10, 1 packet",
          "network": {
            "community_id": "1:vaj3AmLBxPUqPXmIBv4Uu8JBabc=",
            "iana_number": "0",
            "packets": 1,
            "type": "ipv4"
          },
          "related": {
            "ip": [
              "198.51.100.1",
              "239.10.10.10"
            ]
          },
          "source": {
            "address": "198.51.100.1",
            "ip": "198.51.100.1",
            "packets": 1
          }
        }
=== RUN   TestFilebeatSyslogCisco/log/5
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.859-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 2.357246ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "facility": "SEC"
            }
          },
          "event": {
            "code": "IPACCESSLOGRL",
            "original": "Jun 20 02:42:16 10.100.4.2 1663310: Jun 20 02:42:15.330: %SEC-6-IPACCESSLOGRL: access-list logging rate-limited or missed 18 packets",
            "sequence": 1663310,
            "severity": 6
          },
          "input": {
            "type": "log"
          },
          "log": {
            "level": "informational",
            "source": {
              "address": "10.100.4.2"
            }
          },
          "message": "access-list logging rate-limited or missed 18 packets"
        }
=== RUN   TestFilebeatSyslogCisco/log/6
{"log.level":"debug","@timestamp":"2023-11-03T09:43:10.862-0400","log.logger":"processor.javascript","log.origin":{"file.name":"javascript/session.go","file.line":94},"message":"Load of javascript pipeline took 1.827122ms","ecs.version":"1.6.0"}
    pipeline_test.go:223: {
          "cisco": {
            "ios": {
              "access_list": "ACL-IPv6-E0/0-IN/10",
              "facility": "IPV6"
            }
          },
          "destination": {
            "address": "2001:DB8:1000::1",
            "ip": "2001:DB8:1000::1",
            "port": 22
          },
          "event": {
            "category": [
              "network"
            ],
            "code": "ACCESSLOGP",
            "kind": "event",
            "original": "Feb  8 04:00:48 10.100.4.2 585917: Feb  8 04:00:47.272: %IPV6-6-ACCESSLOGP: list ACL-IPv6-E0/0-IN/10 permitted tcp 2001:DB8::3(1027) -\u003e 2001:DB8:1000::1(22), 9 packets",
            "outcome": "allow",
            "sequence": 585917,
            "severity": 6,
            "type": [
              "connection",
              "firewall"
            ]
          },
          "input": {
            "type": "log"
          },
          "log": {
            "level": "informational",
            "source": {
              "address": "10.100.4.2"
            }
          },
          "message": "list ACL-IPv6-E0/0-IN/10 permitted tcp 2001:DB8::3(1027) -\u003e 2001:DB8:1000::1(22), 9 packets",
          "network": {
            "community_id": "1:MFLZEQR2gBCpxJEXRvaB0jjkxNA=",
            "packets": 9,
            "transport": "tcp",
            "type": "ipv6"
          },
          "related": {
            "ip": [
              "2001:DB8::3",
              "2001:DB8:1000::1"
            ]
          },
          "source": {
            "address": "2001:DB8::3",
            "ip": "2001:DB8::3",
            "packets": 9,
            "port": 1027
          }
        }
--- PASS: TestFilebeatSyslogCisco (0.04s)
    --- PASS: TestFilebeatSyslogCisco/syslog/0 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/syslog/1 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/syslog/2 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/syslog/3 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/syslog/4 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/syslog/5 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/syslog/6 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/log/0 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/log/1 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/log/2 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/log/3 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/log/4 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/log/5 (0.00s)
    --- PASS: TestFilebeatSyslogCisco/log/6 (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/module/cisco/ios	0.095s
=== RUN   TestLogsPathMatcherEmpty
--- PASS: TestLogsPathMatcherEmpty (0.00s)
=== RUN   TestLogsPathMatcherWithAllocation
--- PASS: TestLogsPathMatcherWithAllocation (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/processors/add_nomad_metadata	0.026s
=== RUN   TestConfigUnpack
=== RUN   TestConfigUnpack/0
=== RUN   TestConfigUnpack/1
=== RUN   TestConfigUnpack/2
=== RUN   TestConfigUnpack/3
=== RUN   TestConfigUnpack/4
    config_test.go:90: Error: invalid mode type "invalid" for parse_aws_vpc_flow_log accessing 'mode'
=== RUN   TestConfigUnpack/5
=== RUN   TestConfigUnpack/6
    config_test.go:90: Error: each format must have a unique number of fields accessing config
--- PASS: TestConfigUnpack (0.00s)
    --- PASS: TestConfigUnpack/0 (0.00s)
    --- PASS: TestConfigUnpack/1 (0.00s)
    --- PASS: TestConfigUnpack/2 (0.00s)
    --- PASS: TestConfigUnpack/3 (0.00s)
    --- PASS: TestConfigUnpack/4 (0.00s)
    --- PASS: TestConfigUnpack/5 (0.00s)
    --- PASS: TestConfigUnpack/6 (0.00s)
=== RUN   TestProcessorRun
=== RUN   TestProcessorRun/ecs_and_original-mode-v5-message
--- PASS: TestProcessorRun (0.00s)
    --- PASS: TestProcessorRun/ecs_and_original-mode-v5-message (0.00s)
=== RUN   TestGoldenFile
=== RUN   TestGoldenFile/service-name-path-direction
=== RUN   TestGoldenFile/v5-fields-original
=== RUN   TestGoldenFile/v5-fields-ecs
=== RUN   TestGoldenFile/v5-fields-ecs_and_original
=== RUN   TestGoldenFile/default-v2-format
=== RUN   TestGoldenFile/tcp-flag-sequence
=== RUN   TestGoldenFile/custom-nat-gateway
=== RUN   TestGoldenFile/transit-gateway
--- PASS: TestGoldenFile (0.02s)
    --- PASS: TestGoldenFile/service-name-path-direction (0.00s)
    --- PASS: TestGoldenFile/v5-fields-original (0.00s)
    --- PASS: TestGoldenFile/v5-fields-ecs (0.00s)
    --- PASS: TestGoldenFile/v5-fields-ecs_and_original (0.00s)
    --- PASS: TestGoldenFile/default-v2-format (0.00s)
    --- PASS: TestGoldenFile/tcp-flag-sequence (0.00s)
    --- PASS: TestGoldenFile/custom-nat-gateway (0.01s)
    --- PASS: TestGoldenFile/transit-gateway (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/processors/aws_vpcflow	0.060s
=== RUN   TestFields
--- PASS: TestFields (0.00s)
=== RUN   TestFieldsFunc
--- PASS: TestFieldsFunc (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/processors/aws_vpcflow/internal/strings	0.027s
=== RUN   TestProcessorRun
=== RUN   TestProcessorRun/ecs_disabled
=== RUN   TestProcessorRun/truncated_header
=== RUN   TestProcessorRun/custom_target_root
=== RUN   TestProcessorRun/parse_errors
=== RUN   TestProcessorRun/not_cef
=== RUN   TestProcessorRun/leading_garbage
--- PASS: TestProcessorRun (0.00s)
    --- PASS: TestProcessorRun/ecs_disabled (0.00s)
    --- PASS: TestProcessorRun/truncated_header (0.00s)
    --- PASS: TestProcessorRun/custom_target_root (0.00s)
    --- PASS: TestProcessorRun/parse_errors (0.00s)
    --- PASS: TestProcessorRun/not_cef (0.00s)
    --- PASS: TestProcessorRun/leading_garbage (0.00s)
=== RUN   TestGolden
--- PASS: TestGolden (0.01s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef	0.046s
=== RUN   TestGenerateFuzzCorpus
    cef_test.go:95: -corpus is not enabled
--- SKIP: TestGenerateFuzzCorpus (0.00s)
=== RUN   TestEventUnpack
=== RUN   TestEventUnpack/standardMessage
=== RUN   TestEventUnpack/headerOnly
=== RUN   TestEventUnpack/escapedPipeInHeader
=== RUN   TestEventUnpack/equalsSignInHeader
=== RUN   TestEventUnpack/emptyExtensionValue
=== RUN   TestEventUnpack/emptyDeviceFields
=== RUN   TestEventUnpack/errorEscapedPipeInExtension
=== RUN   TestEventUnpack/leadingWhitespace
=== RUN   TestEventUnpack/pipeInMessage
=== RUN   TestEventUnpack/errorEqualsInMessage
=== RUN   TestEventUnpack/escapesInExtension
=== RUN   TestEventUnpack/errorMalformedExtensionEscape
=== RUN   TestEventUnpack/errorMultipleMalformedExtensionValues
=== RUN   TestEventUnpack/empty
=== RUN   TestEventUnpack/padded
=== RUN   TestEventUnpack/padded_with_extra_whitespace_chars
=== RUN   TestEventUnpack/internal_whitespace_chars
=== RUN   TestEventUnpack/No_tab_as_separator
=== RUN   TestEventUnpack/escapes_are_replaced
=== RUN   TestEventUnpack/error_recovery_with_escape
=== RUN   TestEventUnpack/truncatedHeader
--- PASS: TestEventUnpack (0.01s)
    --- PASS: TestEventUnpack/standardMessage (0.00s)
    --- PASS: TestEventUnpack/headerOnly (0.00s)
    --- PASS: TestEventUnpack/escapedPipeInHeader (0.00s)
    --- PASS: TestEventUnpack/equalsSignInHeader (0.00s)
    --- PASS: TestEventUnpack/emptyExtensionValue (0.00s)
    --- PASS: TestEventUnpack/emptyDeviceFields (0.00s)
    --- PASS: TestEventUnpack/errorEscapedPipeInExtension (0.00s)
    --- PASS: TestEventUnpack/leadingWhitespace (0.00s)
    --- PASS: TestEventUnpack/pipeInMessage (0.00s)
    --- PASS: TestEventUnpack/errorEqualsInMessage (0.00s)
    --- PASS: TestEventUnpack/escapesInExtension (0.00s)
    --- PASS: TestEventUnpack/errorMalformedExtensionEscape (0.00s)
    --- PASS: TestEventUnpack/errorMultipleMalformedExtensionValues (0.00s)
    --- PASS: TestEventUnpack/empty (0.00s)
    --- PASS: TestEventUnpack/padded (0.00s)
    --- PASS: TestEventUnpack/padded_with_extra_whitespace_chars (0.00s)
    --- PASS: TestEventUnpack/internal_whitespace_chars (0.00s)
    --- PASS: TestEventUnpack/No_tab_as_separator (0.00s)
    --- PASS: TestEventUnpack/escapes_are_replaced (0.00s)
    --- PASS: TestEventUnpack/error_recovery_with_escape (0.00s)
    --- PASS: TestEventUnpack/truncatedHeader (0.00s)
=== RUN   TestEventUnpackWithFullExtensionNames
--- PASS: TestEventUnpackWithFullExtensionNames (0.00s)
=== RUN   TestToTimestamp
--- PASS: TestToTimestamp (0.00s)
=== RUN   TestToTimestampWithTimezone
--- PASS: TestToTimestampWithTimezone (0.00s)
=== RUN   TestToMACAddress
--- PASS: TestToMACAddress (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef/cef	0.031s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Functionbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.13s)
    --- PASS: TestTemplate/default_field_length (0.13s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat	0.227s
=== RUN   TestNameMustBeUnique
=== RUN   TestNameMustBeUnique/not_unique_names
=== RUN   TestNameMustBeUnique/not_unique_names_but_duplicate_is_disabled
=== RUN   TestNameMustBeUnique/name_are_uniques
--- PASS: TestNameMustBeUnique (0.00s)
    --- PASS: TestNameMustBeUnique/not_unique_names (0.00s)
    --- PASS: TestNameMustBeUnique/not_unique_names_but_duplicate_is_disabled (0.00s)
    --- PASS: TestNameMustBeUnique/name_are_uniques (0.00s)
=== RUN   TestFunctionName
=== RUN   TestFunctionName/valid_function_name
=== RUN   TestFunctionName/valid_function_name:_length_of_30_chars
=== RUN   TestFunctionName/invalid_function_name
=== RUN   TestFunctionName/invalid_function_name:_length
--- PASS: TestFunctionName (0.00s)
    --- PASS: TestFunctionName/valid_function_name (0.00s)
    --- PASS: TestFunctionName/valid_function_name:_length_of_30_chars (0.00s)
    --- PASS: TestFunctionName/invalid_function_name (0.00s)
    --- PASS: TestFunctionName/invalid_function_name:_length (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/config	0.059s
=== RUN   TestProcessorsForFunction
--- PASS: TestProcessorsForFunction (0.00s)
=== RUN   TestProcessorsForFunctionIsFlat
--- PASS: TestProcessorsForFunctionIsFlat (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/function/beater	0.057s
=== RUN   TestStart
=== RUN   TestStart/start_the_runner
=== RUN   TestStart/on_error_shutdown_all_the_runner
=== RUN   TestStart/aggregate_all_errors
--- PASS: TestStart (0.00s)
    --- PASS: TestStart/start_the_runner (0.00s)
    --- PASS: TestStart/on_error_shutdown_all_the_runner (0.00s)
    --- PASS: TestStart/aggregate_all_errors (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/function/core	0.031s
=== RUN   TestBuilder
--- PASS: TestBuilder (0.00s)
=== RUN   TestRunnable
=== RUN   TestRunnable/return_an_error_when_we_cannot_create_the_client
=== RUN   TestRunnable/propagate_functions_errors_to_the_coordinator
=== RUN   TestRunnable/when_there_is_no_error_run_and_exit_normaly
--- PASS: TestRunnable (0.00s)
    --- PASS: TestRunnable/return_an_error_when_we_cannot_create_the_client (0.00s)
    --- PASS: TestRunnable/propagate_functions_errors_to_the_coordinator (0.00s)
    --- PASS: TestRunnable/when_there_is_no_error_run_and_exit_normaly (0.00s)
=== RUN   TestRegistry
=== RUN   TestRegistry/provider
=== RUN   TestRegistry/provider/adding_and_retrieving_a_provider
=== RUN   TestRegistry/provider/retrieving_a_non_existing_provider
=== RUN   TestRegistry/provider/invalid_provider_name_when_doing_lookup
=== RUN   TestRegistry/functions
=== RUN   TestRegistry/functions/adding_and_retrieving_a_function
=== RUN   TestRegistry/functions/return_an_error_if_the_provider_doesn't_exist
=== RUN   TestRegistry/functions/return_an_error_if_the_function_doesn't_exist
--- PASS: TestRegistry (0.00s)
    --- PASS: TestRegistry/provider (0.00s)
        --- PASS: TestRegistry/provider/adding_and_retrieving_a_provider (0.00s)
        --- PASS: TestRegistry/provider/retrieving_a_non_existing_provider (0.00s)
        --- PASS: TestRegistry/provider/invalid_provider_name_when_doing_lookup (0.00s)
    --- PASS: TestRegistry/functions (0.00s)
        --- PASS: TestRegistry/functions/adding_and_retrieving_a_function (0.00s)
        --- PASS: TestRegistry/functions/return_an_error_if_the_provider_doesn't_exist (0.00s)
        --- PASS: TestRegistry/functions/return_an_error_if_the_function_doesn't_exist (0.00s)
=== RUN   TestStrInSlice
=== RUN   TestStrInSlice/when_in_slice_return_position
=== RUN   TestStrInSlice/when_not_in_slice_return_-1
--- PASS: TestStrInSlice (0.00s)
    --- PASS: TestStrInSlice/when_in_slice_return_position (0.00s)
    --- PASS: TestStrInSlice/when_not_in_slice_return_-1 (0.00s)
=== RUN   TestFindFunctionByName
=== RUN   TestFindFunctionByName/when_the_function_is_not_enabled
=== RUN   TestFindFunctionByName/when_the_function_is_enabled
--- PASS: TestFindFunctionByName (0.00s)
    --- PASS: TestFindFunctionByName/when_the_function_is_not_enabled (0.00s)
    --- PASS: TestFindFunctionByName/when_the_function_is_enabled (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/function/provider	0.056s
=== RUN   TestChecksum
=== RUN   TestChecksum/same_bytes_content_return_the_same_key
=== RUN   TestChecksum/different_bytes_return_a_different_key
--- PASS: TestChecksum (0.00s)
    --- PASS: TestChecksum/same_bytes_content_return_the_same_key (0.00s)
    --- PASS: TestChecksum/different_bytes_return_a_different_key (0.00s)
=== RUN   TestEventStackPoller
=== RUN   TestEventStackPoller/emits_all_events
=== RUN   TestEventStackPoller/skip_events
=== RUN   TestEventStackPoller/skip_duplicates
=== RUN   TestEventStackPoller/return_time_ordered_events
--- PASS: TestEventStackPoller (0.00s)
    --- PASS: TestEventStackPoller/emits_all_events (0.00s)
    --- PASS: TestEventStackPoller/skip_events (0.00s)
    --- PASS: TestEventStackPoller/skip_duplicates (0.00s)
    --- PASS: TestEventStackPoller/return_time_ordered_events (0.00s)
=== RUN   TestReportStackEvent
=== RUN   TestReportStackEvent/test_skip_event
=== RUN   TestReportStackEvent/test_skip_event/is_stack_event_but_happened_before
=== RUN   TestReportStackEvent/test_skip_event/is_not_a_stack_event
=== RUN   TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_but_with_wrong_status
=== RUN   TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_with_a_CREATE_IN_PROGRESS_status
=== RUN   TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_with_an_UPDATE_IN_PROGRESS_status
=== RUN   TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_with_an_DELETE_IN_PROGRESS_status
=== RUN   TestReportStackEvent/test_that_handle_forward_the_event_to_callback
--- PASS: TestReportStackEvent (0.00s)
    --- PASS: TestReportStackEvent/test_skip_event (0.00s)
        --- PASS: TestReportStackEvent/test_skip_event/is_stack_event_but_happened_before (0.00s)
        --- PASS: TestReportStackEvent/test_skip_event/is_not_a_stack_event (0.00s)
        --- PASS: TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_but_with_wrong_status (0.00s)
        --- PASS: TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_with_a_CREATE_IN_PROGRESS_status (0.00s)
        --- PASS: TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_with_an_UPDATE_IN_PROGRESS_status (0.00s)
        --- PASS: TestReportStackEvent/test_skip_event/is_a_stack_event_and_happens_after_with_an_DELETE_IN_PROGRESS_status (0.00s)
    --- PASS: TestReportStackEvent/test_that_handle_forward_the_event_to_callback (0.00s)
=== RUN   TestCreateStack
=== RUN   TestCreateStack/assert_execution_context
=== RUN   TestCreateStack/create_stack
=== RUN   TestCreateStack/bubble_any_stack_error_back_to_the_caller
--- PASS: TestCreateStack (0.00s)
    --- PASS: TestCreateStack/assert_execution_context (0.00s)
    --- PASS: TestCreateStack/create_stack (0.00s)
    --- PASS: TestCreateStack/bubble_any_stack_error_back_to_the_caller (0.00s)
=== RUN   TestDeleteStack
=== RUN   TestDeleteStack/assert_execution_context
=== RUN   TestDeleteStack/delete_stack
=== RUN   TestDeleteStack/bubble_any_stack_error_back_to_the_caller
--- PASS: TestDeleteStack (0.00s)
    --- PASS: TestDeleteStack/assert_execution_context (0.00s)
    --- PASS: TestDeleteStack/delete_stack (0.00s)
    --- PASS: TestDeleteStack/bubble_any_stack_error_back_to_the_caller (0.00s)
=== RUN   TestUpdateStack
=== RUN   TestUpdateStack/assert_execution_context
=== RUN   TestUpdateStack/update_stack
=== RUN   TestUpdateStack/bubble_any_stack_error_back_to_the_caller
--- PASS: TestUpdateStack (0.00s)
    --- PASS: TestUpdateStack/assert_execution_context (0.00s)
    --- PASS: TestUpdateStack/update_stack (0.00s)
    --- PASS: TestUpdateStack/bubble_any_stack_error_back_to_the_caller (0.00s)
=== RUN   TestConfig
=== RUN   TestConfig/test_permissions_for_event_source_arn
--- PASS: TestConfig (0.00s)
    --- PASS: TestConfig/test_permissions_for_event_source_arn (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/manager/aws	0.091s
=== RUN   TestCliHandler
=== RUN   TestCliHandler/deploy
=== RUN   TestCliHandler/deploy/return_error_when_no_functions_are_specified
=== RUN   TestCliHandler/deploy/return_an_error_if_the_manager_return_an_error
=== RUN   TestCliHandler/deploy/call_the_method_for_all_the_functions
    cli_handler_test.go:99: PASS:	Deploy(string)
    cli_handler_test.go:99: PASS:	Deploy(string)
=== RUN   TestCliHandler/update
=== RUN   TestCliHandler/update/return_error_when_no_functions_are_specified
=== RUN   TestCliHandler/update/return_an_error_if_the_manager_return_an_error
=== RUN   TestCliHandler/update/call_the_method_for_all_the_functions
    cli_handler_test.go:129: PASS:	Update(string)
    cli_handler_test.go:129: PASS:	Update(string)
=== RUN   TestCliHandler/remove
=== RUN   TestCliHandler/remove/return_error_when_no_functions_are_specified
=== RUN   TestCliHandler/remove/return_an_error_if_the_manager_return_an_error
=== RUN   TestCliHandler/remove/call_the_method_for_all_the_functions
    cli_handler_test.go:159: PASS:	Remove(string)
    cli_handler_test.go:159: PASS:	Remove(string)
--- PASS: TestCliHandler (0.01s)
    --- PASS: TestCliHandler/deploy (0.00s)
        --- PASS: TestCliHandler/deploy/return_error_when_no_functions_are_specified (0.00s)
        --- PASS: TestCliHandler/deploy/return_an_error_if_the_manager_return_an_error (0.00s)
        --- PASS: TestCliHandler/deploy/call_the_method_for_all_the_functions (0.00s)
    --- PASS: TestCliHandler/update (0.00s)
        --- PASS: TestCliHandler/update/return_error_when_no_functions_are_specified (0.00s)
        --- PASS: TestCliHandler/update/return_an_error_if_the_manager_return_an_error (0.00s)
        --- PASS: TestCliHandler/update/call_the_method_for_all_the_functions (0.00s)
    --- PASS: TestCliHandler/remove (0.01s)
        --- PASS: TestCliHandler/remove/return_error_when_no_functions_are_specified (0.00s)
        --- PASS: TestCliHandler/remove/return_an_error_if_the_manager_return_an_error (0.00s)
        --- PASS: TestCliHandler/remove/call_the_method_for_all_the_functions (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/manager/cmd	0.049s
=== RUN   TestZipBundle
=== RUN   TestZipBundle/with_limits
=== RUN   TestZipBundle/with_limits/uncompressed_size_is_over_limit
=== RUN   TestZipBundle/with_limits/compressed_size_is_over_limit
=== RUN   TestZipBundle/with_limits/zip_artifact_is_under_limit_and_valid
=== RUN   TestZipBundle/with_no_limits
--- PASS: TestZipBundle (0.01s)
    --- PASS: TestZipBundle/with_limits (0.00s)
        --- PASS: TestZipBundle/with_limits/uncompressed_size_is_over_limit (0.00s)
        --- PASS: TestZipBundle/with_limits/compressed_size_is_over_limit (0.00s)
        --- PASS: TestZipBundle/with_limits/zip_artifact_is_under_limit_and_valid (0.00s)
    --- PASS: TestZipBundle/with_no_limits (0.01s)
=== RUN   TestLocalFile
--- PASS: TestLocalFile (0.00s)
=== RUN   TestMemoryFile
--- PASS: TestMemoryFile (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/manager/core/bundle	0.037s
=== RUN   TestExecutor
=== RUN   TestExecutor/executes_all_the_tasks
    executor_test.go:62: PASS:	Execute()
    executor_test.go:63: PASS:	Execute()
=== RUN   TestExecutor/stop_execution_on_first_error
=== RUN   TestExecutor/stop_execution_and_allow_rollback_on_undoer
    executor_test.go:111: PASS:	Execute()
    executor_test.go:111: PASS:	Rollback()
    executor_test.go:112: PASS:	Execute()
=== RUN   TestExecutor/stop_rollback_if_one_rollback_fail
    executor_test.go:144: PASS:	Execute()
    executor_test.go:145: PASS:	Execute()
    executor_test.go:145: PASS:	Rollback()
    executor_test.go:146: PASS:	Execute()
=== RUN   TestExecutor/an_execution_cannot_be_run_twice
    executor_test.go:161: PASS:	Execute()
=== RUN   TestExecutor/cannot_add_operation_to_a_completed_execution
    executor_test.go:178: PASS:	Execute()
--- PASS: TestExecutor (0.00s)
    --- PASS: TestExecutor/executes_all_the_tasks (0.00s)
    --- PASS: TestExecutor/stop_execution_on_first_error (0.00s)
    --- PASS: TestExecutor/stop_execution_and_allow_rollback_on_undoer (0.00s)
    --- PASS: TestExecutor/stop_rollback_if_one_rollback_fail (0.00s)
    --- PASS: TestExecutor/an_execution_cannot_be_run_twice (0.00s)
    --- PASS: TestExecutor/cannot_add_operation_to_a_completed_execution (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/manager/executor	0.035s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws	0.056s
=== RUN   TestAPIGatewayProxy
=== RUN   TestAPIGatewayProxy/when_publish_is_succesful
=== RUN   TestAPIGatewayProxy/when_publish_is_not_succesful
--- PASS: TestAPIGatewayProxy (0.00s)
    --- SKIP: TestAPIGatewayProxy/when_publish_is_succesful (0.00s)
    --- PASS: TestAPIGatewayProxy/when_publish_is_not_succesful (0.00s)
=== RUN   TestCloudwatchLogs
=== RUN   TestCloudwatchLogs/when_publish_is_succesful
=== RUN   TestCloudwatchLogs/when_publish_is_not_succesful
--- PASS: TestCloudwatchLogs (0.00s)
    --- PASS: TestCloudwatchLogs/when_publish_is_succesful (0.00s)
    --- PASS: TestCloudwatchLogs/when_publish_is_not_succesful (0.00s)
=== RUN   TestLogGroupName
=== RUN   TestLogGroupName/valid_name
=== RUN   TestLogGroupName/fail_if_contains_invalid_chars
=== RUN   TestLogGroupName/fail_if_too_short
=== RUN   TestLogGroupName/fail_if_above_512_chars
--- PASS: TestLogGroupName (0.00s)
    --- PASS: TestLogGroupName/valid_name (0.00s)
    --- PASS: TestLogGroupName/fail_if_contains_invalid_chars (0.00s)
    --- PASS: TestLogGroupName/fail_if_too_short (0.00s)
    --- PASS: TestLogGroupName/fail_if_above_512_chars (0.00s)
=== RUN   TestMemSizeFactor64
=== RUN   TestMemSizeFactor64/human_format
=== RUN   TestMemSizeFactor64/human_format/value_is_a_factor_of_64
=== RUN   TestMemSizeFactor64/raw_value
=== RUN   TestMemSizeFactor64/raw_value/value_is_a_factor_of_64
=== RUN   TestMemSizeFactor64/raw_value/value_is_not_a_factor_of_64
=== RUN   TestMemSizeFactor64/returns_the_value_in_megabyte
--- PASS: TestMemSizeFactor64 (0.00s)
    --- PASS: TestMemSizeFactor64/human_format (0.00s)
        --- PASS: TestMemSizeFactor64/human_format/value_is_a_factor_of_64 (0.00s)
    --- PASS: TestMemSizeFactor64/raw_value (0.00s)
        --- PASS: TestMemSizeFactor64/raw_value/value_is_a_factor_of_64 (0.00s)
        --- PASS: TestMemSizeFactor64/raw_value/value_is_not_a_factor_of_64 (0.00s)
    --- PASS: TestMemSizeFactor64/returns_the_value_in_megabyte (0.00s)
=== RUN   TestBucket
=== RUN   TestBucket/valid_bucket_name
=== RUN   TestBucket/too_long
=== RUN   TestBucket/too_short
=== RUN   TestBucket/bucket_regex_pattern,_disallows_semi-colon
=== RUN   TestBucket/bucket_regex_pattern,_disallows_slash
=== RUN   TestBucket/bucket_regex_pattern,_allows_dots
=== RUN   TestBucket/bucket_regex_pattern,_allows_hyphens
--- PASS: TestBucket (0.01s)
    --- PASS: TestBucket/valid_bucket_name (0.00s)
    --- PASS: TestBucket/too_long (0.00s)
    --- PASS: TestBucket/too_short (0.00s)
    --- PASS: TestBucket/bucket_regex_pattern,_disallows_semi-colon (0.00s)
    --- PASS: TestBucket/bucket_regex_pattern,_disallows_slash (0.00s)
    --- PASS: TestBucket/bucket_regex_pattern,_allows_dots (0.00s)
    --- PASS: TestBucket/bucket_regex_pattern,_allows_hyphens (0.00s)
=== RUN   TestNormalize
=== RUN   TestNormalize/when_the_string_contains_invalid_chars
=== RUN   TestNormalize/when_we_have_an_empty_string
=== RUN   TestNormalize/when_we_don't_have_any_invalid_chars
=== RUN   TestNormalize/when_the_string_contains_underscore
--- PASS: TestNormalize (0.00s)
    --- PASS: TestNormalize/when_the_string_contains_invalid_chars (0.00s)
    --- PASS: TestNormalize/when_we_have_an_empty_string (0.00s)
    --- PASS: TestNormalize/when_we_don't_have_any_invalid_chars (0.00s)
    --- PASS: TestNormalize/when_the_string_contains_underscore (0.00s)
=== RUN   TestKinesis
=== RUN   TestKinesis/when_publish_is_successful
=== RUN   TestKinesis/when_publish_with_agg_is_successful
=== RUN   TestKinesis/when_publish_is_not_successful
=== RUN   TestKinesis/when_publish_with_agg_is_not_successful
=== RUN   TestKinesis/test_config_validation
=== RUN   TestKinesis/test_config_validation/test_upper_bound_parallelization_factor_limit
=== RUN   TestKinesis/test_config_validation/test_lower_bound_parallelization_factor_limit
=== RUN   TestKinesis/test_config_validation/test_default_values
=== RUN   TestKinesis/test_config_validation/minimal_valid_configuration
=== RUN   TestKinesis/test_config_validation/missing_event_triggers
=== RUN   TestKinesis/test_config_validation/empty_or_missing_event_source_arn
=== RUN   TestKinesis/test_config_validation/test_upper_bound_batch_size_limit
=== RUN   TestKinesis/test_config_validation/test_lower_bound_batch_size_limit
=== RUN   TestKinesis/test_starting_position
=== RUN   TestKinesis/test_starting_position/AT_TIMESTAMP_is_not_supported_yet
--- PASS: TestKinesis (0.00s)
    --- PASS: TestKinesis/when_publish_is_successful (0.00s)
    --- PASS: TestKinesis/when_publish_with_agg_is_successful (0.00s)
    --- PASS: TestKinesis/when_publish_is_not_successful (0.00s)
    --- PASS: TestKinesis/when_publish_with_agg_is_not_successful (0.00s)
    --- PASS: TestKinesis/test_config_validation (0.00s)
        --- PASS: TestKinesis/test_config_validation/test_upper_bound_parallelization_factor_limit (0.00s)
        --- PASS: TestKinesis/test_config_validation/test_lower_bound_parallelization_factor_limit (0.00s)
        --- PASS: TestKinesis/test_config_validation/test_default_values (0.00s)
        --- PASS: TestKinesis/test_config_validation/minimal_valid_configuration (0.00s)
        --- PASS: TestKinesis/test_config_validation/missing_event_triggers (0.00s)
        --- PASS: TestKinesis/test_config_validation/empty_or_missing_event_source_arn (0.00s)
        --- PASS: TestKinesis/test_config_validation/test_upper_bound_batch_size_limit (0.00s)
        --- PASS: TestKinesis/test_config_validation/test_lower_bound_batch_size_limit (0.00s)
    --- PASS: TestKinesis/test_starting_position (0.00s)
        --- PASS: TestKinesis/test_starting_position/AT_TIMESTAMP_is_not_supported_yet (0.00s)
=== RUN   TestSQS
=== RUN   TestSQS/when_publish_is_succesful
=== RUN   TestSQS/when_publish_is_not_succesful
--- PASS: TestSQS (0.00s)
    --- PASS: TestSQS/when_publish_is_succesful (0.00s)
    --- PASS: TestSQS/when_publish_is_not_succesful (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/aws	0.080s
=== RUN   TestCloudwatch
--- PASS: TestCloudwatch (0.00s)
=== RUN   TestKinesis
=== RUN   TestKinesis/when_kinesis_event_is_successful
=== RUN   TestKinesis/when_kinesis_event_with_agg_is_successful
=== RUN   TestKinesis/when_kinesis_event_with_agg_is_not_successful
=== RUN   TestKinesis/when_kinesis_event_with_real_example_agg_payload_is_successful
--- PASS: TestKinesis (0.00s)
    --- PASS: TestKinesis/when_kinesis_event_is_successful (0.00s)
    --- PASS: TestKinesis/when_kinesis_event_with_agg_is_successful (0.00s)
    --- PASS: TestKinesis/when_kinesis_event_with_agg_is_not_successful (0.00s)
    --- PASS: TestKinesis/when_kinesis_event_with_real_example_agg_payload_is_successful (0.00s)
=== RUN   TestCloudwatchKinesis
--- PASS: TestCloudwatchKinesis (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/aws/transformer	0.044s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/functionbeat/provider/local	0.021s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Heartbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.16s)
    --- PASS: TestTemplate/default_field_length (0.16s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/heartbeat	0.219s
=== RUN   TestSimpleScenariosBasicFields
=== RUN   TestSimpleScenariosBasicFields/http-simple
=== PAUSE TestSimpleScenariosBasicFields/http-simple
=== RUN   TestSimpleScenariosBasicFields/tcp-simple
=== PAUSE TestSimpleScenariosBasicFields/tcp-simple
=== CONT  TestSimpleScenariosBasicFields/http-simple
=== CONT  TestSimpleScenariosBasicFields/tcp-simple
--- PASS: TestSimpleScenariosBasicFields (0.00s)
    --- PASS: TestSimpleScenariosBasicFields/tcp-simple (0.00s)
    --- PASS: TestSimpleScenariosBasicFields/http-simple (0.00s)
=== RUN   TestLightweightUrls
=== RUN   TestLightweightUrls/http-simple
=== PAUSE TestLightweightUrls/http-simple
=== RUN   TestLightweightUrls/tcp-simple
=== PAUSE TestLightweightUrls/tcp-simple
=== CONT  TestLightweightUrls/http-simple
=== CONT  TestLightweightUrls/tcp-simple
--- PASS: TestLightweightUrls (0.00s)
    --- PASS: TestLightweightUrls/tcp-simple (0.00s)
    --- PASS: TestLightweightUrls/http-simple (0.00s)
=== RUN   TestLightweightSummaries
=== RUN   TestLightweightSummaries/http-simple
=== PAUSE TestLightweightSummaries/http-simple
=== RUN   TestLightweightSummaries/tcp-simple
=== PAUSE TestLightweightSummaries/tcp-simple
=== CONT  TestLightweightSummaries/http-simple
=== CONT  TestLightweightSummaries/tcp-simple
--- PASS: TestLightweightSummaries (0.00s)
    --- PASS: TestLightweightSummaries/tcp-simple (0.01s)
    --- PASS: TestLightweightSummaries/http-simple (0.01s)
=== RUN   TestRunFromOverride
--- PASS: TestRunFromOverride (0.00s)
=== RUN   TestStateContinuity
--- PASS: TestStateContinuity (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/heartbeat/scenarios	0.078s
=== RUN   TestClone
--- PASS: TestClone (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/heartbeat/scenarios/framework	0.060s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Mockbeat template has 1 fields in default_field.
--- PASS: TestTemplate (0.00s)
    --- PASS: TestTemplate/default_field_length (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat	0.046s
=== RUN   Test_newAPIFetcher
--- PASS: Test_newAPIFetcher (0.00s)
=== RUN   Test_internalBuilder
--- PASS: Test_internalBuilder (0.02s)
=== RUN   TestWatchTicks
--- PASS: TestWatchTicks (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws/ec2	0.041s
=== RUN   Test_newAPIFetcher
--- PASS: Test_newAPIFetcher (0.00s)
=== RUN   Test_internalBuilder
--- PASS: Test_internalBuilder (0.03s)
=== RUN   TestWatchTicks
--- PASS: TestWatchTicks (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws/elb	0.064s
=== RUN   TestGenerateHints
--- PASS: TestGenerateHints (0.00s)
=== RUN   TestEmitEvent
=== RUN   TestEmitEvent/Test_common_allocation_start
=== RUN   TestEmitEvent/Allocation_without_a_host/node_name
--- PASS: TestEmitEvent (2.00s)
    --- PASS: TestEmitEvent/Test_common_allocation_start (0.00s)
    --- PASS: TestEmitEvent/Allocation_without_a_host/node_name (2.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/nomad	2.031s
=== RUN   TestEventACKTracker
--- PASS: TestEventACKTracker (0.00s)
=== RUN   TestEventACKTrackerNoACKs
--- PASS: TestEventACKTrackerNoACKs (0.00s)
=== RUN   TestEventACKHandler
--- PASS: TestEventACKHandler (0.00s)
=== RUN   TestEventACKHandlerWait
--- PASS: TestEventACKHandlerWait (0.00s)
=== RUN   TestInitializeAWSConfig
--- PASS: TestInitializeAWSConfig (0.00s)
=== RUN   TestGetAWSCredentials
--- PASS: TestGetAWSCredentials (0.00s)
=== RUN   TestDefaultRegion
=== RUN   TestDefaultRegion/No_default_region_set
=== RUN   TestDefaultRegion/us-west-1_region_set_as_default
--- PASS: TestDefaultRegion (0.00s)
    --- PASS: TestDefaultRegion/No_default_region_set (0.00s)
    --- PASS: TestDefaultRegion/us-west-1_region_set_as_default (0.00s)
=== RUN   TestSemaphore
--- PASS: TestSemaphore (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/common/aws	0.022s
=== RUN   TestClientCacheWrap
--- PASS: TestClientCacheWrap (2.03s)
=== RUN   TestValidation
--- PASS: TestValidation (0.00s)
=== RUN   TestInitDefaults
--- PASS: TestInitDefaults (0.00s)
=== RUN   TestEventTypeHttpAccess
--- PASS: TestEventTypeHttpAccess (0.00s)
=== RUN   TestEventTypeLog
--- PASS: TestEventTypeLog (0.00s)
=== RUN   TestEventCounter
--- PASS: TestEventCounter (0.00s)
=== RUN   TestEventValueMetric
--- PASS: TestEventValueMetric (0.00s)
=== RUN   TestEventContainerMetric
--- PASS: TestEventContainerMetric (0.00s)
=== RUN   TestEventError
--- PASS: TestEventError (0.00s)
=== RUN   TestEventTagsWithMetadata
--- PASS: TestEventTagsWithMetadata (0.00s)
=== RUN   TestGetSelectors
=== RUN   TestGetSelectors/HTTPAccess_only
=== RUN   TestGetSelectors/Log_only
=== RUN   TestGetSelectors/Counter_only
=== RUN   TestGetSelectors/ValueMetric_only
=== RUN   TestGetSelectors/ContainerMetric_only
=== RUN   TestGetSelectors/Error_only
=== RUN   TestGetSelectors/ValueMetric_and_ContainerMetric
=== RUN   TestGetSelectors/All
--- PASS: TestGetSelectors (0.00s)
    --- PASS: TestGetSelectors/HTTPAccess_only (0.00s)
    --- PASS: TestGetSelectors/Log_only (0.00s)
    --- PASS: TestGetSelectors/Counter_only (0.00s)
    --- PASS: TestGetSelectors/ValueMetric_only (0.00s)
    --- PASS: TestGetSelectors/ContainerMetric_only (0.00s)
    --- PASS: TestGetSelectors/Error_only (0.00s)
    --- PASS: TestGetSelectors/ValueMetric_and_ContainerMetric (0.00s)
    --- PASS: TestGetSelectors/All (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/common/cloudfoundry	2.053s
=== RUN   TestAllocationMetadata
--- PASS: TestAllocationMetadata (0.00s)
=== RUN   TestExcludeMetadata
--- PASS: TestExcludeMetadata (0.00s)
=== RUN   TestCronJob
--- PASS: TestCronJob (0.00s)
=== RUN   TestAllocationWatcher
=== RUN   TestAllocationWatcher/allocation_added
=== RUN   TestAllocationWatcher/ignore_events_due_to_unchanged_WaitIndex
=== RUN   TestAllocationWatcher/ignore_old_allocations
=== RUN   TestAllocationWatcher/on_initial_run_all_allocations_are_added
=== RUN   TestAllocationWatcher/allocation_updated
=== RUN   TestAllocationWatcher/allocation_created_in_the_same_index_as_the_watcher_check
=== RUN   TestAllocationWatcher/allocation_updated_in_the_same_index_as_the_watcher_check
=== RUN   TestAllocationWatcher/old_allocation_index_new_modify_index_should_be_detected
--- PASS: TestAllocationWatcher (0.11s)
    --- PASS: TestAllocationWatcher/allocation_added (0.01s)
    --- PASS: TestAllocationWatcher/ignore_events_due_to_unchanged_WaitIndex (0.02s)
    --- PASS: TestAllocationWatcher/ignore_old_allocations (0.01s)
    --- PASS: TestAllocationWatcher/on_initial_run_all_allocations_are_added (0.01s)
    --- PASS: TestAllocationWatcher/allocation_updated (0.01s)
    --- PASS: TestAllocationWatcher/allocation_created_in_the_same_index_as_the_watcher_check (0.01s)
    --- PASS: TestAllocationWatcher/allocation_updated_in_the_same_index_as_the_watcher_check (0.01s)
    --- PASS: TestAllocationWatcher/old_allocation_index_new_modify_index_should_be_detected (0.01s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/common/nomad	0.125s
=== RUN   TestConfigBlacklistSettingsUnpack
=== RUN   TestConfigBlacklistSettingsUnpack/Simple_config
=== RUN   TestConfigBlacklistSettingsUnpack/Wrong_config
=== RUN   TestConfigBlacklistSettingsUnpack/Tree_config
--- PASS: TestConfigBlacklistSettingsUnpack (0.00s)
    --- PASS: TestConfigBlacklistSettingsUnpack/Simple_config (0.00s)
    --- PASS: TestConfigBlacklistSettingsUnpack/Wrong_config (0.00s)
    --- PASS: TestConfigBlacklistSettingsUnpack/Tree_config (0.00s)
=== RUN   TestConfigBlacklist
=== RUN   TestConfigBlacklist/No_patterns
=== RUN   TestConfigBlacklist/Blacklisted_dict_key
=== RUN   TestConfigBlacklist/Blacklisted_value_key
=== RUN   TestConfigBlacklist/Blacklisted_value_in_a_list
=== RUN   TestConfigBlacklist/Blacklisted_value_in_a_deep_list
=== RUN   TestConfigBlacklist/Blacklisted_dict_key_in_a_list
--- PASS: TestConfigBlacklist (0.00s)
    --- PASS: TestConfigBlacklist/No_patterns (0.00s)
    --- PASS: TestConfigBlacklist/Blacklisted_dict_key (0.00s)
    --- PASS: TestConfigBlacklist/Blacklisted_value_key (0.00s)
    --- PASS: TestConfigBlacklist/Blacklisted_value_in_a_list (0.00s)
    --- PASS: TestConfigBlacklist/Blacklisted_value_in_a_deep_list (0.00s)
    --- PASS: TestConfigBlacklist/Blacklisted_dict_key_in_a_list (0.00s)
=== RUN   TestBareConfig
--- PASS: TestBareConfig (0.00s)
=== RUN   TestGlobalProcessInject
--- PASS: TestGlobalProcessInject (0.00s)
=== RUN   TestMBGenerate
--- PASS: TestMBGenerate (0.00s)
=== RUN   TestOutputGen
--- PASS: TestOutputGen (0.00s)
=== RUN   TestOutputIndex
--- PASS: TestOutputIndex (0.00s)
=== RUN   TestInputReload
--- PASS: TestInputReload (1.20s)
=== RUN   TestManagerV2
    managerV2_test.go:64: output and inputs configuration cleared (stopping)
    managerV2_test.go:69: debug log level set
    managerV2_test.go:73: FQDN feature flag set to false
    managerV2_test.go:73: FQDN feature flag set to false
    managerV2_test.go:46: output and inputs configuration set
    managerV2_test.go:73: FQDN feature flag set to false
    managerV2_test.go:46: output and inputs configuration set
    managerV2_test.go:73: FQDN feature flag set to false
    managerV2_test.go:46: output and inputs configuration set
    managerV2_test.go:73: FQDN feature flag set to false
    managerV2_test.go:46: output and inputs configuration set
    managerV2_test.go:69: debug log level set
    managerV2_test.go:73: FQDN feature flag set to true
--- PASS: TestManagerV2 (2.70s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/management	3.941s
=== RUN   TestFilebeat
    init.go:31: Setting flags...
    init.go:56: writing output to file /tmp/test-1699019034
    init.go:62: Resetting fleet manager...
    filebeat_v2_test.go:90: waiting for events...
    filebeat_v2_test.go:84: Running beats...
{"log.level":"info","@timestamp":"2023-11-03T09:43:54.278-0400","log.origin":{"file.name":"instance/beat.go","file.line":779},"message":"Home path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3674] Config path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3674] Data path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3674/data] Logs path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3674/logs]","service.name":"filebeat","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:43:54.286-0400","log.origin":{"file.name":"instance/beat.go","file.line":787},"message":"Beat ID: 9fd5a769-b332-4981-b8e0-2386f903f3cb","service.name":"filebeat","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:43:54.286-0400","log.origin":{"file.name":"instance/beat.go","file.line":1274},"message":"Exiting: failed to get host information: unimplemented","service.name":"filebeat","ecs.version":"1.6.0"}
Exiting: failed to get host information: unimplemented
FAIL	github.com/elastic/beats/v7/x-pack/libbeat/management/tests/fbtest	0.479s
=== RUN   TestSingleMetricbeatMetricsetWithProcessors
    init.go:31: Setting flags...
    init.go:56: writing output to file /tmp/test-1699019080
    init.go:62: Resetting fleet manager...
    metricbeat_v2_test.go:81: Running beats...
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.381-0400","log.origin":{"file.name":"instance/beat.go","file.line":779},"message":"Home path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3677] Config path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3677] Data path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3677/data] Logs path: [/magus/work/usr/mports/sysutils/beats8/work/go-build3064675747/b3677/logs]","service.name":"metricbeat","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.392-0400","log.origin":{"file.name":"instance/beat.go","file.line":787},"message":"Beat ID: ee030b08-2dd1-4cd8-90f3-e2a3d07bb6e6","service.name":"metricbeat","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:44:40.392-0400","log.origin":{"file.name":"instance/beat.go","file.line":1274},"message":"Exiting: failed to get host information: unimplemented","service.name":"metricbeat","ecs.version":"1.6.0"}
Exiting: failed to get host information: unimplemented
FAIL	github.com/elastic/beats/v7/x-pack/libbeat/management/tests/mbtest	0.160s
=== RUN   TestPutGet
=== PAUSE TestPutGet
=== RUN   TestPersist
=== PAUSE TestPersist
=== RUN   TestExpired
=== PAUSE TestExpired
=== RUN   TestRefreshOnAccess
    persistentcache_test.go:117: flaky test
--- SKIP: TestRefreshOnAccess (0.00s)
=== RUN   TestStandaloneStore
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.311-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"All 0 tables opened in 0s\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.312-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Discard stats nextEmptySlot: 0\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.312-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Set nextTxnTs to 0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.315-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"writeRequests called. Writing to value log","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.315-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Sending updates to subscribers","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.315-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Writing to memtable","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.315-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"2 entries written","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.315-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Closing database","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.315-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Lifetime L0 stalled for: 0s\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.315-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Stopping garbage collection of values.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.322-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Flushing memtable","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.322-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"pushed to flush chan\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.323-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"\nLevel 0 [ ]: NumTables: 01. Size: 185 B of 0 B. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 64 MiB\nLevel 1 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 2 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 3 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 4 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 5 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 6 [B]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel Done\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.323-0400","log.logger":"test.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Waiting for closer","ecs.version":"1.6.0"}
--- PASS: TestStandaloneStore (0.04s)
=== CONT  TestPutGet
=== CONT  TestExpired
=== CONT  TestPersist
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.335-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"All 0 tables opened in 0s\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.336-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Discard stats nextEmptySlot: 0\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.336-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Set nextTxnTs to 0","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.336-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"All 0 tables opened in 0s\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"writeRequests called. Writing to value log","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Sending updates to subscribers","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Writing to memtable","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:40.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"2 entries written","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Discard stats nextEmptySlot: 0\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Set nextTxnTs to 0","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:44:40.338-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":38},"message":"Received err: Error while creating log file in valueLog.open error: while opening file: /tmp/beat-data-dir-1214987924/cache/test/000001.vlog error: cannot allocate memory\nwhile mmapping /tmp/beat-data-dir-1214987924/cache/test/000001.vlog with size: 2147483646\ngithub.com/dgraph-io/ristretto/z.OpenMmapFileUsing\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:59\ngithub.com/dgraph-io/ristretto/z.OpenMmapFile\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:86\ngithub.com/dgraph-io/badger/v3.(*logFile).open\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/memtable.go:556\ngithub.com/dgraph-io/badger/v3.(*valueLog).createVlogFile\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:519\ngithub.com/dgraph-io/badger/v3.(*valueLog).open\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:575\ngithub.com/dgraph-io/badger/v3.Open\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/db.go:368\ngithub.com/elastic/beats/v7/x-pack/libbeat/persistentcache.newStore\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/store.go:41\ngithub.com/elastic/beats/v7/x-pack/libbeat/persistentcache.New\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache.go:56\ngithub.com/elastic/beats/v7/x-pack/libbeat/persistentcache.TestPutGet\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache_test.go:28\ntesting.tRunner\n\t/usr/local/go120/src/testing/testing.go:1576\nruntime.goexit\n\t/usr/local/go120/src/runtime/asm_386.s:1326. Cleaning up...","ecs.version":"1.6.0"}
=== NAME  TestPutGet
    persistentcache_test.go:29: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache_test.go:29
        	Error:      	Received unexpected error:
        	            	opening database for cache store: During db.vlog.open error: Error while creating log file in valueLog.open error: while opening file: /tmp/beat-data-dir-1214987924/cache/test/000001.vlog error: cannot allocate memory
        	            	while mmapping /tmp/beat-data-dir-1214987924/cache/test/000001.vlog with size: 2147483646
        	            	github.com/dgraph-io/ristretto/z.OpenMmapFileUsing
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:59
        	            	github.com/dgraph-io/ristretto/z.OpenMmapFile
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:86
        	            	github.com/dgraph-io/badger/v3.(*logFile).open
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/memtable.go:556
        	            	github.com/dgraph-io/badger/v3.(*valueLog).createVlogFile
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:519
        	            	github.com/dgraph-io/badger/v3.(*valueLog).open
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:575
        	            	github.com/dgraph-io/badger/v3.Open
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/db.go:368
        	            	github.com/elastic/beats/v7/x-pack/libbeat/persistentcache.newStore
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/store.go:41
        	            	github.com/elastic/beats/v7/x-pack/libbeat/persistentcache.New
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache.go:56
        	            	github.com/elastic/beats/v7/x-pack/libbeat/persistentcache.TestPutGet
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache_test.go:28
        	            	testing.tRunner
        	            		/usr/local/go120/src/testing/testing.go:1576
        	            	runtime.goexit
        	            		/usr/local/go120/src/runtime/asm_386.s:1326
        	Test:       	TestPutGet
--- FAIL: TestPutGet (0.02s)
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.389-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"All 0 tables opened in 0s\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.389-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Discard stats nextEmptySlot: 0\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:40.389-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Set nextTxnTs to 0","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2023-11-03T09:44:40.390-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":38},"message":"Received err: Error while creating log file in valueLog.open error: while opening file: /tmp/beat-data-dir-1990758236/cache/test/000001.vlog error: cannot allocate memory\nwhile mmapping /tmp/beat-data-dir-1990758236/cache/test/000001.vlog with size: 2147483646\ngithub.com/dgraph-io/ristretto/z.OpenMmapFileUsing\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:59\ngithub.com/dgraph-io/ristretto/z.OpenMmapFile\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:86\ngithub.com/dgraph-io/badger/v3.(*logFile).open\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/memtable.go:556\ngithub.com/dgraph-io/badger/v3.(*valueLog).createVlogFile\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:519\ngithub.com/dgraph-io/badger/v3.(*valueLog).open\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:575\ngithub.com/dgraph-io/badger/v3.Open\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/db.go:368\ngithub.com/elastic/beats/v7/x-pack/libbeat/persistentcache.newStore\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/store.go:41\ngithub.com/elastic/beats/v7/x-pack/libbeat/persistentcache.New\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache.go:56\ngithub.com/elastic/beats/v7/x-pack/libbeat/persistentcache.TestPersist\n\t/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache_test.go:57\ntesting.tRunner\n\t/usr/local/go120/src/testing/testing.go:1576\nruntime.goexit\n\t/usr/local/go120/src/runtime/asm_386.s:1326. Cleaning up...","ecs.version":"1.6.0"}
=== NAME  TestPersist
    persistentcache_test.go:58: 
        	Error Trace:	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache_test.go:58
        	Error:      	Received unexpected error:
        	            	opening database for cache store: During db.vlog.open error: Error while creating log file in valueLog.open error: while opening file: /tmp/beat-data-dir-1990758236/cache/test/000001.vlog error: cannot allocate memory
        	            	while mmapping /tmp/beat-data-dir-1990758236/cache/test/000001.vlog with size: 2147483646
        	            	github.com/dgraph-io/ristretto/z.OpenMmapFileUsing
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:59
        	            	github.com/dgraph-io/ristretto/z.OpenMmapFile
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/ristretto/z/file.go:86
        	            	github.com/dgraph-io/badger/v3.(*logFile).open
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/memtable.go:556
        	            	github.com/dgraph-io/badger/v3.(*valueLog).createVlogFile
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:519
        	            	github.com/dgraph-io/badger/v3.(*valueLog).open
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/value.go:575
        	            	github.com/dgraph-io/badger/v3.Open
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/vendor/github.com/dgraph-io/badger/v3/db.go:368
        	            	github.com/elastic/beats/v7/x-pack/libbeat/persistentcache.newStore
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/store.go:41
        	            	github.com/elastic/beats/v7/x-pack/libbeat/persistentcache.New
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache.go:56
        	            	github.com/elastic/beats/v7/x-pack/libbeat/persistentcache.TestPersist
        	            		/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/libbeat/persistentcache/persistentcache_test.go:57
        	            	testing.tRunner
        	            		/usr/local/go120/src/testing/testing.go:1576
        	            	runtime.goexit
        	            		/usr/local/go120/src/runtime/asm_386.s:1326
        	Test:       	TestPersist
--- FAIL: TestPersist (0.07s)
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Closing database","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:42.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"Lifetime L0 stalled for: 0s\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.337-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Stopping garbage collection of values.","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.344-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Flushing memtable","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.344-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"pushed to flush chan\n","ecs.version":"1.6.0"}
{"log.level":"info","@timestamp":"2023-11-03T09:44:42.349-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":46},"message":"\nLevel 0 [ ]: NumTables: 01. Size: 197 B of 0 B. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 64 MiB\nLevel 1 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 2 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 3 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 4 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 5 [ ]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel 6 [B]: NumTables: 00. Size: 0 B of 10 MiB. Score: 0.00->0.00 StaleData: 0 B Target FileSize: 2.0 MiB\nLevel Done\n","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:44:42.349-0400","log.logger":"persistentcache.badger","log.origin":{"file.name":"v3/logger.go","file.line":62},"message":"Waiting for closer","ecs.version":"1.6.0"}
--- PASS: TestExpired (2.03s)
FAIL
FAIL	github.com/elastic/beats/v7/x-pack/libbeat/persistentcache	2.110s
=== RUN   TestNoClient
--- PASS: TestNoClient (0.00s)
=== RUN   TestNoCFApp
--- PASS: TestNoCFApp (0.00s)
=== RUN   TestCFAppIdInvalid
--- PASS: TestCFAppIdInvalid (0.00s)
=== RUN   TestCFAppNotFound
--- PASS: TestCFAppNotFound (0.00s)
=== RUN   TestCFAppMetadataAlreadyPresent
--- PASS: TestCFAppMetadataAlreadyPresent (0.00s)
=== RUN   TestCFAppUpdated
--- PASS: TestCFAppUpdated (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/libbeat/processors/add_cloudfoundry_metadata	0.047s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Metricbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.44s)
    --- PASS: TestTemplate/default_field_length (0.44s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat	0.535s
=== RUN   TestData
--- PASS: TestData (0.13s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/airflow/statsd	0.145s
=== RUN   TestGetRegions
--- PASS: TestGetRegions (0.00s)
=== RUN   TestStringInSlice
--- PASS: TestStringInSlice (0.00s)
=== RUN   TestCheckTagFiltersExist
=== RUN   TestCheckTagFiltersExist/tagFilters_are_included_in_ec2_tags
=== RUN   TestCheckTagFiltersExist/one_set_of_tagFilters_is_included_in_resourcegroupstaggingapi_tags
=== RUN   TestCheckTagFiltersExist/tagFilters_is_not_included_in_resourcegroupstaggingapi_tags
=== RUN   TestCheckTagFiltersExist/more_than_one_value_per_key_of_tagFilters_is_included_in_resourcegroupstaggingapi_tags
=== RUN   TestCheckTagFiltersExist/a_set_of_tagFilters_where_every_key_contains_more_than_one_value_is_included_in_resourcegroupstaggingapi_tags
--- PASS: TestCheckTagFiltersExist (0.00s)
    --- PASS: TestCheckTagFiltersExist/tagFilters_are_included_in_ec2_tags (0.00s)
    --- PASS: TestCheckTagFiltersExist/one_set_of_tagFilters_is_included_in_resourcegroupstaggingapi_tags (0.00s)
    --- PASS: TestCheckTagFiltersExist/tagFilters_is_not_included_in_resourcegroupstaggingapi_tags (0.00s)
    --- PASS: TestCheckTagFiltersExist/more_than_one_value_per_key_of_tagFilters_is_included_in_resourcegroupstaggingapi_tags (0.00s)
    --- PASS: TestCheckTagFiltersExist/a_set_of_tagFilters_where_every_key_contains_more_than_one_value_is_included_in_resourcegroupstaggingapi_tags (0.00s)
=== RUN   TestGetListMetricsOutput
--- PASS: TestGetListMetricsOutput (0.00s)
=== RUN   TestGetListMetricsCrossAccountsOutput
--- PASS: TestGetListMetricsCrossAccountsOutput (0.00s)
=== RUN   TestGetListMetricsOutputWithWildcard
--- PASS: TestGetListMetricsOutputWithWildcard (0.00s)
=== RUN   TestGetMetricDataPerRegion
--- PASS: TestGetMetricDataPerRegion (0.00s)
=== RUN   TestGetMetricDataResults
--- PASS: TestGetMetricDataResults (0.00s)
=== RUN   TestGetMetricDataResultsCrossAccounts
--- PASS: TestGetMetricDataResultsCrossAccounts (0.00s)
=== RUN   TestCheckTimestampInArray
--- PASS: TestCheckTimestampInArray (0.00s)
=== RUN   TestFindIdentifierFromARN
--- PASS: TestFindIdentifierFromARN (0.00s)
=== RUN   TestGetResourcesTags
--- PASS: TestGetResourcesTags (0.00s)
=== RUN   TestGetStartTimeEndTime
=== RUN   TestGetStartTimeEndTime/1_minute
=== RUN   TestGetStartTimeEndTime/2_minutes
=== RUN   TestGetStartTimeEndTime/3_minutes
=== RUN   TestGetStartTimeEndTime/5_minutes
=== RUN   TestGetStartTimeEndTime/30_minutes
=== RUN   TestGetStartTimeEndTime/1_minute,_10_minutes_latency
=== RUN   TestGetStartTimeEndTime/2_minutes,_1_minute_latency
=== RUN   TestGetStartTimeEndTime/5_minutes,_4_minutes_latency
=== RUN   TestGetStartTimeEndTime/30_minutes,_30_minutes_latency
=== RUN   TestGetStartTimeEndTime/20_seconds,_45_second_latency
=== RUN   TestGetStartTimeEndTime/1.5_minutes,_60_second_latency
=== RUN   TestGetStartTimeEndTime/just_less_than_5_minutes,_3_minute_latency
--- PASS: TestGetStartTimeEndTime (0.00s)
    --- PASS: TestGetStartTimeEndTime/1_minute (0.00s)
    --- PASS: TestGetStartTimeEndTime/2_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime/3_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime/5_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime/30_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime/1_minute,_10_minutes_latency (0.00s)
    --- PASS: TestGetStartTimeEndTime/2_minutes,_1_minute_latency (0.00s)
    --- PASS: TestGetStartTimeEndTime/5_minutes,_4_minutes_latency (0.00s)
    --- PASS: TestGetStartTimeEndTime/30_minutes,_30_minutes_latency (0.00s)
    --- PASS: TestGetStartTimeEndTime/20_seconds,_45_second_latency (0.00s)
    --- PASS: TestGetStartTimeEndTime/1.5_minutes,_60_second_latency (0.00s)
    --- PASS: TestGetStartTimeEndTime/just_less_than_5_minutes,_3_minute_latency (0.00s)
=== RUN   TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals
=== RUN   TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/1_minute
=== RUN   TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/2_minutes
=== RUN   TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/3_minutes
=== RUN   TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/5_minutes
=== RUN   TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/30_minutes
=== RUN   TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/1_minute_with_2_minute_latency
--- PASS: TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals (0.00s)
    --- PASS: TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/1_minute (0.00s)
    --- PASS: TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/2_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/3_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/5_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/30_minutes (0.00s)
    --- PASS: TestGetStartTimeEndTime_AlwaysCreatesContinuousIntervals/1_minute_with_2_minute_latency (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws	0.038s
=== RUN   TestGetStartDateEndDate
--- PASS: TestGetStartDateEndDate (0.00s)
=== RUN   TestParseGroupKey
=== RUN   TestParseGroupKey/empty_tag_value
=== RUN   TestParseGroupKey/with_a_tag_value_of_assumed_role
=== RUN   TestParseGroupKey/with_a_tag_value_of_IAM_user
=== RUN   TestParseGroupKey/tag_value_with_$
--- PASS: TestParseGroupKey (0.00s)
    --- PASS: TestParseGroupKey/empty_tag_value (0.00s)
    --- PASS: TestParseGroupKey/with_a_tag_value_of_assumed_role (0.00s)
    --- PASS: TestParseGroupKey/with_a_tag_value_of_IAM_user (0.00s)
    --- PASS: TestParseGroupKey/tag_value_with_$ (0.00s)
=== RUN   TestGetGroupBys
=== RUN   TestGetGroupBys/test_with_both_tags_and_dimKeys
=== RUN   TestGetGroupBys/test_with_only_dimKeys
=== RUN   TestGetGroupBys/test_with_only_tags
--- PASS: TestGetGroupBys (0.00s)
    --- PASS: TestGetGroupBys/test_with_both_tags_and_dimKeys (0.00s)
    --- PASS: TestGetGroupBys/test_with_only_dimKeys (0.00s)
    --- PASS: TestGetGroupBys/test_with_only_tags (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/billing	0.041s
=== RUN   TestConstructLabel
--- PASS: TestConstructLabel (0.00s)
=== RUN   TestReadCloudwatchConfig
=== RUN   TestReadCloudwatchConfig/test_with_a_specific_metric
=== RUN   TestReadCloudwatchConfig/test_with_a_specific_metric_and_a_namespace
=== RUN   TestReadCloudwatchConfig/test_with_two_specific_metrics_and_a_namespace
=== RUN   TestReadCloudwatchConfig/Test_a_specific_metric_(only_with_metric_name)_and_a_namespace
=== RUN   TestReadCloudwatchConfig/test_EBS_namespace
=== RUN   TestReadCloudwatchConfig/test_with_two_metrics_and_no_dimension
=== RUN   TestReadCloudwatchConfig/test_AWS/Kafka_MemoryUsed
=== RUN   TestReadCloudwatchConfig/Test_with_different_statistics
=== RUN   TestReadCloudwatchConfig/Test_with_different_statistics_and_a_specific_metric
=== RUN   TestReadCloudwatchConfig/Test_with_no_metric_name
=== RUN   TestReadCloudwatchConfig/test_with_two_metric_names_and_a_set_of_dimension
=== RUN   TestReadCloudwatchConfig/Test_with_same_namespace_and_tag_filters_but_different_metric_names
--- PASS: TestReadCloudwatchConfig (0.00s)
    --- PASS: TestReadCloudwatchConfig/test_with_a_specific_metric (0.00s)
    --- PASS: TestReadCloudwatchConfig/test_with_a_specific_metric_and_a_namespace (0.00s)
    --- PASS: TestReadCloudwatchConfig/test_with_two_specific_metrics_and_a_namespace (0.00s)
    --- PASS: TestReadCloudwatchConfig/Test_a_specific_metric_(only_with_metric_name)_and_a_namespace (0.00s)
    --- PASS: TestReadCloudwatchConfig/test_EBS_namespace (0.00s)
    --- PASS: TestReadCloudwatchConfig/test_with_two_metrics_and_no_dimension (0.00s)
    --- PASS: TestReadCloudwatchConfig/test_AWS/Kafka_MemoryUsed (0.00s)
    --- PASS: TestReadCloudwatchConfig/Test_with_different_statistics (0.00s)
    --- PASS: TestReadCloudwatchConfig/Test_with_different_statistics_and_a_specific_metric (0.00s)
    --- PASS: TestReadCloudwatchConfig/Test_with_no_metric_name (0.00s)
    --- PASS: TestReadCloudwatchConfig/test_with_two_metric_names_and_a_set_of_dimension (0.00s)
    --- PASS: TestReadCloudwatchConfig/Test_with_same_namespace_and_tag_filters_but_different_metric_names (0.00s)
=== RUN   TestGenerateFieldName
=== RUN   TestGenerateFieldName/test_Average
=== RUN   TestGenerateFieldName/test_Maximum
=== RUN   TestGenerateFieldName/test_Minimum
=== RUN   TestGenerateFieldName/test_Sum
=== RUN   TestGenerateFieldName/test_SampleCount
=== RUN   TestGenerateFieldName/test_extended_statistic
=== RUN   TestGenerateFieldName/test_other_metricset
=== RUN   TestGenerateFieldName/test_metric_name_with_dot
--- PASS: TestGenerateFieldName (0.00s)
    --- PASS: TestGenerateFieldName/test_Average (0.00s)
    --- PASS: TestGenerateFieldName/test_Maximum (0.00s)
    --- PASS: TestGenerateFieldName/test_Minimum (0.00s)
    --- PASS: TestGenerateFieldName/test_Sum (0.00s)
    --- PASS: TestGenerateFieldName/test_SampleCount (0.00s)
    --- PASS: TestGenerateFieldName/test_extended_statistic (0.00s)
    --- PASS: TestGenerateFieldName/test_other_metricset (0.00s)
    --- PASS: TestGenerateFieldName/test_metric_name_with_dot (0.00s)
=== RUN   TestCompareAWSDimensions
=== RUN   TestCompareAWSDimensions/same_dimensions_with_length_2_but_different_order
=== RUN   TestCompareAWSDimensions/different_dimensions_with_different_length
=== RUN   TestCompareAWSDimensions/different_dimensions_with_same_length
=== RUN   TestCompareAWSDimensions/compare_with_an_empty_dimension
=== RUN   TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_one_same_name_dimension
=== RUN   TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_one_different_name_dimension
=== RUN   TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_two_same_name_dimensions
=== RUN   TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_different_length,_case1
=== RUN   TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_different_length,_case2
--- PASS: TestCompareAWSDimensions (0.00s)
    --- PASS: TestCompareAWSDimensions/same_dimensions_with_length_2_but_different_order (0.00s)
    --- PASS: TestCompareAWSDimensions/different_dimensions_with_different_length (0.00s)
    --- PASS: TestCompareAWSDimensions/different_dimensions_with_same_length (0.00s)
    --- PASS: TestCompareAWSDimensions/compare_with_an_empty_dimension (0.00s)
    --- PASS: TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_one_same_name_dimension (0.00s)
    --- PASS: TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_one_different_name_dimension (0.00s)
    --- PASS: TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_two_same_name_dimensions (0.00s)
    --- PASS: TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_different_length,_case1 (0.00s)
    --- PASS: TestCompareAWSDimensions/compare_with_wildcard_dimension_value,_different_length,_case2 (0.00s)
=== RUN   TestConstructTagsFilters
=== RUN   TestConstructTagsFilters/test_with_one_config_per_namespace
=== RUN   TestConstructTagsFilters/test_with_two_configs_for_the_same_namespace
=== RUN   TestConstructTagsFilters/test_with_two_configs_for_different_namespaces
--- PASS: TestConstructTagsFilters (0.00s)
    --- PASS: TestConstructTagsFilters/test_with_one_config_per_namespace (0.00s)
    --- PASS: TestConstructTagsFilters/test_with_two_configs_for_the_same_namespace (0.00s)
    --- PASS: TestConstructTagsFilters/test_with_two_configs_for_different_namespaces (0.00s)
=== RUN   TestFilterListMetricsOutput
=== RUN   TestFilterListMetricsOutput/test_filter_cloudwatch_metrics_with_dimension
=== RUN   TestFilterListMetricsOutput/test_filter_cloudwatch_metrics_with_name
--- PASS: TestFilterListMetricsOutput (0.00s)
    --- PASS: TestFilterListMetricsOutput/test_filter_cloudwatch_metrics_with_dimension (0.00s)
    --- PASS: TestFilterListMetricsOutput/test_filter_cloudwatch_metrics_with_name (0.00s)
=== RUN   TestCheckStatistics
=== RUN   TestCheckStatistics/test_average
=== RUN   TestCheckStatistics/test_sum
=== RUN   TestCheckStatistics/test_max
=== RUN   TestCheckStatistics/test_min
=== RUN   TestCheckStatistics/test_count
=== RUN   TestCheckStatistics/test_pN
=== RUN   TestCheckStatistics/wrong_statistic_method
=== RUN   TestCheckStatistics/one_correct_and_one_wrong_statistic_method
--- PASS: TestCheckStatistics (0.00s)
    --- PASS: TestCheckStatistics/test_average (0.00s)
    --- PASS: TestCheckStatistics/test_sum (0.00s)
    --- PASS: TestCheckStatistics/test_max (0.00s)
    --- PASS: TestCheckStatistics/test_min (0.00s)
    --- PASS: TestCheckStatistics/test_count (0.00s)
    --- PASS: TestCheckStatistics/test_pN (0.00s)
    --- PASS: TestCheckStatistics/wrong_statistic_method (0.00s)
    --- PASS: TestCheckStatistics/one_correct_and_one_wrong_statistic_method (0.00s)
=== RUN   TestCreateEventsWithIdentifier
--- PASS: TestCreateEventsWithIdentifier (0.00s)
=== RUN   TestCreateEventsWithoutIdentifier
--- PASS: TestCreateEventsWithoutIdentifier (0.00s)
=== RUN   TestCreateEventsWithDataGranularity
--- PASS: TestCreateEventsWithDataGranularity (0.00s)
=== RUN   TestCreateEventsWithTagsFilter
--- PASS: TestCreateEventsWithTagsFilter (0.00s)
=== RUN   TestInsertTags
=== RUN   TestInsertTags/test_identifier_with_storage_type_and_s3_bucket_name
=== RUN   TestInsertTags/test_identifier_with_only_s3_bucket_name
=== RUN   TestInsertTags/test_identifier_with_arn_value
--- PASS: TestInsertTags (0.00s)
    --- PASS: TestInsertTags/test_identifier_with_storage_type_and_s3_bucket_name (0.00s)
    --- PASS: TestInsertTags/test_identifier_with_only_s3_bucket_name (0.00s)
    --- PASS: TestInsertTags/test_identifier_with_arn_value (0.00s)
=== RUN   TestConfigDimensionValueContainsWildcard
=== RUN   TestConfigDimensionValueContainsWildcard/test_dimensions_without_wolidcard_value
=== RUN   TestConfigDimensionValueContainsWildcard/test_dimensions_without_wolidcard_value#01
--- PASS: TestConfigDimensionValueContainsWildcard (0.00s)
    --- PASS: TestConfigDimensionValueContainsWildcard/test_dimensions_without_wolidcard_value (0.00s)
    --- PASS: TestConfigDimensionValueContainsWildcard/test_dimensions_without_wolidcard_value#01 (0.00s)
=== RUN   TestCreateEventsTimestamp
--- PASS: TestCreateEventsTimestamp (0.00s)
=== RUN   TestGetStartTimeEndTime
--- PASS: TestGetStartTimeEndTime (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch	0.057s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/dynamodb	0.024s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/ebs	0.032s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/ec2	0.034s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/elb	0.026s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/kinesis	0.055s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/lambda	0.050s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/natgateway	0.054s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/rds	0.019s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/s3_daily_storage	0.017s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/s3_request	0.055s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/sns	0.047s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/sqs	0.052s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/transitgateway	0.029s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/usage	0.040s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/vpn	0.050s [no tests to run]
=== RUN   TestGetTaskStats
--- PASS: TestGetTaskStats (0.00s)
=== RUN   TestGetTask
--- PASS: TestGetTask (0.00s)
=== RUN   TestGetStatsList
--- PASS: TestGetStatsList (0.00s)
=== RUN   TestGetCPUStats
--- PASS: TestGetCPUStats (0.00s)
=== RUN   TestGetRegionAndClusterName
--- PASS: TestGetRegionAndClusterName (0.00s)
=== RUN   TestGenerateIdentifier
--- PASS: TestGenerateIdentifier (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/awsfargate/task_stats	0.052s
=== RUN   TestInitResources
=== RUN   TestInitResources/return_error_when_no_resource_options_were_configured
=== RUN   TestInitResources/return_error_no_resources_were_found
    client_test.go:60: PASS:	GetResourceDefinitions(string,string,string,string)
--- PASS: TestInitResources (0.00s)
    --- PASS: TestInitResources/return_error_when_no_resource_options_were_configured (0.00s)
    --- PASS: TestInitResources/return_error_no_resources_were_found (0.00s)
=== RUN   TestGetMetricValues
=== RUN   TestGetMetricValues/return_no_error_when_no_metric_values_are_returned_but_log_and_send_event
    client_test.go:88: PASS:	GetMetricValues(string,string,string,string,string,string,string)
=== RUN   TestGetMetricValues/return_metric_values
    client_test.go:110: PASS:	GetMetricValues(string,string,string,string,string,string,string)
--- PASS: TestGetMetricValues (0.00s)
    --- PASS: TestGetMetricValues/return_no_error_when_no_metric_values_are_returned_but_log_and_send_event (0.00s)
    --- PASS: TestGetMetricValues/return_metric_values (0.00s)
=== RUN   TestMetricExists
--- PASS: TestMetricExists (0.00s)
=== RUN   TestMatchMetrics
--- PASS: TestMatchMetrics (0.00s)
=== RUN   TestMetricIsEmpty
--- PASS: TestMetricIsEmpty (0.00s)
=== RUN   TestGetResourceGroupFromID
--- PASS: TestGetResourceGroupFromID (0.00s)
=== RUN   TestExpired
--- PASS: TestExpired (0.00s)
=== RUN   TestCompareMetricValues
--- PASS: TestCompareMetricValues (0.00s)
=== RUN   TestGetDimension
--- PASS: TestGetDimension (0.00s)
=== RUN   TestContainsResource
--- PASS: TestContainsResource (0.00s)
=== RUN   TestGetVM
--- PASS: TestGetVM (0.00s)
=== RUN   TestGetInstanceId
--- PASS: TestGetInstanceId (0.00s)
=== RUN   TestReturnAllDimensions
--- PASS: TestReturnAllDimensions (0.00s)
=== RUN   TestGetDimensionValue
--- PASS: TestGetDimensionValue (0.00s)
=== RUN   TestReplaceUpperCase
--- PASS: TestReplaceUpperCase (0.00s)
=== RUN   TestManagePropertyName
--- PASS: TestManagePropertyName (0.00s)
=== RUN   TestCreateEvent
--- PASS: TestCreateEvent (0.00s)
=== RUN   TestGetResourceTypeFromID
--- PASS: TestGetResourceTypeFromID (0.00s)
=== RUN   TestGetResourceNameFromID
--- PASS: TestGetResourceNameFromID (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure	0.043s
=== RUN   TestClient
=== RUN   TestClient/return_error_not_valid_query
    client_test.go:38: PASS:	GetMetricValues(string,string)
=== RUN   TestClient/return_results
    client_test.go:50: PASS:	GetMetricValues(string,string)
--- PASS: TestClient (0.00s)
    --- PASS: TestClient/return_error_not_valid_query (0.00s)
    --- PASS: TestClient/return_results (0.00s)
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestCleanMetricNames
--- PASS: TestCleanMetricNames (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/app_insights	0.044s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/app_state	0.030s [no tests to run]
=== RUN   TestUsagePeriodFrom
=== RUN   TestUsagePeriodFrom/returns_the_start_and_end_times_for_the_usage_period
--- PASS: TestUsagePeriodFrom (0.01s)
    --- PASS: TestUsagePeriodFrom/returns_the_start_and_end_times_for_the_usage_period (0.00s)
=== RUN   TestForecastPeriodFrom
=== RUN   TestForecastPeriodFrom/returns_the_start_and_end_times_for_the_forecast_period
--- PASS: TestForecastPeriodFrom (0.00s)
    --- PASS: TestForecastPeriodFrom/returns_the_start_and_end_times_for_the_forecast_period (0.00s)
=== RUN   TestClient
=== RUN   TestClient/return_error_not_valid_query
    client_test.go:47: PASS:	GetForecast(string,string,string)
    client_test.go:47: PASS:	GetUsageDetails(string,string,string,string,string,string,string,string)
=== RUN   TestClient/return_results
    client_test.go:62: PASS:	GetForecast(string,string,string)
    client_test.go:62: PASS:	GetUsageDetails(string,string,string,string,string,string,string,string)
--- PASS: TestClient (0.00s)
    --- PASS: TestClient/return_error_not_valid_query (0.00s)
    --- PASS: TestClient/return_results (0.00s)
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestGetEventsFromQueryResult
=== RUN   TestGetEventsFromQueryResult/no_columns
=== RUN   TestGetEventsFromQueryResult/wrong_number_of_column
=== RUN   TestGetEventsFromQueryResult/no_rows
=== RUN   TestGetEventsFromQueryResult/wrong_number_of_elements_in_a_row
=== RUN   TestGetEventsFromQueryResult/drop_rows_with_a_wrong_type
--- PASS: TestGetEventsFromQueryResult (0.00s)
    --- PASS: TestGetEventsFromQueryResult/no_columns (0.00s)
    --- PASS: TestGetEventsFromQueryResult/wrong_number_of_column (0.00s)
    --- PASS: TestGetEventsFromQueryResult/no_rows (0.00s)
    --- PASS: TestGetEventsFromQueryResult/wrong_number_of_elements_in_a_row (0.00s)
    --- PASS: TestGetEventsFromQueryResult/drop_rows_with_a_wrong_type (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/billing	0.101s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/compute_vm	0.077s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/compute_vm_scaleset	0.078s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/container_instance	0.080s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/container_registry	0.041s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/container_service	0.037s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/database_account	0.028s [no tests to run]
=== RUN   TestMapMetric
=== RUN   TestMapMetric/return_error_when_no_metric_definitions_were_found
    client_helper_test.go:72: PASS:	GetMetricDefinitions(string,string)
=== RUN   TestMapMetric/return_all_metrics_when_all_metric_names_and_aggregations_were_configured
    client_helper_test.go:87: PASS:	GetMetricDefinitions(string,string)
=== RUN   TestMapMetric/return_all_metrics_when_specific_metric_names_and_aggregations_were_configured
    client_helper_test.go:105: PASS:	GetMetricDefinitions(string,string)
--- PASS: TestMapMetric (0.00s)
    --- PASS: TestMapMetric/return_error_when_no_metric_definitions_were_found (0.00s)
    --- PASS: TestMapMetric/return_all_metrics_when_all_metric_names_and_aggregations_were_configured (0.00s)
    --- PASS: TestMapMetric/return_all_metrics_when_specific_metric_names_and_aggregations_were_configured (0.00s)
=== RUN   TestFilterSConfiguredMetrics
--- PASS: TestFilterSConfiguredMetrics (0.00s)
=== RUN   TestFilterAggregations
--- PASS: TestFilterAggregations (0.00s)
=== RUN   TestFilter
--- PASS: TestFilter (0.00s)
=== RUN   TestIntersections
--- PASS: TestIntersections (0.00s)
=== RUN   TestGetMetricDefinitionsByNames
--- PASS: TestGetMetricDefinitionsByNames (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/monitor	0.065s
=== RUN   TestMapMetric
=== RUN   TestMapMetric/return_error_when_no_metric_definitions_were_found
    client_helper_test.go:104: PASS:	GetMetricDefinitions(string,string)
=== RUN   TestMapMetric/return_mapped_metrics_correctly
    client_helper_test.go:131: PASS:	GetMetricDefinitions(string,string)
--- PASS: TestMapMetric (0.00s)
    --- PASS: TestMapMetric/return_error_when_no_metric_definitions_were_found (0.00s)
    --- PASS: TestMapMetric/return_mapped_metrics_correctly (0.00s)
=== RUN   TestFilterOnTimeGrain
--- PASS: TestFilterOnTimeGrain (0.00s)
=== RUN   TestRetrieveSupportedMetricAvailability
--- PASS: TestRetrieveSupportedMetricAvailability (0.00s)
=== RUN   TestRetrieveServiceNamespace
--- PASS: TestRetrieveServiceNamespace (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/storage	0.059s
=== RUN   TestDispatcher
=== RUN   TestDispatcher/subscribe_to_one_type
=== RUN   TestDispatcher/subscribe_and_unsubscribe
=== RUN   TestDispatcher/subscribe_to_two_types
=== RUN   TestDispatcher/subscribe_to_two_types,_receive_only_from_one
=== RUN   TestDispatcher/subscribe_twice_to_same_type,_ignore_second
{"log.level":"warn","@timestamp":"2023-11-03T09:44:58.076-0400","log.logger":"cloudfoundry","log.origin":{"file.name":"cloudfoundry/v1.go","file.line":152},"message":"Ignoring subscription of multiple reporters for counter","ecs.version":"1.6.0"}
=== RUN   TestDispatcher/unsubscribe_not_subscribed_reporters,_first_one_continues_subscribed
{"log.level":"warn","@timestamp":"2023-11-03T09:44:58.076-0400","log.logger":"cloudfoundry","log.origin":{"file.name":"cloudfoundry/v1.go","file.line":144},"message":"Ignoring unsubscription of not subscribed reporter for counter","ecs.version":"1.6.0"}
--- PASS: TestDispatcher (0.00s)
    --- PASS: TestDispatcher/subscribe_to_one_type (0.00s)
    --- PASS: TestDispatcher/subscribe_and_unsubscribe (0.00s)
    --- PASS: TestDispatcher/subscribe_to_two_types (0.00s)
    --- PASS: TestDispatcher/subscribe_to_two_types,_receive_only_from_one (0.00s)
    --- PASS: TestDispatcher/subscribe_twice_to_same_type,_ignore_second (0.00s)
    --- PASS: TestDispatcher/unsubscribe_not_subscribed_reporters,_first_one_continues_subscribed (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry	0.032s
=== RUN   TestMetricSet
--- PASS: TestMetricSet (0.00s)
=== RUN   TestMetricValuesAreNumbers
--- PASS: TestMetricValuesAreNumbers (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/container	0.026s
=== RUN   TestMetricSet
--- PASS: TestMetricSet (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/counter	0.026s
=== RUN   TestMetricSet
--- PASS: TestMetricSet (0.00s)
=== RUN   TestValuesAreNumbers
--- PASS: TestValuesAreNumbers (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/value	0.054s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/containerd.v1.5.2 file
--- PASS: TestEventMapping (0.02s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
--- PASS: TestData (0.13s)
    --- PASS: TestData/docs.plain (0.13s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/containerd/blkio	0.170s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/containerd.v1.5.2 file
--- PASS: TestEventMapping (0.01s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
--- PASS: TestData (0.22s)
    --- PASS: TestData/docs.plain (0.21s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/containerd/cpu	0.292s
=== RUN   TestEventMapping
    ptest.go:52: Testing ../_meta/test/containerd.v1.5.2 file
--- PASS: TestEventMapping (0.00s)
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
--- PASS: TestData (0.21s)
    --- PASS: TestData/docs.plain (0.21s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/containerd/memory	0.281s
=== RUN   TestEventMapping
=== RUN   TestEventMapping/health.json
    testdata.go:239: Testing _meta/testdata/health.json file
{"log.level":"warn","@timestamp":"2023-11-03T09:45:00.733-0400","log.logger":"cfgwarn","log.origin":{"file.name":"health/health.go","file.line":46},"message":"BETA: The Enterprise Search health metricset is currently in beta.","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:45:00.734-0400","log.logger":"cfgwarn","log.origin":{"file.name":"health/health.go","file.line":46},"message":"BETA: The Enterprise Search health metricset is currently in beta.","ecs.version":"1.6.0"}
    testdata.go:308: Expected _meta/testdata/health.json-expected.json file
--- PASS: TestEventMapping (0.14s)
    --- PASS: TestEventMapping/health.json (0.14s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/enterprisesearch/health	0.187s
=== RUN   TestEventMapping
=== RUN   TestEventMapping/stats.json
    testdata.go:239: Testing _meta/testdata/stats.json file
{"log.level":"warn","@timestamp":"2023-11-03T09:45:00.732-0400","log.logger":"cfgwarn","log.origin":{"file.name":"stats/stats.go","file.line":46},"message":"BETA: The Enterprise Search stats metricset is currently in beta.","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:45:00.732-0400","log.logger":"cfgwarn","log.origin":{"file.name":"stats/stats.go","file.line":46},"message":"BETA: The Enterprise Search stats metricset is currently in beta.","ecs.version":"1.6.0"}
    testdata.go:308: Expected _meta/testdata/stats.json-expected.json file
--- PASS: TestEventMapping (0.14s)
    --- PASS: TestEventMapping/stats.json (0.14s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/enterprisesearch/stats	0.164s
=== RUN   TestDistributionHistogramToES
=== RUN   TestDistributionHistogramToES/explicit_histogram
    distribution_test.go:122: #0: count:8  bucket_options:{explicit_buckets:{bounds:0  bounds:1  bounds:2  bounds:5  bounds:10  bounds:20}}  bucket_counts:0  bucket_counts:0  bucket_counts:0  bucket_counts:6  bucket_counts:1  bucket_counts:1
=== RUN   TestDistributionHistogramToES/exponential_histogram
    distribution_test.go:122: #0: count:4  bucket_options:{exponential_buckets:{num_finite_buckets:4  growth_factor:2  scale:3}}  bucket_counts:0  bucket_counts:0  bucket_counts:3  bucket_counts:1
=== RUN   TestDistributionHistogramToES/linear_histogram
    distribution_test.go:122: #0: count:3  bucket_options:{linear_buckets:{num_finite_buckets:4  width:15  offset:5}}  bucket_counts:0  bucket_counts:1  bucket_counts:2  bucket_counts:0
=== RUN   TestDistributionHistogramToES/no_histogram
    distribution_test.go:122: #0: bucket_options:{linear_buckets:{num_finite_buckets:4  width:15  offset:5}}
--- PASS: TestDistributionHistogramToES (0.00s)
    --- PASS: TestDistributionHistogramToES/explicit_histogram (0.00s)
    --- PASS: TestDistributionHistogramToES/exponential_histogram (0.00s)
    --- PASS: TestDistributionHistogramToES/linear_histogram (0.00s)
    --- PASS: TestDistributionHistogramToES/no_histogram (0.00s)
=== RUN   TestGetRegionName
--- PASS: TestGetRegionName (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp	0.022s
=== RUN   TestGetCurrentMonth
--- PASS: TestGetCurrentMonth (0.00s)
=== RUN   TestGenerateQuery
--- PASS: TestGenerateQuery (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/billing	0.027s
=== RUN   TestValidate
=== RUN   TestValidate/with_an_empty_config
=== RUN   TestValidate/with_a_period_lower_than_24_hours
=== RUN   TestValidate/with_all_required_fields_filled
--- PASS: TestValidate (0.00s)
    --- PASS: TestValidate/with_an_empty_config (0.00s)
    --- PASS: TestValidate/with_a_period_lower_than_24_hours (0.00s)
    --- PASS: TestValidate/with_all_required_fields_filled (0.00s)
=== RUN   TestGetReportMonth
=== RUN   TestGetReportMonth/with_a_date_before_the_15
=== RUN   TestGetReportMonth/with_a_date_after_the_15
=== RUN   TestGetReportMonth/with_a_month_before_matching_the_previous_year
--- PASS: TestGetReportMonth (0.00s)
    --- PASS: TestGetReportMonth/with_a_date_before_the_15 (0.00s)
    --- PASS: TestGetReportMonth/with_a_date_after_the_15 (0.00s)
    --- PASS: TestGetReportMonth/with_a_month_before_matching_the_previous_year (0.00s)
=== RUN   TestGenerateQuery
--- PASS: TestGenerateQuery (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/carbon	0.066s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/compute	0.121s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/dataproc	0.039s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/firestore	0.037s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/gke	0.030s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/loadbalancing	0.025s [no tests to run]
=== RUN   Test_withSuffix
=== RUN   Test_withSuffix/when_suffix_already_present
=== RUN   Test_withSuffix/when_suffix_missing
--- PASS: Test_withSuffix (0.00s)
    --- PASS: Test_withSuffix/when_suffix_already_present (0.00s)
    --- PASS: Test_withSuffix/when_suffix_missing (0.00s)
=== RUN   TestGetTimeIntervalAligner
=== RUN   TestGetTimeIntervalAligner/test_collectionPeriod_equals_to_samplePeriod
=== RUN   TestGetTimeIntervalAligner/test_collectionPeriod_larger_than_samplePeriod
=== RUN   TestGetTimeIntervalAligner/test_collectionPeriod_smaller_than_samplePeriod
=== RUN   TestGetTimeIntervalAligner/test_collectionPeriod_equals_to_samplePeriod_with_given_aligner
--- PASS: TestGetTimeIntervalAligner (0.00s)
    --- PASS: TestGetTimeIntervalAligner/test_collectionPeriod_equals_to_samplePeriod (0.00s)
    --- PASS: TestGetTimeIntervalAligner/test_collectionPeriod_larger_than_samplePeriod (0.00s)
    --- PASS: TestGetTimeIntervalAligner/test_collectionPeriod_smaller_than_samplePeriod (0.00s)
    --- PASS: TestGetTimeIntervalAligner/test_collectionPeriod_equals_to_samplePeriod_with_given_aligner (0.00s)
=== RUN   TestGetFilterForMetric
=== RUN   TestGetFilterForMetric/compute_service_with_empty_config
=== RUN   TestGetFilterForMetric/compute_service_with_configured_region
=== RUN   TestGetFilterForMetric/compute_service_with_configured_zone
=== RUN   TestGetFilterForMetric/compute_service_with_configured_regions
=== RUN   TestGetFilterForMetric/compute_service_with_configured_region_and_zone
=== RUN   TestGetFilterForMetric/compute_service_with_configured_region_and_regions
--- PASS: TestGetFilterForMetric (0.00s)
    --- PASS: TestGetFilterForMetric/compute_service_with_empty_config (0.00s)
    --- PASS: TestGetFilterForMetric/compute_service_with_configured_region (0.00s)
    --- PASS: TestGetFilterForMetric/compute_service_with_configured_zone (0.00s)
    --- PASS: TestGetFilterForMetric/compute_service_with_configured_regions (0.00s)
    --- PASS: TestGetFilterForMetric/compute_service_with_configured_region_and_zone (0.00s)
    --- PASS: TestGetFilterForMetric/compute_service_with_configured_region_and_regions (0.00s)
=== RUN   TestBuildRegionsFilter
=== RUN   TestBuildRegionsFilter/nil_regions_slice
=== RUN   TestBuildRegionsFilter/empty_regions_slice
=== RUN   TestBuildRegionsFilter/with_single_region
=== RUN   TestBuildRegionsFilter/with_multiple_regions
=== RUN   TestBuildRegionsFilter/with_single_region_(trim)
=== RUN   TestBuildRegionsFilter/with_multiple_regions_(trim)
--- PASS: TestBuildRegionsFilter (0.00s)
    --- PASS: TestBuildRegionsFilter/nil_regions_slice (0.00s)
    --- PASS: TestBuildRegionsFilter/empty_regions_slice (0.00s)
    --- PASS: TestBuildRegionsFilter/with_single_region (0.00s)
    --- PASS: TestBuildRegionsFilter/with_multiple_regions (0.00s)
    --- PASS: TestBuildRegionsFilter/with_single_region_(trim) (0.00s)
    --- PASS: TestBuildRegionsFilter/with_multiple_regions_(trim) (0.00s)
=== RUN   TestIsAGlobalService
=== RUN   TestIsAGlobalService/empty_service_name
=== RUN   TestIsAGlobalService/unknown_service_name
=== RUN   TestIsAGlobalService/CloudFunctions_service
=== RUN   TestIsAGlobalService/Compute_service
=== RUN   TestIsAGlobalService/GKE_service
=== RUN   TestIsAGlobalService/LoadBalancing_service
=== RUN   TestIsAGlobalService/PubSub_service
=== RUN   TestIsAGlobalService/Storage_service
=== RUN   TestIsAGlobalService/Firestore_service
=== RUN   TestIsAGlobalService/Dataproc_service
=== RUN   TestIsAGlobalService/CloudSQL_service
=== RUN   TestIsAGlobalService/Redis_service
--- PASS: TestIsAGlobalService (0.00s)
    --- PASS: TestIsAGlobalService/empty_service_name (0.00s)
    --- PASS: TestIsAGlobalService/unknown_service_name (0.00s)
    --- PASS: TestIsAGlobalService/CloudFunctions_service (0.00s)
    --- PASS: TestIsAGlobalService/Compute_service (0.00s)
    --- PASS: TestIsAGlobalService/GKE_service (0.00s)
    --- PASS: TestIsAGlobalService/LoadBalancing_service (0.00s)
    --- PASS: TestIsAGlobalService/PubSub_service (0.00s)
    --- PASS: TestIsAGlobalService/Storage_service (0.00s)
    --- PASS: TestIsAGlobalService/Firestore_service (0.00s)
    --- PASS: TestIsAGlobalService/Dataproc_service (0.00s)
    --- PASS: TestIsAGlobalService/CloudSQL_service (0.00s)
    --- PASS: TestIsAGlobalService/Redis_service (0.00s)
=== RUN   TestGetServiceLabelFor
=== RUN   TestGetServiceLabelFor/empty_service_name
=== RUN   TestGetServiceLabelFor/unknown_service_name
=== RUN   TestGetServiceLabelFor/CloudFunctions_service
=== RUN   TestGetServiceLabelFor/Compute_service
=== RUN   TestGetServiceLabelFor/GKE_service
=== RUN   TestGetServiceLabelFor/LoadBalancing_service
=== RUN   TestGetServiceLabelFor/PubSub_service
=== RUN   TestGetServiceLabelFor/Storage_service
=== RUN   TestGetServiceLabelFor/Firestore_service
=== RUN   TestGetServiceLabelFor/Dataproc_service
=== RUN   TestGetServiceLabelFor/CloudSQL_service
=== RUN   TestGetServiceLabelFor/Redis_service
--- PASS: TestGetServiceLabelFor (0.00s)
    --- PASS: TestGetServiceLabelFor/empty_service_name (0.00s)
    --- PASS: TestGetServiceLabelFor/unknown_service_name (0.00s)
    --- PASS: TestGetServiceLabelFor/CloudFunctions_service (0.00s)
    --- PASS: TestGetServiceLabelFor/Compute_service (0.00s)
    --- PASS: TestGetServiceLabelFor/GKE_service (0.00s)
    --- PASS: TestGetServiceLabelFor/LoadBalancing_service (0.00s)
    --- PASS: TestGetServiceLabelFor/PubSub_service (0.00s)
    --- PASS: TestGetServiceLabelFor/Storage_service (0.00s)
    --- PASS: TestGetServiceLabelFor/Firestore_service (0.00s)
    --- PASS: TestGetServiceLabelFor/Dataproc_service (0.00s)
    --- PASS: TestGetServiceLabelFor/CloudSQL_service (0.00s)
    --- PASS: TestGetServiceLabelFor/Redis_service (0.00s)
=== RUN   TestTrimWildcard
=== RUN   TestTrimWildcard/empty
=== RUN   TestTrimWildcard/no_wildcard
=== RUN   TestTrimWildcard/with_wildcard
=== RUN   TestTrimWildcard/with_wildcard_and_special_char
--- PASS: TestTrimWildcard (0.00s)
    --- PASS: TestTrimWildcard/empty (0.00s)
    --- PASS: TestTrimWildcard/no_wildcard (0.00s)
    --- PASS: TestTrimWildcard/with_wildcard (0.00s)
    --- PASS: TestTrimWildcard/with_wildcard_and_special_char (0.00s)
=== RUN   TestBuildLocationFilter
=== RUN   TestBuildLocationFilter/empty_config_and_label_service
=== RUN   TestBuildLocationFilter/region_configured_and_label_service
=== RUN   TestBuildLocationFilter/zone_configured_and_label_service
=== RUN   TestBuildLocationFilter/regions_configured_(single)_and_label_service
=== RUN   TestBuildLocationFilter/regions_configured_(multiple)_and_label_service
=== RUN   TestBuildLocationFilter/region_and_zone_configured,_label_service
=== RUN   TestBuildLocationFilter/region_and_regions_configured,_label_service
=== RUN   TestBuildLocationFilter/zone_and_regions_configured,_label_service
--- PASS: TestBuildLocationFilter (0.00s)
    --- PASS: TestBuildLocationFilter/empty_config_and_label_service (0.00s)
    --- PASS: TestBuildLocationFilter/region_configured_and_label_service (0.00s)
    --- PASS: TestBuildLocationFilter/zone_configured_and_label_service (0.00s)
    --- PASS: TestBuildLocationFilter/regions_configured_(single)_and_label_service (0.00s)
    --- PASS: TestBuildLocationFilter/regions_configured_(multiple)_and_label_service (0.00s)
    --- PASS: TestBuildLocationFilter/region_and_zone_configured,_label_service (0.00s)
    --- PASS: TestBuildLocationFilter/region_and_regions_configured,_label_service (0.00s)
    --- PASS: TestBuildLocationFilter/zone_and_regions_configured,_label_service (0.00s)
=== RUN   Test_metricsConfig_AddPrefixTo
=== RUN   Test_metricsConfig_AddPrefixTo/only_service_name
=== RUN   Test_metricsConfig_AddPrefixTo/service_metric_prefix_override
=== RUN   Test_metricsConfig_AddPrefixTo/service_metric_prefix_override_(without_trailing_/)
=== RUN   Test_metricsConfig_AddPrefixTo/service_metric_prefix_override_(w/_dot)
--- PASS: Test_metricsConfig_AddPrefixTo (0.00s)
    --- PASS: Test_metricsConfig_AddPrefixTo/only_service_name (0.00s)
    --- PASS: Test_metricsConfig_AddPrefixTo/service_metric_prefix_override (0.00s)
    --- PASS: Test_metricsConfig_AddPrefixTo/service_metric_prefix_override_(without_trailing_/) (0.00s)
    --- PASS: Test_metricsConfig_AddPrefixTo/service_metric_prefix_override_(w/_dot) (0.00s)
=== RUN   Test_metricsConfig_RemovePrefixFrom
=== RUN   Test_metricsConfig_RemovePrefixFrom/only_service_name
=== RUN   Test_metricsConfig_RemovePrefixFrom/service_metric_prefix_override
=== RUN   Test_metricsConfig_RemovePrefixFrom/service_metric_prefix_override_(without_trailing_/)
--- PASS: Test_metricsConfig_RemovePrefixFrom (0.00s)
    --- PASS: Test_metricsConfig_RemovePrefixFrom/only_service_name (0.00s)
    --- PASS: Test_metricsConfig_RemovePrefixFrom/service_metric_prefix_override (0.00s)
    --- PASS: Test_metricsConfig_RemovePrefixFrom/service_metric_prefix_override_(without_trailing_/) (0.00s)
=== RUN   TestCleanMetricNameString
=== RUN   TestCleanMetricNameString/test_construct_metric_name_with_ALIGN_MEAN_aligner
=== RUN   TestCleanMetricNameString/test_construct_metric_name_with_ALIGN_NONE_aligner
--- PASS: TestCleanMetricNameString (0.00s)
    --- PASS: TestCleanMetricNameString/test_construct_metric_name_with_ALIGN_MEAN_aligner (0.00s)
    --- PASS: TestCleanMetricNameString/test_construct_metric_name_with_ALIGN_NONE_aligner (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/metrics	0.037s
=== RUN   TestInstanceID
--- PASS: TestInstanceID (0.00s)
=== RUN   TestInstanceRegion
--- PASS: TestInstanceRegion (0.00s)
=== RUN   TestGetDatabaseNameAndVersion
=== RUN   TestGetDatabaseNameAndVersion/sql_unspecified
=== RUN   TestGetDatabaseNameAndVersion/mysql_5.1
=== RUN   TestGetDatabaseNameAndVersion/mysql_5.5
=== RUN   TestGetDatabaseNameAndVersion/mysql_5.6
=== RUN   TestGetDatabaseNameAndVersion/mysql_5.7
=== RUN   TestGetDatabaseNameAndVersion/postgres_9.6
=== RUN   TestGetDatabaseNameAndVersion/postgres_11
=== RUN   TestGetDatabaseNameAndVersion/SQLSERVER_2017_STANDARD
=== RUN   TestGetDatabaseNameAndVersion/SQLSERVER_2017_ENTERPRISE
=== RUN   TestGetDatabaseNameAndVersion/SQLSERVER_2017_EXPRESS
=== RUN   TestGetDatabaseNameAndVersion/SQLSERVER_2017_WEB
=== RUN   TestGetDatabaseNameAndVersion/POSTGRES_10
=== RUN   TestGetDatabaseNameAndVersion/POSTGRES_12
=== RUN   TestGetDatabaseNameAndVersion/MYSQL_8_0
=== RUN   TestGetDatabaseNameAndVersion/MYSQL_8_0_18
=== RUN   TestGetDatabaseNameAndVersion/SQLSERVER_2019_STANDARD
--- PASS: TestGetDatabaseNameAndVersion (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/sql_unspecified (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/mysql_5.1 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/mysql_5.5 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/mysql_5.6 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/mysql_5.7 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/postgres_9.6 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/postgres_11 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/SQLSERVER_2017_STANDARD (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/SQLSERVER_2017_ENTERPRISE (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/SQLSERVER_2017_EXPRESS (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/SQLSERVER_2017_WEB (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/POSTGRES_10 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/POSTGRES_12 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/MYSQL_8_0 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/MYSQL_8_0_18 (0.00s)
    --- PASS: TestGetDatabaseNameAndVersion/SQLSERVER_2019_STANDARD (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/metrics/cloudsql	0.043s
=== RUN   TestInstanceID
--- PASS: TestInstanceID (0.00s)
=== RUN   TestInstanceZone
--- PASS: TestInstanceZone (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/metrics/compute	0.074s
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/pubsub	0.094s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/storage	0.093s [no tests to run]
=== RUN   TestEventMapping
=== RUN   TestEventMapping/ibmmq-status.9.1.4.0-r1-amd64.plain
    testdata.go:239: Testing _meta/testdata/ibmmq-status.9.1.4.0-r1-amd64.plain file
    testdata.go:308: Expected _meta/testdata/ibmmq-status.9.1.4.0-r1-amd64.plain-expected.json file
--- PASS: TestEventMapping (0.24s)
    --- PASS: TestEventMapping/ibmmq-status.9.1.4.0-r1-amd64.plain (0.24s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/ibmmq/qmgr	0.282s
=== RUN   TestEventMapping
=== RUN   TestEventMapping/istiod.v1.7.1.plain
    testdata.go:239: Testing _meta/testdata/istiod.v1.7.1.plain file
{"log.level":"warn","@timestamp":"2023-11-03T09:45:05.456-0400","log.logger":"cfgwarn","log.origin":{"file.name":"collector/data.go","file.line":48},"message":"BETA: Prometheus 'use_types' setting is beta","ecs.version":"1.6.0"}
{"log.level":"warn","@timestamp":"2023-11-03T09:45:05.456-0400","log.logger":"cfgwarn","log.origin":{"file.name":"collector/data.go","file.line":51},"message":"EXPERIMENTAL: Prometheus 'rate_counters' setting is experimental","ecs.version":"1.6.0"}
    testdata.go:308: Expected _meta/testdata/istiod.v1.7.1.plain-expected.json file
--- PASS: TestEventMapping (0.15s)
    --- PASS: TestEventMapping/istiod.v1.7.1.plain (0.15s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/istiod	0.202s
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
--- PASS: TestData (0.15s)
    --- PASS: TestData/docs.plain (0.15s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/mixer	0.190s
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
--- PASS: TestData (0.15s)
    --- PASS: TestData/docs.plain (0.15s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/pilot	0.186s
=== RUN   TestData
    data_integration_test.go:20: Skipping `data.json` generation test
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql/performance	0.037s
=== RUN   TestData
    data_integration_test.go:15: Skipping `data.json` generation test
--- SKIP: TestData (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql/transaction_log	0.070s
=== RUN   TestMetricSetTransform
=== RUN   TestMetricSetTransform/Test_func_transform()
--- PASS: TestMetricSetTransform (0.00s)
    --- PASS: TestMetricSetTransform/Test_func_transform() (0.00s)
=== RUN   TestSysmetricCollectorCalculateQuery
=== RUN   TestSysmetricCollectorCalculateQuery/test_func_CalculateQuery()
=== RUN   TestSysmetricCollectorCalculateQuery/test_func_CalculateQuery()#01
--- PASS: TestSysmetricCollectorCalculateQuery (0.00s)
    --- PASS: TestSysmetricCollectorCalculateQuery/test_func_CalculateQuery() (0.00s)
    --- PASS: TestSysmetricCollectorCalculateQuery/test_func_CalculateQuery()#01 (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/oracle/sysmetric	0.027s
=== RUN   TestEventMapping
    data_test.go:31: Total 7 events
=== RUN   TestEventMapping/Happy_Path
=== RUN   TestEventMapping/Check_that_the_events_checker_doesn't_become_flaky_by_mistake
=== RUN   TestEventMapping/Error_Paths
=== RUN   TestEventMapping/Error_Paths/data_files
=== RUN   TestEventMapping/Error_Paths/free_space_data
=== RUN   TestEventMapping/Error_Paths/temp_free_space_data
--- PASS: TestEventMapping (0.00s)
    --- PASS: TestEventMapping/Happy_Path (0.00s)
    --- PASS: TestEventMapping/Check_that_the_events_checker_doesn't_become_flaky_by_mistake (0.00s)
    --- PASS: TestEventMapping/Error_Paths (0.00s)
        --- PASS: TestEventMapping/Error_Paths/data_files (0.00s)
        --- PASS: TestEventMapping/Error_Paths/free_space_data (0.00s)
        --- PASS: TestEventMapping/Error_Paths/temp_free_space_data (0.00s)
=== RUN   TestPeriod
=== RUN   TestPeriod/Check_lower_period
=== RUN   TestPeriod/Check_period
=== RUN   TestPeriod/Check_higher_period
--- PASS: TestPeriod (0.00s)
    --- PASS: TestPeriod/Check_lower_period (0.00s)
    --- PASS: TestPeriod/Check_period (0.00s)
    --- PASS: TestPeriod/Check_higher_period (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/oracle/tablespace	0.080s
=== RUN   TestData
=== RUN   TestData/docs.plain
    testdata.go:239: Testing _meta/testdata/docs.plain file
    testdata.go:308: Expected _meta/testdata/docs.plain-expected.json file
=== RUN   TestData/metrics-with-naninf.plain
    testdata.go:239: Testing _meta/testdata/metrics-with-naninf.plain file
    testdata.go:308: Expected _meta/testdata/metrics-with-naninf.plain-expected.json file
=== RUN   TestData/prometheus-2.6.0-partial.plain
    testdata.go:239: Testing _meta/testdata/prometheus-2.6.0-partial.plain file
    testdata.go:308: Expected _meta/testdata/prometheus-2.6.0-partial.plain-expected.json file
--- PASS: TestData (0.39s)
    --- PASS: TestData/docs.plain (0.15s)
    --- PASS: TestData/metrics-with-naninf.plain (0.13s)
    --- PASS: TestData/prometheus-2.6.0-partial.plain (0.09s)
=== RUN   Test_CounterCache
=== RUN   Test_CounterCache/rates_are_calculated
=== RUN   Test_CounterCache/counter_reset
--- PASS: Test_CounterCache (0.00s)
    --- PASS: Test_CounterCache/rates_are_calculated (0.00s)
    --- PASS: Test_CounterCache/counter_reset (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/prometheus/collector	0.450s
=== RUN   TestGenerateEventsCounter
--- PASS: TestGenerateEventsCounter (0.00s)
=== RUN   TestGenerateEventsCounterSameLabels
--- PASS: TestGenerateEventsCounterSameLabels (0.00s)
=== RUN   TestGenerateEventsCounterDifferentLabels
--- PASS: TestGenerateEventsCounterDifferentLabels (0.00s)
=== RUN   TestGenerateEventsGaugeDifferentLabels
--- PASS: TestGenerateEventsGaugeDifferentLabels (0.00s)
=== RUN   TestGenerateEventsQuantilesDifferentLabels
--- PASS: TestGenerateEventsQuantilesDifferentLabels (0.00s)
=== RUN   TestGenerateEventsHistogramsDifferentLabels
--- PASS: TestGenerateEventsHistogramsDifferentLabels (0.00s)
=== RUN   TestGenerateEventsCounterWithDefinedPattern
--- PASS: TestGenerateEventsCounterWithDefinedPattern (0.00s)
=== RUN   TestGenerateEventsHistogramWithDefinedPattern
--- PASS: TestGenerateEventsHistogramWithDefinedPattern (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/prometheus/remote_write	0.035s
=== RUN   TestEventMapping
=== RUN   TestEventMapping/redis-node.5.4.10-22.plain
    testdata.go:239: Testing _meta/testdata/redis-node.5.4.10-22.plain file
    testdata.go:308: Expected _meta/testdata/redis-node.5.4.10-22.plain-expected.json file
--- PASS: TestEventMapping (0.13s)
    --- PASS: TestEventMapping/redis-node.5.4.10-22.plain (0.12s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/redisenterprise/node	0.169s
=== RUN   TestEventMapping
=== RUN   TestEventMapping/redis-proxy.5.4.10-22.plain
    testdata.go:239: Testing _meta/testdata/redis-proxy.5.4.10-22.plain file
    testdata.go:308: Expected _meta/testdata/redis-proxy.5.4.10-22.plain-expected.json file
--- PASS: TestEventMapping (0.15s)
    --- PASS: TestEventMapping/redis-proxy.5.4.10-22.plain (0.14s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/redisenterprise/proxy	0.200s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/stan/channels	0.034s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
    stats_test.go:46: stan/stats event: {
          "service": {
            "type": "stan"
          },
          "stan": {
            "cluster": {
              "id": "nats-smp"
            },
            "server": {
              "id": "drE5wVcRP3jvBrUbu2i48E"
            },
            "stats": {
              "bytes": 27473416,
              "channels": 55,
              "clients": 52,
              "messages": 101,
              "state": "STANDALONE",
              "subscriptions": 109
            }
          }
        }
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/stan/stats	0.041s
=== RUN   TestEventMapping
--- PASS: TestEventMapping (0.00s)
=== RUN   TestFetchEventContent
--- PASS: TestFetchEventContent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/stan/subscriptions	0.036s
=== RUN   TestEventMapping
=== RUN   TestEventMapping/a_job_name_start
=== RUN   TestEventMapping/a_job_name_end
=== RUN   TestEventMapping/a_job_name_heartbeat_failure
=== RUN   TestEventMapping/operator_failures_an_operator_name
=== RUN   TestEventMapping/operator_successes_an_operator_name
=== RUN   TestEventMapping/ti_failures
=== RUN   TestEventMapping/ti_successes
=== RUN   TestEventMapping/previously_succeeded
=== RUN   TestEventMapping/zombies_killed
=== RUN   TestEventMapping/scheduler_heartbeat
=== RUN   TestEventMapping/dag_processing.processes
=== RUN   TestEventMapping/dag_processing.manager_stalls
=== RUN   TestEventMapping/dag_file_refresh_error
=== RUN   TestEventMapping/scheduler.tasks.killed_externally
=== RUN   TestEventMapping/scheduler.tasks.running
=== RUN   TestEventMapping/scheduler.tasks.starving
=== RUN   TestEventMapping/scheduler.orphaned_tasks.cleared
=== RUN   TestEventMapping/scheduler.orphaned_tasks.adopted
=== RUN   TestEventMapping/scheduler.critical_section_busy
=== RUN   TestEventMapping/sla_email_notification_failure
=== RUN   TestEventMapping/ti.start.a_dagid.a_taskid
=== RUN   TestEventMapping/ti.finish.a_dagid.a_taskid.a_status
=== RUN   TestEventMapping/dag.callback_exceptions
=== RUN   TestEventMapping/celery.task_timeout_error
=== RUN   TestEventMapping/task_removed_from_dag.a_dagid
=== RUN   TestEventMapping/task_restored_to_dag.a_dagid
=== RUN   TestEventMapping/task_instance_created-an_operator_name
=== RUN   TestEventMapping/dagbag_size
=== RUN   TestEventMapping/dag_processing.import_errors
=== RUN   TestEventMapping/dag_processing.total_parse_time
=== RUN   TestEventMapping/dag_processing.last_runtime.a_dag_file
=== RUN   TestEventMapping/dag_processing.last_run.seconds_ago.a_dag_file
=== RUN   TestEventMapping/dag_processing.processor_timeouts
=== RUN   TestEventMapping/scheduler.tasks.without_dagrun
=== RUN   TestEventMapping/scheduler.tasks.running#01
=== RUN   TestEventMapping/scheduler.tasks.starving#01
=== RUN   TestEventMapping/scheduler.tasks.executable
=== RUN   TestEventMapping/executor.open_slots
=== RUN   TestEventMapping/executor.queued_tasks
=== RUN   TestEventMapping/executor.running_tasks
=== RUN   TestEventMapping/pool.open_slots.a_pool_name
=== RUN   TestEventMapping/pool.queued_slots.a_pool_name
=== RUN   TestEventMapping/pool.running_slots.a_pool_name
=== RUN   TestEventMapping/pool.starving_tasks.a_pool_name
=== RUN   TestEventMapping/smart_sensor_operator.poked_tasks
=== RUN   TestEventMapping/smart_sensor_operator.poked_success
=== RUN   TestEventMapping/smart_sensor_operator.poked_exception
=== RUN   TestEventMapping/smart_sensor_operator.exception_failures
=== RUN   TestEventMapping/smart_sensor_operator.infra_failures
=== RUN   TestEventMapping/dagrun.dependency-check.a_dag_id
=== RUN   TestEventMapping/dag.a_dag_id.a_task_id.duration
=== RUN   TestEventMapping/dag_processing.last_duration.a_dag_file
=== RUN   TestEventMapping/dagrun.duration.success.a_dag_id
=== RUN   TestEventMapping/dagrun.duration.failed.a_dag_id
=== RUN   TestEventMapping/dagrun.schedule_delay.a_dag_id
=== RUN   TestEventMapping/scheduler.critical_section_duration
=== RUN   TestEventMapping/dagrun.a_dag_id.first_task_scheduling_delay
=== RUN   TestEventMapping/not_mapped_metric
--- PASS: TestEventMapping (0.11s)
    --- PASS: TestEventMapping/a_job_name_start (0.00s)
    --- PASS: TestEventMapping/a_job_name_end (0.00s)
    --- PASS: TestEventMapping/a_job_name_heartbeat_failure (0.00s)
    --- PASS: TestEventMapping/operator_failures_an_operator_name (0.00s)
    --- PASS: TestEventMapping/operator_successes_an_operator_name (0.00s)
    --- PASS: TestEventMapping/ti_failures (0.00s)
    --- PASS: TestEventMapping/ti_successes (0.00s)
    --- PASS: TestEventMapping/previously_succeeded (0.00s)
    --- PASS: TestEventMapping/zombies_killed (0.00s)
    --- PASS: TestEventMapping/scheduler_heartbeat (0.00s)
    --- PASS: TestEventMapping/dag_processing.processes (0.00s)
    --- PASS: TestEventMapping/dag_processing.manager_stalls (0.00s)
    --- PASS: TestEventMapping/dag_file_refresh_error (0.00s)
    --- PASS: TestEventMapping/scheduler.tasks.killed_externally (0.00s)
    --- PASS: TestEventMapping/scheduler.tasks.running (0.00s)
    --- PASS: TestEventMapping/scheduler.tasks.starving (0.00s)
    --- PASS: TestEventMapping/scheduler.orphaned_tasks.cleared (0.00s)
    --- PASS: TestEventMapping/scheduler.orphaned_tasks.adopted (0.00s)
    --- PASS: TestEventMapping/scheduler.critical_section_busy (0.02s)
    --- PASS: TestEventMapping/sla_email_notification_failure (0.00s)
    --- PASS: TestEventMapping/ti.start.a_dagid.a_taskid (0.00s)
    --- PASS: TestEventMapping/ti.finish.a_dagid.a_taskid.a_status (0.00s)
    --- PASS: TestEventMapping/dag.callback_exceptions (0.00s)
    --- PASS: TestEventMapping/celery.task_timeout_error (0.00s)
    --- PASS: TestEventMapping/task_removed_from_dag.a_dagid (0.00s)
    --- PASS: TestEventMapping/task_restored_to_dag.a_dagid (0.00s)
    --- PASS: TestEventMapping/task_instance_created-an_operator_name (0.02s)
    --- PASS: TestEventMapping/dagbag_size (0.00s)
    --- PASS: TestEventMapping/dag_processing.import_errors (0.00s)
    --- PASS: TestEventMapping/dag_processing.total_parse_time (0.00s)
    --- PASS: TestEventMapping/dag_processing.last_runtime.a_dag_file (0.00s)
    --- PASS: TestEventMapping/dag_processing.last_run.seconds_ago.a_dag_file (0.00s)
    --- PASS: TestEventMapping/dag_processing.processor_timeouts (0.00s)
    --- PASS: TestEventMapping/scheduler.tasks.without_dagrun (0.00s)
    --- PASS: TestEventMapping/scheduler.tasks.running#01 (0.00s)
    --- PASS: TestEventMapping/scheduler.tasks.starving#01 (0.00s)
    --- PASS: TestEventMapping/scheduler.tasks.executable (0.00s)
    --- PASS: TestEventMapping/executor.open_slots (0.00s)
    --- PASS: TestEventMapping/executor.queued_tasks (0.00s)
    --- PASS: TestEventMapping/executor.running_tasks (0.00s)
    --- PASS: TestEventMapping/pool.open_slots.a_pool_name (0.00s)
    --- PASS: TestEventMapping/pool.queued_slots.a_pool_name (0.00s)
    --- PASS: TestEventMapping/pool.running_slots.a_pool_name (0.00s)
    --- PASS: TestEventMapping/pool.starving_tasks.a_pool_name (0.00s)
    --- PASS: TestEventMapping/smart_sensor_operator.poked_tasks (0.00s)
    --- PASS: TestEventMapping/smart_sensor_operator.poked_success (0.00s)
    --- PASS: TestEventMapping/smart_sensor_operator.poked_exception (0.00s)
    --- PASS: TestEventMapping/smart_sensor_operator.exception_failures (0.00s)
    --- PASS: TestEventMapping/smart_sensor_operator.infra_failures (0.00s)
    --- PASS: TestEventMapping/dagrun.dependency-check.a_dag_id (0.00s)
    --- PASS: TestEventMapping/dag.a_dag_id.a_task_id.duration (0.00s)
    --- PASS: TestEventMapping/dag_processing.last_duration.a_dag_file (0.00s)
    --- PASS: TestEventMapping/dagrun.duration.success.a_dag_id (0.00s)
    --- PASS: TestEventMapping/dagrun.duration.failed.a_dag_id (0.00s)
    --- PASS: TestEventMapping/dagrun.schedule_delay.a_dag_id (0.00s)
    --- PASS: TestEventMapping/scheduler.critical_section_duration (0.00s)
    --- PASS: TestEventMapping/dagrun.a_dag_id.first_task_scheduling_delay (0.00s)
    --- PASS: TestEventMapping/not_mapped_metric (0.00s)
=== RUN   TestBuildMappings
=== RUN   TestBuildMappings/no_err
=== RUN   TestBuildMappings/not_matching_label
=== RUN   TestBuildMappings/not_existing_label
=== RUN   TestBuildMappings/repeated_label
=== RUN   TestBuildMappings/colliding_field
--- PASS: TestBuildMappings (0.00s)
    --- PASS: TestBuildMappings/no_err (0.00s)
    --- PASS: TestBuildMappings/not_matching_label (0.00s)
    --- PASS: TestBuildMappings/not_existing_label (0.00s)
    --- PASS: TestBuildMappings/repeated_label (0.00s)
    --- PASS: TestBuildMappings/colliding_field (0.00s)
=== RUN   TestParseMetrics
--- PASS: TestParseMetrics (0.00s)
=== RUN   TestTagsGrouping
--- PASS: TestTagsGrouping (0.00s)
=== RUN   TestTagsCleanup
--- PASS: TestTagsCleanup (1.50s)
=== RUN   TestSetReset
--- PASS: TestSetReset (0.00s)
=== RUN   TestData
--- PASS: TestData (0.00s)
=== RUN   TestGaugeDeltas
--- PASS: TestGaugeDeltas (0.00s)
=== RUN   TestCounter
--- PASS: TestCounter (0.00s)
=== RUN   TestCounterSampled
--- PASS: TestCounterSampled (0.00s)
=== RUN   TestCounterSampledZero
--- PASS: TestCounterSampledZero (0.00s)
=== RUN   TestTimerSampled
--- PASS: TestTimerSampled (6.00s)
=== RUN   TestChangeType
--- PASS: TestChangeType (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/statsd/server	7.675s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
    data_test.go:29: Skipping test because it seems like 'TestMetricsetFieldsDocumented' function, used here in this test; has some kind of bug
--- SKIP: TestFetch (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/db	0.056s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.18s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/memory	0.225s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.13s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/replication	0.153s
=== RUN   TestData
    data_generator.go:72: skip data generation tests
--- SKIP: TestData (0.00s)
=== RUN   TestFetch
--- PASS: TestFetch (0.12s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/resources	0.165s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat	0.027s
=== RUN   TestActionHandlerExecute
=== RUN   TestActionHandlerExecute/no_executor
=== RUN   TestActionHandlerExecute/no_publisher
=== RUN   TestActionHandlerExecute/valid
=== RUN   TestActionHandlerExecute/executor_error
--- PASS: TestActionHandlerExecute (0.00s)
    --- PASS: TestActionHandlerExecute/no_executor (0.00s)
    --- PASS: TestActionHandlerExecute/no_publisher (0.00s)
    --- PASS: TestActionHandlerExecute/valid (0.00s)
    --- PASS: TestActionHandlerExecute/executor_error (0.00s)
=== RUN   TestConfigPluginNew
=== RUN   TestConfigPluginNew/invalid
=== RUN   TestConfigPluginNew/empty
=== RUN   TestConfigPluginNew/nonempty
--- PASS: TestConfigPluginNew (0.00s)
    --- PASS: TestConfigPluginNew/invalid (0.00s)
    --- PASS: TestConfigPluginNew/empty (0.00s)
    --- PASS: TestConfigPluginNew/nonempty (0.00s)
=== RUN   TestFlattenECSMapping
--- PASS: TestFlattenECSMapping (0.00s)
=== RUN   TestFlattenECSMappingEdges
--- PASS: TestFlattenECSMappingEdges (0.00s)
=== RUN   TestFlattenECSMappingMoreEdges
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#01
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#01
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#01
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#01
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#01
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#01
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#01
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#02
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#02
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#02
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#02
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#02
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#02
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#02
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#03
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#03
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#03
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#03
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#03
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#03
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#03
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#04
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#04
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#04
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#04
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#04
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#04
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#04
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#05
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#05
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#05
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#05
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#05
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#05
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#05
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#06
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#06
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#06
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#06
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#06
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#06
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#06
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#07
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#07
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#07
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#07
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#07
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#07
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#08
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#08
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#08
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#08
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#08
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#08
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#08
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#08
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#09
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#09
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#09
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#09
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#09
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#09
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#10
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#10
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#10
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#10
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#10
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#10
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#10
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#10
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#11
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#11
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#11
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#11
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#11
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#11
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#11
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#12
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#12
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#12
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#12
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#12
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#12
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#12
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#13
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#13
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#13
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#13
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#13
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#13
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#13
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#14
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#14
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#14
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#14
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#14
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#14
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#14
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#15
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#15
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#15
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#15
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#15
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#15
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#15
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#16
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#16
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#16
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#16
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#16
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#16
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#16
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#17
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#17
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#17
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#17
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#17
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#17
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#17
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#18
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#18
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#18
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#18
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#18
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#18
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#18
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#19
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#19
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#19
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#19
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#19
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#19
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#20
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#20
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#20
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#20
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#20
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#20
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#20
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#20
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#21
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#21
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#21
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#21
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#21
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#21
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#21
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#22
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#22
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#22
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#22
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#22
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#22
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#22
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_value#23
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field#23
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#23
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_nil_field#23
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#23
=== RUN   TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#23
=== RUN   TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#23
--- PASS: TestFlattenECSMappingMoreEdges (0.02s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#01 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#02 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#03 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#04 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#05 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#06 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#07 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#08 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#09 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#10 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#11 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#12 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#13 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#14 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#15 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#16 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#17 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#18 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#19 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#20 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#21 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#22 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_value#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_field_with_whitespaces#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_nil_field#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/empty_key_empty_string_value_with_whitespaces#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_field_with_whitespaces#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_field#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_empty_string_value_with_whitespaces#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_whitespaces_nil_value#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_value#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_field_with_whitespaces#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_nil_field#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value#23 (0.00s)
    --- PASS: TestFlattenECSMappingMoreEdges/key_with_escaped_dots_empty_string_value_with_whitespaces#23 (0.00s)
=== RUN   TestSet
=== RUN   TestSet/nil
=== RUN   TestSet/empty
=== RUN   TestSet/one_input
--- PASS: TestSet (0.00s)
    --- PASS: TestSet/nil (0.00s)
    --- PASS: TestSet/empty (0.00s)
    --- PASS: TestSet/one_input (0.00s)
=== RUN   TestLoggerPlugin_New
=== RUN   TestLoggerPlugin_New/invalid
=== RUN   TestLoggerPlugin_New/nologfunc
=== RUN   TestLoggerPlugin_New/nonempty
--- PASS: TestLoggerPlugin_New (0.00s)
    --- PASS: TestLoggerPlugin_New/invalid (0.00s)
    --- PASS: TestLoggerPlugin_New/nologfunc (0.00s)
    --- PASS: TestLoggerPlugin_New/nonempty (0.00s)
=== RUN   TestLoggerPlugin_Log
=== RUN   TestLoggerPlugin_Log/nosnapshot
=== RUN   TestLoggerPlugin_Log/snapshot_invalid
=== RUN   TestLoggerPlugin_Log/snapshot_empty
=== RUN   TestLoggerPlugin_Log/snapshot_nonempty
--- PASS: TestLoggerPlugin_Log (0.00s)
    --- PASS: TestLoggerPlugin_Log/nosnapshot (0.00s)
    --- PASS: TestLoggerPlugin_Log/snapshot_invalid (0.00s)
    --- PASS: TestLoggerPlugin_Log/snapshot_empty (0.00s)
    --- PASS: TestLoggerPlugin_Log/snapshot_nonempty (0.00s)
=== RUN   TestOsqueryRunnerCancellable
--- PASS: TestOsqueryRunnerCancellable (0.00s)
=== RUN   TestOsqueryRunnerRestart
--- PASS: TestOsqueryRunnerRestart (0.33s)
=== RUN   TestResetableActionHandler
=== RUN   TestResetableActionHandler/without_action_handler
=== RUN   TestResetableActionHandler/with_success_action_handler
=== RUN   TestResetableActionHandler/broken_pipe_followed_with_timeout
=== RUN   TestResetableActionHandler/broken_pipe_followed_success
--- PASS: TestResetableActionHandler (0.61s)
    --- PASS: TestResetableActionHandler/without_action_handler (0.00s)
    --- PASS: TestResetableActionHandler/with_success_action_handler (0.00s)
    --- PASS: TestResetableActionHandler/broken_pipe_followed_with_timeout (0.41s)
    --- PASS: TestResetableActionHandler/broken_pipe_followed_success (0.21s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/beater	0.976s
=== RUN   TestReadCmdLineFS
--- PASS: TestReadCmdLineFS (0.00s)
=== RUN   TestReadIOFS
--- PASS: TestReadIOFS (0.00s)
=== RUN   TestList
--- PASS: TestList (0.00s)
=== RUN   TestNamespaceFS
--- PASS: TestNamespaceFS (0.00s)
=== RUN   TestReadStatFS
--- PASS: TestReadStatFS (0.00s)
=== RUN   TestReadUpTimeFS
--- PASS: TestReadUpTimeFS (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension/pkg/proc	0.015s
=== RUN   TestActionFromMap
=== RUN   TestActionFromMap/nil
=== RUN   TestActionFromMap/empty
=== RUN   TestActionFromMap/invalid_id
=== RUN   TestActionFromMap/invalid_data
=== RUN   TestActionFromMap/invalid_query
=== RUN   TestActionFromMap/valid_string_for_query
=== RUN   TestActionFromMap/empty_id
=== RUN   TestActionFromMap/space_empty_id
=== RUN   TestActionFromMap/empty_query
=== RUN   TestActionFromMap/space_empty_query
--- PASS: TestActionFromMap (0.00s)
    --- PASS: TestActionFromMap/nil (0.00s)
    --- PASS: TestActionFromMap/empty (0.00s)
    --- PASS: TestActionFromMap/invalid_id (0.00s)
    --- PASS: TestActionFromMap/invalid_data (0.00s)
    --- PASS: TestActionFromMap/invalid_query (0.00s)
    --- PASS: TestActionFromMap/valid_string_for_query (0.00s)
    --- PASS: TestActionFromMap/empty_id (0.00s)
    --- PASS: TestActionFromMap/space_empty_id (0.00s)
    --- PASS: TestActionFromMap/empty_query (0.00s)
    --- PASS: TestActionFromMap/space_empty_query (0.00s)
=== RUN   TestActionFromMapWithECSMapping
=== RUN   TestActionFromMapWithECSMapping/valid
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_nil
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_empty_string
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_empty
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_invalid
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_invalid,_field_spaces_string
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_invalid,_key_empty
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_invalid,_key_spaces
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_invalid,_field_non-string
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_invalid,_both_field_and_value_defined
=== RUN   TestActionFromMapWithECSMapping/ECS_mapping_valid
--- PASS: TestActionFromMapWithECSMapping (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/valid (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_nil (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_empty_string (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_empty (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_invalid (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_invalid,_field_spaces_string (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_invalid,_key_empty (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_invalid,_key_spaces (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_invalid,_field_non-string (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_invalid,_both_field_and_value_defined (0.00s)
    --- PASS: TestActionFromMapWithECSMapping/ECS_mapping_valid (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/action	0.026s
=== RUN   TestMap
--- PASS: TestMap (0.00s)
=== RUN   TestMapBadKeys
--- PASS: TestMapBadKeys (0.00s)
=== RUN   TestMapValue
--- PASS: TestMapValue (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/ecs	0.018s
=== RUN   TestDownload
=== RUN   TestDownload/Http_OK
2023/11/03 09:45:17 Download http://127.0.0.1:25654/ok to af42c47e-3e6f-4175-9808-1011667f233f
=== RUN   TestDownload/Http_OK,_empty_local_file_path
2023/11/03 09:45:17 Download http://127.0.0.1:25654/ok2 to 
=== RUN   TestDownload/Http_not_found
2023/11/03 09:45:17 Download http://127.0.0.1:25654/notfound to 17df4fe0-d277-4e5d-9fba-d0bcccfa0e8a
--- PASS: TestDownload (0.01s)
    --- PASS: TestDownload/Http_OK (0.00s)
    --- PASS: TestDownload/Http_OK,_empty_local_file_path (0.00s)
    --- PASS: TestDownload/Http_not_found (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/fetch	0.066s
=== RUN   TestVerify
=== RUN   TestVerify/darwin_no_files
=== RUN   TestVerify/linux_no_files
=== RUN   TestVerify/windows_no_files
=== RUN   TestVerify/darwin_extension_file_missing
=== RUN   TestVerify/darwin_osqueryd_missing
=== RUN   TestVerify/darwin_valid_install
=== RUN   TestVerify/linux_extension_file_missing
=== RUN   TestVerify/linux_osqueryd_missing
=== RUN   TestVerify/linux_valid_install
=== RUN   TestVerify/windows_extension_file_missing
=== RUN   TestVerify/windows_osqueryd_missing
=== RUN   TestVerify/windows_valid_install
--- PASS: TestVerify (0.00s)
    --- PASS: TestVerify/darwin_no_files (0.00s)
    --- PASS: TestVerify/linux_no_files (0.00s)
    --- PASS: TestVerify/windows_no_files (0.00s)
    --- PASS: TestVerify/darwin_extension_file_missing (0.00s)
    --- PASS: TestVerify/darwin_osqueryd_missing (0.00s)
    --- PASS: TestVerify/darwin_valid_install (0.00s)
    --- PASS: TestVerify/linux_extension_file_missing (0.00s)
    --- PASS: TestVerify/linux_osqueryd_missing (0.00s)
    --- PASS: TestVerify/linux_valid_install (0.00s)
    --- PASS: TestVerify/windows_extension_file_missing (0.00s)
    --- PASS: TestVerify/windows_osqueryd_missing (0.00s)
    --- PASS: TestVerify/windows_valid_install (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/install	0.021s
=== RUN   TestFlagsAreSame
=== RUN   TestFlagsAreSame/both_nils
=== RUN   TestFlagsAreSame/first_nil,_second_non
=== RUN   TestFlagsAreSame/same
--- PASS: TestFlagsAreSame (0.00s)
    --- PASS: TestFlagsAreSame/both_nils (0.00s)
    --- PASS: TestFlagsAreSame/first_nil,_second_non (0.00s)
    --- PASS: TestFlagsAreSame/same (0.00s)
=== RUN   TestNew
--- PASS: TestNew (0.00s)
=== RUN   TestVerifyAutoloadFileMissing
--- PASS: TestVerifyAutoloadFileMissing (0.00s)
=== RUN   TestPrepareAutoloadFile
=== RUN   TestPrepareAutoloadFile/Empty_file
=== RUN   TestPrepareAutoloadFile/File_with_mandatory_extension
=== RUN   TestPrepareAutoloadFile/Missing_mandatory_extension,_should_restore_the_file
=== RUN   TestPrepareAutoloadFile/User_extension_path_doesn't_exists
=== RUN   TestPrepareAutoloadFile/Random_garbage
--- PASS: TestPrepareAutoloadFile (0.00s)
    --- PASS: TestPrepareAutoloadFile/Empty_file (0.00s)
    --- PASS: TestPrepareAutoloadFile/File_with_mandatory_extension (0.00s)
    --- PASS: TestPrepareAutoloadFile/Missing_mandatory_extension,_should_restore_the_file (0.00s)
    --- PASS: TestPrepareAutoloadFile/User_extension_path_doesn't_exists (0.00s)
    --- PASS: TestPrepareAutoloadFile/Random_garbage (0.00s)
=== RUN   TestGetEnabledDisabledTables
=== RUN   TestGetEnabledDisabledTables/default
=== RUN   TestGetEnabledDisabledTables/enable_all
=== RUN   TestGetEnabledDisabledTables/enable_curl
=== RUN   TestGetEnabledDisabledTables/enable_curl_and_carves
=== RUN   TestGetEnabledDisabledTables/enable_os_info
=== RUN   TestGetEnabledDisabledTables/disable_os_info
=== RUN   TestGetEnabledDisabledTables/disable_curl_os_info
=== RUN   TestGetEnabledDisabledTables/disable_curl_os_info,_enable_os_info
--- PASS: TestGetEnabledDisabledTables (0.00s)
    --- PASS: TestGetEnabledDisabledTables/default (0.00s)
    --- PASS: TestGetEnabledDisabledTables/enable_all (0.00s)
    --- PASS: TestGetEnabledDisabledTables/enable_curl (0.00s)
    --- PASS: TestGetEnabledDisabledTables/enable_curl_and_carves (0.00s)
    --- PASS: TestGetEnabledDisabledTables/enable_os_info (0.00s)
    --- PASS: TestGetEnabledDisabledTables/disable_os_info (0.00s)
    --- PASS: TestGetEnabledDisabledTables/disable_curl_os_info (0.00s)
    --- PASS: TestGetEnabledDisabledTables/disable_curl_os_info,_enable_os_info (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/osqd	0.022s
=== RUN   TestResolveHitTypes
=== RUN   TestResolveHitTypes/empty
=== RUN   TestResolveHitTypes/resolvable
=== RUN   TestResolveHitTypes/wrong_type
--- PASS: TestResolveHitTypes (0.00s)
    --- PASS: TestResolveHitTypes/empty (0.00s)
    --- PASS: TestResolveHitTypes/resolvable (0.00s)
    --- PASS: TestResolveHitTypes/wrong_type (0.00s)
=== RUN   TestRetryRun
=== RUN   TestRetryRun/no_retries,_no_wait,_success
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 1","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 1 succeeded","context":"osquery client connect","ecs.version":"1.6.0"}
=== RUN   TestRetryRun/no_retries,_no_wait,_error
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 1","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 1 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
=== RUN   TestRetryRun/retries,_no_wait,_no_more_retries_fails
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 2 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 2 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 3 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 3 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 4 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 4 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
=== RUN   TestRetryRun/retries,_no_wait,_success
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 2 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 2 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 3 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 3 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 4 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 4 out of 4 succeeded","context":"osquery client connect","ecs.version":"1.6.0"}
=== RUN   TestRetryRun/retries,_with_wait,_success
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"attempt 1 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.745-0400","log.logger":"retry_test","message":"wait for 1ms before next retry","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.947-0400","log.logger":"retry_test","message":"attempt 2 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.947-0400","log.logger":"retry_test","message":"attempt 2 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:18.947-0400","log.logger":"retry_test","message":"wait for 1ms before next retry","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.158-0400","log.logger":"retry_test","message":"attempt 3 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.158-0400","log.logger":"retry_test","message":"attempt 3 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.158-0400","log.logger":"retry_test","message":"wait for 1ms before next retry","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.367-0400","log.logger":"retry_test","message":"attempt 4 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.367-0400","log.logger":"retry_test","message":"attempt 4 out of 4 succeeded","context":"osquery client connect","ecs.version":"1.6.0"}
=== RUN   TestRetryRun/retries,_with_wait,_success_sooner
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.367-0400","log.logger":"retry_test","message":"attempt 1 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.367-0400","log.logger":"retry_test","message":"attempt 1 out of 4 failed, err: already connected","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.367-0400","log.logger":"retry_test","message":"wait for 1ms before next retry","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.577-0400","log.logger":"retry_test","message":"attempt 2 out of 4","context":"osquery client connect","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2023-11-03T09:45:19.577-0400","log.logger":"retry_test","message":"attempt 2 out of 4 succeeded","context":"osquery client connect","ecs.version":"1.6.0"}
--- PASS: TestRetryRun (0.83s)
    --- PASS: TestRetryRun/no_retries,_no_wait,_success (0.00s)
    --- PASS: TestRetryRun/no_retries,_no_wait,_error (0.00s)
    --- PASS: TestRetryRun/retries,_no_wait,_no_more_retries_fails (0.00s)
    --- PASS: TestRetryRun/retries,_no_wait,_success (0.00s)
    --- PASS: TestRetryRun/retries,_with_wait,_success (0.62s)
    --- PASS: TestRetryRun/retries,_with_wait,_success_sooner (0.21s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/osqdcli	0.855s
=== RUN   TestHitToEvent
--- PASS: TestHitToEvent (0.00s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/osquerybeat/internal/pub	0.045s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Packetbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.16s)
    --- PASS: TestTemplate/default_field_length (0.16s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/packetbeat	0.219s
=== RUN   TestSystem
--- PASS: TestSystem (0.00s)
=== RUN   TestTemplate
=== RUN   TestTemplate/default_field_length
    template.go:84: Winlogbeat template has 327 fields in default_field.
--- PASS: TestTemplate (0.13s)
    --- PASS: TestTemplate/default_field_length (0.13s)
PASS
ok  	github.com/elastic/beats/v7/x-pack/winlogbeat	0.170s
=== RUN   TestPowerShellIngest
2023/11/03 09:45:24 Found Elastic Beats dir at /magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2
--- FAIL: TestPowerShellIngest (0.07s)
panic: runtime error: slice bounds out of range [:10] with length 6 [recovered]
	panic: runtime error: slice bounds out of range [:10] with length 6

goroutine 5 [running]:
testing.tRunner.func1.2({0x8d41400, 0x32aa67f0})
	/usr/local/go120/src/testing/testing.go:1526 +0x2a5
testing.tRunner.func1()
	/usr/local/go120/src/testing/testing.go:1529 +0x446
panic({0x8d41400, 0x32aa67f0})
	/usr/local/go120/src/runtime/panic.go:884 +0x1b4
github.com/elastic/beats/v7/dev-tools/mage.DockerComposeProjectName()
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/dev-tools/mage/integtest_docker.go:400 +0x3c8
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.dockerCompose(0x32a84e60, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:121 +0x18
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.Docker({0x8ff4b48, 0x1}, {0x8df2c4a, 0x4}, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:39 +0x2c1
github.com/elastic/beats/v7/x-pack/winlogbeat/module.testIngestPipeline(0x32806e10, {0x8df6769, 0x7}, {0x8e18572, 0x26}, 0x328139e0)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/testing.go:79 +0x279
github.com/elastic/beats/v7/x-pack/winlogbeat/module.TestIngestPipeline(0x32806e10, {0x8df6769, 0x7}, {0x8e18572, 0x26}, {0x3284b784, 0x1, 0x1})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/testing.go:60 +0x84
github.com/elastic/beats/v7/x-pack/winlogbeat/module/powershell/test.TestPowerShellIngest(0x32806e10)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/powershell/test/powershell_ingest_test.go:28 +0xb3
testing.tRunner(0x32806e10, 0x8ecfe2c)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/x-pack/winlogbeat/module/powershell/test	0.110s
=== RUN   TestSecurityIngest
2023/11/03 09:45:24 Found Elastic Beats dir at /magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2
--- FAIL: TestSecurityIngest (0.03s)
panic: runtime error: slice bounds out of range [:10] with length 6 [recovered]
	panic: runtime error: slice bounds out of range [:10] with length 6

goroutine 25 [running]:
testing.tRunner.func1.2({0x8d41400, 0x32a3bb90})
	/usr/local/go120/src/testing/testing.go:1526 +0x2a5
testing.tRunner.func1()
	/usr/local/go120/src/testing/testing.go:1529 +0x446
panic({0x8d41400, 0x32a3bb90})
	/usr/local/go120/src/runtime/panic.go:884 +0x1b4
github.com/elastic/beats/v7/dev-tools/mage.DockerComposeProjectName()
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/dev-tools/mage/integtest_docker.go:400 +0x3c8
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.dockerCompose(0x32a1d800, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:121 +0x18
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.Docker({0x8ff4b48, 0x1}, {0x8df2c4a, 0x4}, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:39 +0x2c1
github.com/elastic/beats/v7/x-pack/winlogbeat/module.testIngestPipeline(0x32882c30, {0x8df7a63, 0x8}, {0x8e18570, 0x26}, 0x32a50310)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/testing.go:79 +0x279
github.com/elastic/beats/v7/x-pack/winlogbeat/module.TestIngestPipeline(0x32882c30, {0x8df7a63, 0x8}, {0x8e18570, 0x26}, {0x3284b784, 0x1, 0x1})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/testing.go:60 +0x84
github.com/elastic/beats/v7/x-pack/winlogbeat/module/security/test.TestSecurityIngest(0x32882c30)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/security/test/security_ingest_test.go:28 +0xb3
testing.tRunner(0x32882c30, 0x8ecfe2c)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/x-pack/winlogbeat/module/security/test	0.092s
=== RUN   TestSysmonIngest
2023/11/03 09:45:25 Found Elastic Beats dir at /magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2
--- FAIL: TestSysmonIngest (0.01s)
panic: runtime error: slice bounds out of range [:10] with length 6 [recovered]
	panic: runtime error: slice bounds out of range [:10] with length 6

goroutine 9 [running]:
testing.tRunner.func1.2({0x8d41400, 0x32a75bd0})
	/usr/local/go120/src/testing/testing.go:1526 +0x2a5
testing.tRunner.func1()
	/usr/local/go120/src/testing/testing.go:1529 +0x446
panic({0x8d41400, 0x32a75bd0})
	/usr/local/go120/src/runtime/panic.go:884 +0x1b4
github.com/elastic/beats/v7/dev-tools/mage.DockerComposeProjectName()
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/dev-tools/mage/integtest_docker.go:400 +0x3c8
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.dockerCompose(0x32a5b800, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:121 +0x18
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.Docker({0x8ff4b68, 0x1}, {0x8df2c4a, 0x4}, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:39 +0x2c1
github.com/elastic/beats/v7/x-pack/winlogbeat/module.testIngestPipeline(0x32807590, {0x8df5145, 0x6}, {0x8e18592, 0x26}, 0x32b0e2c0)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/testing.go:79 +0x279
github.com/elastic/beats/v7/x-pack/winlogbeat/module.TestIngestPipeline(0x32807590, {0x8df5145, 0x6}, {0x8e18592, 0x26}, {0x32852784, 0x1, 0x1})
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/testing.go:60 +0x84
github.com/elastic/beats/v7/x-pack/winlogbeat/module/sysmon/test.TestSysmonIngest(0x32807590)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/sysmon/test/sysmon_ingest_test.go:36 +0xb3
testing.tRunner(0x32807590, 0x8ecfe4c)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/x-pack/winlogbeat/module/sysmon/test	0.060s
=== RUN   TestDocker
2023/11/03 09:45:26 Found Elastic Beats dir at /magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2
--- FAIL: TestDocker (0.01s)
panic: runtime error: slice bounds out of range [:10] with length 6 [recovered]
	panic: runtime error: slice bounds out of range [:10] with length 6

goroutine 6 [running]:
testing.tRunner.func1.2({0x8d393a0, 0x3282f060})
	/usr/local/go120/src/testing/testing.go:1526 +0x2a5
testing.tRunner.func1()
	/usr/local/go120/src/testing/testing.go:1529 +0x446
panic({0x8d393a0, 0x3282f060})
	/usr/local/go120/src/runtime/panic.go:884 +0x1b4
github.com/elastic/beats/v7/dev-tools/mage.DockerComposeProjectName()
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/dev-tools/mage/integtest_docker.go:400 +0x3c8
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.dockerCompose(0x32b5e100, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:121 +0x18
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest.Docker({0x8feb8d4, 0x1}, {0x8dea71b, 0x4}, 0x1)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker.go:39 +0x2c1
github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest_test.TestDocker(0x328071d0)
	/magus/work/usr/mports/sysutils/beats8/work/beats-8.8.2/x-pack/winlogbeat/module/wintest/docker_test.go:43 +0x7c
testing.tRunner(0x328071d0, 0x8ec7598)
	/usr/local/go120/src/testing/testing.go:1576 +0x10d
created by testing.(*T).Run
	/usr/local/go120/src/testing/testing.go:1629 +0x421
FAIL	github.com/elastic/beats/v7/x-pack/winlogbeat/module/wintest	0.037s
FAIL
*** Error code 1

Stop.
make: stopped in /usr/mports/sysutils/beats8

Links

Depends On

Depend Of

Nothing

Categories